COMMITS
/ Lib/test/test_email/test_message.py November 2, 2025
J
gh-135307: Fix email error when policy max_line_length is set to 0 or None (#135367)
Jiucheng(Oliver) committed
July 12, 2025
K
gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (#136071)
Kliment Lamonov committed
March 30, 2025
S
gh-127794: Validate email header names according to RFC 5322 (#127820)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committed
November 16, 2024
December 11, 2023
S
gh-94606: Fix error when message with Unicode surrogate not surrogateescaped string (GH-94641)
Sidney Markowitz committed
July 7, 2023
N
gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302)
Nikita Sobolev committed
October 6, 2021
C
Fix typos in the Lib directory (GH-28775)
Christian Clauss committed
July 30, 2021
A
bpo-42892: fix email multipart attribute error (GH-26903)
andrei kulakov committed
June 21, 2021
D
bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
Dong-hee Na committed
June 25, 2019
A
bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119)
Abhilash Raj committed
June 6, 2019
W
bpo-36520: Email header folded incorrectly (#13608)
websurfer5 committed
September 8, 2016
R
#24277: The new email API is no longer provisional.
R David Murray committed
September 7, 2016
R
27988: Make sure iter_attachments does not mutate the payload list.
R David Murray committed
September 20, 2014
R
Merge: #21091: make is_attachment a method.
R David Murray committed
R
#21091: make is_attachment a method.
R David Murray committed
R
#21079: is_attachment now looks only at the value, ignoring parameters.
R David Murray committed
February 7, 2014
R
#20476: use EmailMessage as factory if non-compat32 policy is used.
R David Murray committed
October 17, 2013
R
#18891: Complete new provisional email API.
R David Murray committed
May 29, 2012
R
#10839: add new test file that was omitted from checkin
R David Murray committed