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 barry, etukia, joebauer, nagisa, r.david.murray
Date 2012-07-01.16:40:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341160808.69.0.928219383934.issue13700@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the updated patch. Tests now works. PLAIN works for me, that's only I can test against live system.

test_login_cram_md5 test had extra \r\n in _send_tagged.

diff imaplib_authenticate.patch imaplib_authenticate_v2.patch
< + self._send_tagged(tag, 'OK', 'CRAM-MD5 successful\r\n')
---
> + self._send_tagged(tag, 'OK', 'CRAM-MD5 successful')
History
Date User Action Args
2012-07-01 16:40:08etukiasetrecipients: + etukia, barry, r.david.murray, joebauer, nagisa
2012-07-01 16:40:08etukiasetmessageid: <1341160808.69.0.928219383934.issue13700@psf.upfronthosting.co.za>
2012-07-01 16:40:08etukialinkissue13700 messages
2012-07-01 16:40:08etukiacreate