Skip to content

Instantly share code, notes, and snippets.

@runiq
Created January 7, 2012 09:59
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 runiq/1574317 to your computer and use it in GitHub Desktop.
Save runiq/1574317 to your computer and use it in GitHub Desktop.
Output of "offlineimap -u basic --info"
OfflineIMAP 6.5.0
Licensed under the GNU GPL v2+ (v2 or any later version)
Remote repository 'googlemail-remote': type 'Gmail'
Host: imap.gmail.com Port: 993 SSL: 1
Establishing connection to imap.gmail.com:993
Server supports ID extension.
Server welcome string: * OK Gimap ready for requests from 87.172.41.183 su16if3524894bkb.47
Server capabilities: ('IMAP4REV1', 'UNSELECT', 'IDLE', 'NAMESPACE', 'QUOTA', 'ID', 'XLIST', 'CHILDREN', 'X-GM-EXT-1', 'UIDPLUS', 'COMPRESS=DEFLATE')
folderfilter= lambda foldername: foldername not in ['[Google Mail]/Alle Nachrichten']
nametrans= lambda foldername: re.sub('^\[Google\ Mail\]/', '', foldername)
Folderlist: ['[Google Mail]/Alle Nachrichten -> Alle Nachrichten', '[Google Mail]/Entw&APw-rfe -> Entw&APw-rfe', '[Google Mail]/Gesendet -> Gesendet', 'INBOX', '[Google Mail]/Markiert -> Markiert', '[Google Mail]/Papierkorb -> Papierkorb', '[Google Mail]/Spam -> Spam', 'Trash', '[Google Mail]/Wichtig -> Wichtig']
Local repository 'googlemail-local': type 'Maildir'
Folderlist: ['Markiert', '', 'Gesendet', '', 'Entw&APw-rfe', '', 'Trash', '', 'Spam', '', 'Papierkorb', '', 'Wichtig', '', 'INBOX', '']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment