Márcio Faustino <[email protected]> added the comment: 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. ---------- nosy: +marcio _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue1441530> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
