6.3.4-rc4 crashes

Chris Dennis cgdennis at btinternet.com
Thu Aug 11 18:18:57 BST 2011


Hello offlineimap people

Offlineimap, as cloned from github less than 24 hours ago, is crashing 
for one user, with output as follows.

The context of the error in the code is:
454
455             (typ,dat) = imapobj.append(self.getfullname(),
456 
imaputil.flagsmaildir2imap(flags),
457                                        date, content)
458             assert(typ == 'OK')

Is this a known problem?

cheers

Chris

----------------------------------------------------------------
OfflineIMAP 6.3.4-rc4
Copyright 2002-2011 John Goerzen & contributors.
Licensed under the GNU GPL v2+ (v2 or any later version).

***** Processing account 1and1
Copying folder structure from IMAP to MappedIMAP
Establishing connection to imap.1and1.co.uk:993.
Establishing connection to localhost:143.
Syncing Deleted Items: IMAP -> MappedIMAP
Syncing Drafts: IMAP -> MappedIMAP
Establishing connection to imap.1and1.co.uk:993.
Syncing INBOX: IMAP -> MappedIMAP
Syncing INBOX/And So To Bed: IMAP -> MappedIMAP
Copy message -11 MappedIMAP[INBOX] -> IMAP[INBOX]
Copy message -23 MappedIMAP[INBOX] -> IMAP[INBOX]
WARNING: ERROR attempting to copy message -11 for account 
1and1:Traceback (most recent call last):
   File 
"/usr/local/lib/python2.6/dist-packages/offlineimap/folder/Base.py", 
line 255, in copymessageto
     newuid = dstfolder.savemessage(uid, message, flags, rtime)
   File 
"/usr/local/lib/python2.6/dist-packages/offlineimap/folder/IMAP.py", 
line 458, in savemessage
     assert(typ == 'OK')
AssertionError

Copy message -22 MappedIMAP[INBOX] -> IMAP[INBOX]
Syncing INBOX/And So To Bed/Bed orders checked: IMAP -> MappedIMAP
Thread 'Copy message -11 from INBOX' terminated with exception:
Traceback (most recent call last):
   File 
"/usr/local/lib/python2.6/dist-packages/offlineimap/threadutil.py", line 
140, in run
     Thread.run(self)
   File "/usr/lib/python2.6/threading.py", line 484, in run
     self.__target(*self.__args, **self.__kwargs)
   File 
"/usr/local/lib/python2.6/dist-packages/offlineimap/folder/Base.py", 
line 255, in copymessageto
     newuid = dstfolder.savemessage(uid, message, flags, rtime)
   File 
"/usr/local/lib/python2.6/dist-packages/offlineimap/folder/IMAP.py", 
line 458, in savemessage
     assert(typ == 'OK')
AssertionError


Last 4 debug messages logged for Copy message -11 from INBOX prior to 
exception:
thread: Register new thread 'Copy message -11 from INBOX' (account '1and1')
imap: Returned object from fetching 28988: 'Return-path: <x at y.com>
Envelope-to: fred at example.com
Delivery-date: Thu, 11 Aug 2011 11:30:42 +0100
Received: from fred by serve...l>

------=_NextPart_000_0012_22221F79.92DF0D6B--
'
imap: savemessage: called
imap: savemessage: date: "11-Aug-2011 11:30:07 +0000", content: 
'Return-path: <mail at thingy.co.uk>
Envelope-to: fred at example.com
Delivery-date: Thu, 11 Aug 2011 11:30:42 +0100
Received: from fred by se...

------=_NextPart_000_0012_22221F79.92DF0D6B--
'
Exception in thread imap.1and1.co.uk reader (most likely raised during 
interpreter shutdown):
Traceback (most recent call last):
------------------------------------------------------------------------

-- 
Chris Dennis                                  cgdennis at btinternet.com
Fordingbridge, Hampshire, UK




More information about the OfflineIMAP-project mailing list