Complete.Org: Mailing Lists: Archives: offlineimap: March 2005:
Re: offlineimap IMAP<->IMAP crash
Home

Re: offlineimap IMAP<->IMAP crash

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Mathias Bertelsen <mathiasb@xxxxxxxx>
Cc: offlineimap@xxxxxxxxxxxx
Subject: Re: offlineimap IMAP<->IMAP crash
From: John Goerzen <jgoerzen@xxxxxxxxxxxx>
Date: Thu, 31 Mar 2005 08:18:13 -0600

On Thu, Mar 31, 2005 at 12:09:05PM +0200, Mathias Bertelsen wrote:
>     newluid = self._mb.savemessage(self, -1, content, flags)
>   File "/usr/lib/python2.3/site-packages/offlineimap/folder/IMAP.py", line 
> 224, in savemessage
>     date, content)[0] == 'OK')
> AssertionError

This means that the IMAP server returned an error from the APPEND
command that stores a new message into a folder.  Unfortunately, your
debug trace didn't include the exact response from the IMAP server, so
we don't know exactly what happened.  Try re-running with -d imap -u
TTY.TTYUI -1 and I bet you'll see it.

-- John



[Prev in Thread] Current Thread [Next in Thread]