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 amaury.forgeotdarc, anglocelt, elachuni, marcio, mcicogni, neologix, r.david.murray, taukki, trogdorsey, vila
Date 2010-07-23.17:09:36
SpamBayes Score 0.15032043
Marked as misclassified No
Message-id <1279904978.34.0.216695368532.issue1441530@psf.upfronthosting.co.za>
In-reply-to
Content
I got that error on Windows 7 Professional 64 bits, using Python 2.6.4 64 bits.

I just changed the "imaplib.IMAP4_SSL" class, by making the "read" and "readline" functions use "cStringIO.StringIO()" instead of an array of strings for "chunks = []".
History
Date User Action Args
2010-07-23 17:09:38marciosetrecipients: + marcio, mcicogni, amaury.forgeotdarc, taukki, vila, elachuni, anglocelt, r.david.murray, trogdorsey, neologix
2010-07-23 17:09:38marciosetmessageid: <1279904978.34.0.216695368532.issue1441530@psf.upfronthosting.co.za>
2010-07-23 17:09:36marciolinkissue1441530 messages
2010-07-23 17:09:36marciocreate