-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Alter Email Message Default Policy to Comply With RFC 5322 #75
Conversation
Codecov ReportBase: 99.68% // Head: 99.68% // Increases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #75 +/- ##
=======================================
Coverage 99.68% 99.68%
=======================================
Files 13 13
Lines 627 636 +9
=======================================
+ Hits 625 634 +9
Misses 2 2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Thanks for fixing this! You are indeed correct:
(https://www.rfc-editor.org/rfc/rfc5322) I'll add to the versions.rst about this later today or tomorrow and then I think we can merge this. |
Whops, it seems I spaghettified the PR by working with the same workspace as with the other PR... But I think this is good. |
The Python email library's default policy does not fully comply with the Internet mail standard.
So this will alter the default policy when it is used by redmail so that the email messages it creates will comply with the internet standards and be more likely to be displayed correctly by all email clients.