summaryrefslogtreecommitdiff
path: root/base/offlineimaprc
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-01-09 16:45:04 -0800
committerJesse Morgan <morganjm@amazon.com>2013-01-09 16:45:04 -0800
commit4e52a7884016a776cbd46d67d09324f2d80a9dc6 (patch)
treed80730dbb51309a0e617b15b0725c1c1b8f13be4 /base/offlineimaprc
parentd6cdd193535b974a70071b992bcb44a5b9efe26e (diff)
Various changes to make offlineimap work better on my laptop.
Diffstat (limited to 'base/offlineimaprc')
-rw-r--r--base/offlineimaprc24
1 files changed, 24 insertions, 0 deletions
diff --git a/base/offlineimaprc b/base/offlineimaprc
new file mode 100644
index 0000000..ce7106e
--- /dev/null
+++ b/base/offlineimaprc
@@ -0,0 +1,24 @@
+[general]
+accounts = Jesterpm.net
+pythonfile = ~/.offlineimap/helper.py
+
+[Account Jesterpm.net]
+localrepository = Local
+remoterepository = Remote
+#autorefresh = 5
+status_backend = sqlite
+
+[Repository Local]
+type = Maildir
+localfolders = ~/.maildir
+
+[Repository Remote]
+type = IMAP
+remotehost = californium.jesterpm.net
+remoteusereval = "jesse"
+remotepasseval = mailpasswd("password")
+folderfilter = lambda folder: folder not in ['sent', 'search']
+ssl = yes
+maxconnections = 2
+#holdconnectionopen = false
+#idlefolders = ['INBOX', 'dc206']