Skip to content

[3.8] bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) #24833

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 13, 2021
Merged

[3.8] bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) #24833

merged 2 commits into from
Mar 13, 2021

Conversation

orsenthil
Copy link
Member

@orsenthil orsenthil commented Mar 12, 2021

  • Fix auth_login logic (bpo-27820)

  • Also fix a longstanding bug in the SimSMTPChannel.found_terminator() method that causes inability to test
    SMTP AUTH with initial_response_ok=False.

(cherry picked from commit 7591d94)

https://bugs.python.org/issue27820

* Fix auth_login logic (bpo-27820)

* Also fix a longstanding bug in the SimSMTPChannel.found_terminator() method that causes inability to test
SMTP AUTH with initial_response_ok=False.

(cherry picked from commit 7591d94)
@orsenthil orsenthil requested a review from a team as a code owner March 12, 2021 23:38
@orsenthil orsenthil changed the title bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) [3.8] bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) Mar 12, 2021
@orsenthil orsenthil merged commit 8cadc2c into python:3.8 Mar 13, 2021
@bedevere-bot
Copy link

@orsenthil: Please replace # with GH- in the commit message next time. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants