102 magic number
Damien Cassou
damien.cassou at gmail.com
Thu Apr 26 09:16:52 BST 2012
Hi,
I'm trying to use offlineimap with direct output to maildir format.
Unfortunately, whatever I try, offlineimap always gets stuck at
message 102:
$ ./offlineimap.py -1
[...]
Copy message 392 (102 of 163) Gmail-Remote:achats -> Gmail-Local-Maildir
Now, if I remove label 'achats' from the list of labels to
synchronize, offline gets stuck again at message 102, but for another
label:
$ ./offlineimap.py -1
[...]
Copy message 107 (102 of 211) Gmail-Remote:candidatures -> Gmail-Local-Maildir
If I press CTRL+C at this time, nothing happens. I really have to use
'kill -KILL' to terminate the process.
$ ./offlineimap.py -d imap
[...]
[imap]: 11:29.35 imap.gmail.com reader poll => []
[imap]: 11:59.38 imap.gmail.com reader poll => []
[imap]: 12:29.41 imap.gmail.com reader poll => []
[imap]: 12:59.43 imap.gmail.com reader poll => []
[imap]: 13:29.45 imap.gmail.com reader poll => []
More and more such lines appear but nothing else happens.
I'm using offlineimap from git master.
$ ./offlineimap.py --info
OfflineIMAP 6.5.3.1
Licensed under the GNU GPL v2+ (v2 or any later version)
Remote repository 'Gmail-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
128.93.62.142 f8if23568412weq.20
Server capabilities: ('IMAP4REV1', 'UNSELECT', 'IDLE', 'NAMESPACE',
'QUOTA', 'ID', 'XLIST', 'CHILDREN', 'X-GM-EXT-1', 'UIDPLUS',
'COMPRESS=DEFLATE')
folderfilter= lambda foldername: foldername in ['INBOX', 'smalltalk',
'these', 'unfollowed', 'candidatures']
Folderlist:
achats (disabled)
[...]
candidatures
[...]
Local repository 'Gmail-Local-Maildir': type 'Maildir'
Folderlist:
candidatures
[...]
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry
More information about the OfflineIMAP-project
mailing list