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 etukia
Recipients docs@python, etukia, r.david.murray
Date 2012-01-03.15:41:32
SpamBayes Score 1.7433943e-06
Marked as misclassified No
Message-id <1325605292.67.0.148395473196.issue13700@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-01-03 15:41:32etukiasetrecipients: + etukia, r.david.murray, docs@python
2012-01-03 15:41:32etukiasetmessageid: <1325605292.67.0.148395473196.issue13700@psf.upfronthosting.co.za>
2012-01-03 15:41:32etukialinkissue13700 messages
2012-01-03 15:41:32etukiacreate