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 F.Malina
Recipients F.Malina, Malina, Shay.Rojansky, barry, dveeden, eric.smith, martin.panter, mitya57, nafur, pierslauder, r.david.murray
Date 2015-06-12.14:08:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <0AD02E65-9DE7-42D5-8FE3-D4D626E57BA9@gmail.com>
In-reply-to <1434116816.75.0.370803500236.issue11245@psf.upfronthosting.co.za>
Content
I don’t have a test for it, neither has stdlib imaplib. We just need to port over the encode fix.

Copy over the fixed version of _CRAM_MD5_AUTH.
from line 599 in python3.5 imaplib
https://github.com/python/cpython/blob/master/Lib/imaplib.py#L599 <https://github.com/python/cpython/blob/master/Lib/imaplib.py#L599>
corresponding to line 884 in imaplib2
https://github.com/bcoe/imaplib2/blob/master/imaplib2/imaplib2.py#L884 <https://github.com/bcoe/imaplib2/blob/master/imaplib2/imaplib2.py#L884>
History
Date User Action Args
2015-06-12 14:08:55F.Malinasetrecipients: + F.Malina, barry, pierslauder, eric.smith, r.david.murray, Shay.Rojansky, martin.panter, mitya57, nafur, dveeden, Malina
2015-06-12 14:08:55F.Malinalinkissue11245 messages
2015-06-12 14:08:55F.Malinacreate