Re: Error message (3.2.6)
John Goerzen <jgoerzen <at> complete.org>
2002-08-20 21:11:33 GMT
That's very weird. Is it reproducible? If so, please run with -1 -o -d
imap and send me the results. If not, I'm afraid there's nothing I can do
to fix it.
-- John
On Mon, Aug 19, 2002 at 09:46:06PM +0200, dLux wrote:
>=20
> Hello,
>=20
> I got the following error message with the offlineimap 3.2.6 (debian sid):
>=20
> --------------------------------
> Copy message 2910 from Saved:
> Copy message 2910 IMAP[INBOX.Saved] -> Maildir[Saved]
> Thread 'Copy message 2909 from Saved' terminated with exception:
> Traceback (most recent call last):
> File "/usr/lib/python2.2/site-packages/offlineimap/threadutil.py", line=
94, in run
> Thread.run(self)
> File "/usr/lib/python2.2/threading.py", line 396, in run
> apply(self.__target, self.__args, self.__kwargs)
> File "/usr/lib/python2.2/site-packages/offlineimap/folder/Base.py", lin=
e 197, in copymessageto
> message =3D self.getmessage(uid)
> File "/usr/lib/python2.2/site-packages/offlineimap/folder/IMAP.py", lin=
e 91, in getmessage
> return imapobj.uid('fetch', '%d' % uid, '(BODY.PEEK[])')[1][0][1].rep=
lace("\r\n", "\n")
(Continue reading)