diff options
Diffstat (limited to 'base/offlineimaprc')
-rw-r--r-- | base/offlineimaprc | 24 |
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'] |