Created
January 7, 2012 09:59
-
-
Save runiq/1574317 to your computer and use it in GitHub Desktop.
Output of "offlineimap -u basic --info"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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