[docs] [issue13700] imaplib.IMAP4.authenticate authobject fails with PLAIN mechanism
Erno Tukia
report at bugs.python.org
Tue Jan 3 16:41:32 CET 2012
Erno Tukia <erno.tukia at iki.fi> added the comment:
I tried to fix the problem and the correct fix is to change
oup = ''
to
oup = b''
in imaplib._Authenticator.encode() function, and not what I suggested in my previous post.
After changing that PLAIN authentication works.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13700>
_______________________________________
More information about the docs
mailing list