]> granicus.if.org Git - python/commit
#13700: Make imap.authenticate with authobject work.
authorR David Murray <rdmurray@bitdance.com>
Tue, 19 Feb 2013 17:17:31 +0000 (12:17 -0500)
committerR David Murray <rdmurray@bitdance.com>
Tue, 19 Feb 2013 17:17:31 +0000 (12:17 -0500)
commit774a39f26ef2fa8ed96f3c52d3edac5e93926b4b
treea7fb7a639755bc6843c6189d9b928e0039433bcd
parent6b30759022d836099a0844983816edaa5e64f52f
#13700: Make imap.authenticate with authobject work.

This fixes a bytes/string confusion in the API which prevented
custom authobjects from working at all.

Original patch by Erno Tukia.
Doc/library/imaplib.rst
Lib/imaplib.py
Lib/test/test_imaplib.py
Misc/NEWS