COMMITS
/ Lib/email/_header_value_parser.py February 19, 2026
R
gh-144156: Fix email header folding concatenating encoded words (#144692)
Robsdedude committed
January 19, 2026
S
gh-143935: Email preserve parens when folding comments (#143936)
Seth Michael Larson committed
December 11, 2025
E
gh-79986: Add parsing for References/In-Reply-To email headers (#137201)
elenril committed
December 6, 2025
P
gh-142006: Fix HeaderWriteError in email.policy.default caused by extra newline (#142008)
Paresh Joshi committed
November 9, 2025
June 5, 2025
S
gh-134155: fix AttributeError in email._header_value_parser.get_address (#134194)
Sergey Miryanov committed
May 25, 2025
R
gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_endchars (#134233)
R. David Murray committed
March 18, 2025
M
gh-121284: Fix email address header folding with parsed encoded-word (GH-122754)
Mike Edmunds committed
January 19, 2025
M
gh-80222: Fix email address header folding with long quoted-string (#122753)
Mike Edmunds committed
July 30, 2024
P
gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)
Petr Viktorin committed
July 18, 2024
M
gh-120930: Remove extra blank occuring in wrapped encoded words in email headers (GH-121747)
Matthieu Caneill committed
May 22, 2024
S
gh-118643: Fix AttributeError in the email module (GH-119099)
Serhiy Storchaka committed
May 20, 2024
T
gh-92081: Fix for email.generator.Generator with whitespace between encoded words. (#92281)
Toshio Kuratomi committed
April 17, 2024
I
S
gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH-117934)
Serhiy Storchaka committed
February 17, 2024
T
gh-100884: email/_header_value_parser: don't encode list separators (GH-100885)
Thomas Weißschuh committed
January 10, 2024
S
gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730)
Serhiy Storchaka committed
April 24, 2023
J
gh-102498 Clean up unused variables and imports in the email module (#102482)
JosephSBoyle committed
May 23, 2022
O
gh-93010: InvalidHeaderError used but nonexistent (#93015)
oda-gitso committed
April 30, 2022
S
bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)
Serhiy Storchaka committed
May 29, 2020
A
December 9, 2019
A
bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504)
Abhilash Raj committed
A
bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503)
Abhilash Raj committed
December 5, 2019
C
bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277)
Claudiu Popa committed
October 5, 2019
A
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
Andrei Troie committed
August 31, 2019
A
bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)
Ashwin Ramaswami committed
August 21, 2019
August 11, 2019
A
bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044)
Abhilash Raj committed
July 17, 2019
J
bpo-34155: Dont parse domains containing @ (GH-13079)
jpic committed
A
Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)
Abhilash Raj committed
A
bpo-37461: Fix infinite loop in parsing of specially crafted email headers (GH-14794)
Abhilash Raj committed
July 16, 2019
P
Fix infinite loop in email folding logic (GH-12732)
Paul Ganssle committed
June 26, 2019
A
bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387)
Abhilash Raj committed
June 6, 2019
W
bpo-36520: Email header folded incorrectly (#13608)
websurfer5 committed
June 5, 2019
A
bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425)
Abhilash Raj committed
June 4, 2019
A
bpo-35805: Add parser for Message-ID email header. (GH-13397)
Abhilash Raj committed
June 2, 2019
X
Fix typos in docs and docstrings (GH-13745)
Xtreak 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
J
bpo-34424: Handle different policy.linesep lengths correctly. (#8803)
Jens Troeger committed
February 5, 2019
I
email: use dict instead of OrderedDict (GH-11709)
Inada Naoki committed
November 5, 2018
S
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
Serhiy Storchaka committed
July 28, 2018
D
bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484)
Dong-hee Na committed
February 4, 2018
L
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias committed
January 29, 2018
J
bpo-27931: Fix email address header parsing error (#5329)
jayyyin committed
December 3, 2017
R
bpo-27240 Rewrite the email header folding algorithm. (#3488)
R. David Murray committed
November 16, 2017
S
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)
Serhiy Storchaka committed
June 26, 2017
J
bpo-30532: Fix whitespace folding in certain cases
Joel Hillacre committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed