Skip to content

gh-65495: Use lowercase mail from and rcpt to in smtplib.SMTP #107019

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

Conversation

matthieucan
Copy link
Contributor

@matthieucan matthieucan commented Jul 22, 2023

SMTP commands are case-insensitive. smtplib uses lowercase commands, however it writes mail FROM and rcpt TO, lacking consistency.

#65495

SMTP commands are case-insensitive. `smtplib` uses lowercase commands,
however it writes `mail FROM` and `rcpt TO`, lacking consistency.
@ghost
Copy link

ghost commented Jul 22, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@ambv ambv merged commit 3782def into python:main Jul 22, 2023
@matthieucan matthieucan deleted the matthieucan/smtplib-lowercase-mail-from-rcpt-to branch July 22, 2023 14:52
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.

3 participants