Skip to content

Instantly share code, notes, and snippets.

@dietmarw
Created December 2, 2011 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dietmarw/8317c02e1a16fbc56eec to your computer and use it in GitHub Desktop.
Save dietmarw/8317c02e1a16fbc56eec to your computer and use it in GitHub Desktop.
Anonymised offlineimap setting file
[general]
accounts = TEST
ui = TTYUI
maxconnections = 3
[Account TEST]
localrepository = IMAP
remoterepository = GMAIL
[Repository IMAP]
type = IMAP
remotehost = ...
remoteuser = ...
remotepass = ...
ssl = yes
readonly = yes
folderfilter = lambda foldername: foldername in ['INBOX']
folderfilter = lambda foldername: foldername not in ['Sent']
[Repository GMAIL]
type = Gmail
remoteuser = ...
remotepass = ...
ssl = yes
realdelete = no
sep = /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment