COMMITS
/ Lib/test/test_email/test_policy.py February 19, 2026
R
gh-144156: Fix email header folding concatenating encoded words (#144692)
Robsdedude committed
January 23, 2026
S
gh-144125: email: verify headers are sound in BytesGenerator
Seth Michael Larson committed
July 30, 2024
P
gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)
Petr Viktorin committed
January 26, 2024
R
gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold() (GH-6986)
Rito Takeuchi committed
July 16, 2019
P
Fix infinite loop in email folding logic (GH-12732)
Paul Ganssle committed
July 1, 2019
V
Remove unused imports in tests (GH-14518)
Victor Stinner 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
May 14, 2019
K
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020)
Krzysztof Wojcik committed
September 10, 2016
R
#20476: Deal with the message_factory circular import differently.
R David Murray committed
September 9, 2016
R
#20476: add a message_factory policy attribute to email.
R David Murray committed
June 2, 2016
M
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter committed
May 17, 2015
R
#20098: add mangle_from_ policy option.
R David Murray committed
R
#24211: Add RFC6532 support to the email library.
R David Murray committed
March 9, 2014
R
#20871: improve email policy test coverage.
R David Murray committed
October 17, 2013
R
#18891: Complete new provisional email API.
R David Murray committed
May 27, 2012
R
Make headerregistry fully part of the provisional api.
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
#12788: fix error in test_policy when run under refleak detection
R David Murray committed
April 18, 2011
R
#11731: simplify/enhance parser/generator API by introducing policy objects.
R David Murray committed