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 pepoluan
Recipients Dario D'Amico, Mario Colombo, barry, pepoluan, r.david.murray, rahul-kumi, redstone-cold
Date 2020-12-30.18:18:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609352326.9.0.585563553801.issue27820@roundup.psfhosted.org>
In-reply-to
Content
I tried creating a PR, but for the life of me I couldn't wrap my head around how testAUTH_LOGIN is being performed (it's in Lib/test/test_smtplib.py)

All I know is, the test doesn't AT ALL test for situations where initial_response_ok=False. ALL tests are done with initial_response_ok=True.

There needs to be a whole set of additions to test_smtplib.py
History
Date User Action Args
2020-12-30 18:18:46pepoluansetrecipients: + pepoluan, barry, r.david.murray, redstone-cold, Dario D'Amico, Mario Colombo, rahul-kumi
2020-12-30 18:18:46pepoluansetmessageid: <1609352326.9.0.585563553801.issue27820@roundup.psfhosted.org>
2020-12-30 18:18:46pepoluanlinkissue27820 messages
2020-12-30 18:18:46pepoluancreate