New submission from Arnt Gulbrandsen: http://stackoverflow.com/q/28923997 and various other SO questions point out that imaplib's _MAXLINE value is a bit behind the times. Fine for 1997, when people had 10MB mailbox quotas, not so fine for the age of gmail.
I'm tired of seeing those questions, so the attached patch increases the limit without abolishing it completely. There are also other issues in imaplib, but I fix just this one now, to test the waters so to speak. FWIW, I've signed the contributor form, just in case. ---------- components: Library (Lib) files: 0001-Increase-IMAP-line-length-limit.patch keywords: patch messages: 237950 nosy: arnt priority: normal severity: normal status: open title: imaplib.py MAXLINE value is too low for 2015 (patch attached) type: enhancement Added file: http://bugs.python.org/file38456/0001-Increase-IMAP-line-length-limit.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23647> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com