COMMITS
/ Lib/email/policy.py March 30, 2025
S
gh-127794: Validate email header names according to RFC 5322 (#127820)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committed
November 16, 2024
April 17, 2024
S
gh-117313: Fix re-folding email messages containing non-standard line separators (GH-117369)
Serhiy Storchaka committed
January 26, 2024
R
gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold() (GH-6986)
Rito Takeuchi committed
May 17, 2019
A
bpo-33524: Fix the folding of email header when max_line_length is 0 or None (#13391)
Abhilash Raj committed
September 9, 2016
R
#20476: add a message_factory policy attribute to email.
R David Murray committed
September 7, 2016
R
#22233: Only split headers on \r and/or \n, per email RFCs.
R David Murray committed
May 17, 2015
R
#24211: Add RFC6532 support to the email library.
R David Murray committed
October 17, 2013
R
#18891: Complete new provisional email API.
R David Murray committed
March 11, 2013
T
Issue #17047: remove doubled words added in 3.3
Terry Jan Reedy committed
February 4, 2013
R
#16811: Fix folding of headers with no value in provisional policies.
R David Murray committed
May 31, 2012
R
Don't use metaclasses when class decorators can do the job.
R David Murray committed
May 29, 2012
R
#10839: raise an error on add of duplicate unique headers in new email policies
R David Murray committed
May 27, 2012
R
Make headerregistry fully part of the provisional api.
R David Murray committed
May 26, 2012
R
#12586: Fix a small oversight in the new email policy header setting code.
R David Murray committed
May 25, 2012
R
#12586: add provisional email policy with new header parsing and folding.
R David Murray committed
R
#14731: refactor email policy framework.
R David Murray committed
March 17, 2012
R
#14344: fixed the repr of email.policy objects.
R David Murray committed
April 18, 2011
R
#11731: simplify/enhance parser/generator API by introducing policy objects.
R David Murray committed