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 craigh
Recipients barry, berker.peksag, craigh, eric.smith, r.david.murray
Date 2015-03-31.21:46:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427838390.89.0.0771024139812.issue23779@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, I attached another patch.  The new version of the test returns success if the client's response is anything other than the abort line (*\r\n).

It fails with the current version of imaplib, fails if I change _Authenticator.process to output a byte-string besides *, and succeeds with the change in the patch.
History
Date User Action Args
2015-03-31 21:46:30craighsetrecipients: + craigh, barry, eric.smith, r.david.murray, berker.peksag
2015-03-31 21:46:30craighsetmessageid: <1427838390.89.0.0771024139812.issue23779@psf.upfronthosting.co.za>
2015-03-31 21:46:30craighlinkissue23779 messages
2015-03-31 21:46:30craighcreate