Another stack trace
John Wiegley
jwiegley at gmail.com
Thu Sep 1 22:38:56 BST 2011
Some more cases where None isn't considered:
--8<---------------cut here---------------start------------->8---
Syncing [Gmail]/Trash: IMAP -> MappedIMAP
ERROR [<InstanceLimitedThread(Folder sync [Gmail], started daemon 4466937856)>]: ERROR in syncfolder for Gmail folder [Gmail]/Trash: Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/accounts.py", line 388, in syncfolder
remotefolder.cachemessagelist()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/folder/IMAP.py", line 179, in cachemessagelist
messagestr = messagestr.split(' ', 1)[1]
AttributeError: 'NoneType' object has no attribute 'split'
'NoneType' object has no attribute 'split'
--8<---------------cut here---------------end--------------->8---
John
More information about the OfflineIMAP-project
mailing list