Re: offlineimap IMAP<->IMAP crash
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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
|
|