F Malina added the comment:
I am in for my part and I emailed Piers to come and join us and he surely
will when the bug tracker is responsive again.
Imaplib2 does have an up to date test suite and compatibility wise imaplib2
can be substituted for imaplib in existing clients with no changes in
F Malina added the comment:
I just wen’t through my repo looking at relevant commits to double check and I
didn’t have to change a line in my user level code when upgrading from python2
to 3. There was only one way to do it.
--
___
Python tracker
F Malina added the comment:
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.