This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author marcio
Recipients anglocelt, elachuni, marcio, mcicogni, taukki, vila
Date 2010-02-24.09:02:20
SpamBayes Score 0.021087624
Marked as misclassified No
Message-id <1267002141.91.0.77011318824.issue1441530@psf.upfronthosting.co.za>
In-reply-to
Content
I've been also receiving the same error while using "imaplib.IMAP4_SSL" to download large e-mails.

A simple change in the "read" and "readline" functions to use instead a "cStringIO.StringIO" buffer object works for me.
History
Date User Action Args
2010-02-24 09:02:22marciosetrecipients: + marcio, mcicogni, taukki, vila, elachuni, anglocelt
2010-02-24 09:02:21marciosetmessageid: <1267002141.91.0.77011318824.issue1441530@psf.upfronthosting.co.za>
2010-02-24 09:02:20marciolinkissue1441530 messages
2010-02-24 09:02:20marciocreate