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 akuchling
Recipients Enrico.Carlesso, aguynamedben, akuchling, alfmel, ghaering, giampaolo.rodola, shubes
Date 2012-11-03.18:46:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351968379.13.0.217751295112.issue6683@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch against trunk (3.4) exercises the multiple-authentication functionality; the SMTP server advertises four different authentication methods,
and the code will try CRAM-MD5 first, which will fail, but LOGIN succeeds.

If this patch is OK, or if having a test isn't considered necessary, then this bug can be closed.
History
Date User Action Args
2012-11-03 18:46:19akuchlingsetrecipients: + akuchling, ghaering, giampaolo.rodola, shubes, aguynamedben, Enrico.Carlesso, alfmel
2012-11-03 18:46:19akuchlingsetmessageid: <1351968379.13.0.217751295112.issue6683@psf.upfronthosting.co.za>
2012-11-03 18:46:19akuchlinglinkissue6683 messages
2012-11-03 18:46:18akuchlingcreate