projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87df500
)
Offlineimap config used to retrieve email from gmail.
author
patrick nsukami
<ndkpatt@gmail.com>
Fri, 24 Apr 2015 14:40:10 +0000
(14:40 +0000)
committer
patrick nsukami
<ndkpatt@gmail.com>
Fri, 24 Apr 2015 14:40:10 +0000
(14:40 +0000)
.offlineimaprc
[new file with mode: 0644]
patch
|
blob
diff --git a/.offlineimaprc
b/.offlineimaprc
new file mode 100644
(file)
index 0000000..
cd62fda
--- /dev/null
+++ b/
.offlineimaprc
@@ -0,0
+1,20
@@
+[general]
+accounts = Gmail
+mayncaccounts = 3
+
+[Account Gmail]
+localrepository = Local
+remoterepository = Remote
+
+[Repository Local]
+type = Maildir
+localfolders = ~/Maildir
+
+[Repository Remote]
+type = IMAP
+remotehost = imap.gmail.com
+remoteuser =
+remotepass =
+ssl = yes
+maxconnections = 1
+realdelete = no