1 Apr 2005 09:50
Re: offlineimap IMAP<->IMAP crash
Mathias Bertelsen <mathiasb <at> email.dk>
2005-04-01 07:50:31 GMT
2005-04-01 07:50:31 GMT
On Thursday 31 March 2005 16:18, John Goerzen wrote:
> 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
Here's the message:
imap: 47:28.74 < + go ahead
imap: 47:28.74 matched r'\+( (?P<data>.*))?' => (' go ahead', 'go
ahead')
imap: 47:28.74 write literal size 6674
imap: 47:29.17 < FDLJ35 NO Message contains invalid header
imap: 47:29.17 matched r'(?P<tag>FDLJ\d+) (?P<type>[A-Z]+)
(?P<data>.*)'=> ('FDLJ35', 'NO', 'Message contains invalid header')
imap: 47:29.17 NO response: Message contains invalid header
I could solve it by just deleting the email, but as it seems to happen with a
few emails, i would like to hear what this means is wrong with them?
(Continue reading)
RSS Feed