index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
email
/
_header_value_parser.py
Commit message (
Expand
)
Author
Age
*
gh-121284: Fix email address header folding with parsed encoded-word (GH-122754)
Mike Edmunds
2025-03-18
*
gh-80222: Fix email address header folding with long quoted-string (#122753)
Mike Edmunds
2025-01-18
*
gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)
Petr Viktorin
2024-07-31
*
gh-120930: Remove extra blank occuring in wrapped encoded words in email head...
Matthieu Caneill
2024-07-18
*
gh-118643: Fix AttributeError in the email module (GH-119099)
Serhiy Storchaka
2024-05-22
*
gh-92081: Fix for email.generator.Generator with whitespace between encoded w...
Toshio Kuratomi
2024-05-20
*
bpo-40944: Fix IndexError when parse emails with truncated Message-ID, addres...
Ivan Savin
2024-04-17
*
gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH-117934)
Serhiy Storchaka
2024-04-17
*
gh-75171: Fix parsing invalid email address headers starting or ending with a...
tsufeki
2024-04-17
*
gh-100884: email/_header_value_parser: don't encode list separators (GH-100885)
Thomas Weißschuh
2024-02-17
*
gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730)
Serhiy Storchaka
2024-01-10
*
gh-102498 Clean up unused variables and imports in the email module (#102482)
JosephSBoyle
2023-04-24
*
gh-93010: InvalidHeaderError used but nonexistent (#93015)
oda-gitso
2022-05-23
*
bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)
Serhiy Storchaka
2022-04-30
*
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...
Abhilash Raj
2020-05-28
*
bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504)
Abhilash Raj
2019-12-08
*
bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503)
Abhilash Raj
2019-12-08
*
bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277)
Claudiu Popa
2019-12-04
*
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
Andrei Troie
2019-10-05
*
bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)
Ashwin Ramaswami
2019-08-31
*
bpo-37482: Fix email address name with encoded words and special chars (GH-14...
bsiem
2019-08-21
*
bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-...
Abhilash Raj
2019-08-11
*
bpo-34155: Dont parse domains containing @ (GH-13079)
jpic
2019-07-17
*
Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)
Abhilash Raj
2019-07-17
*
bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...
Abhilash Raj
2019-07-17
*
Fix infinite loop in email folding logic (GH-12732)
Paul Ganssle
2019-07-16
*
bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH...
Abhilash Raj
2019-06-26
*
bpo-36520: Email header folded incorrectly (#13608)
websurfer5
2019-06-06
*
bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425)
Abhilash Raj
2019-06-05
*
bpo-35805: Add parser for Message-ID email header. (GH-13397)
Abhilash Raj
2019-06-04
*
Fix typos in docs and docstrings (GH-13745)
Xtreak
2019-06-03
*
bpo-33524: Fix the folding of email header when max_line_length is 0 or None ...
Abhilash Raj
2019-05-17
*
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020)
Krzysztof Wojcik
2019-05-14
*
bpo-34424: Handle different policy.linesep lengths correctly. (#8803)
Jens Troeger
2019-05-13
*
email: use dict instead of OrderedDict (GH-11709)
Inada Naoki
2019-02-05
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
*
bpo-33476: Fix _header_value_parser when address group is missing final ';' (...
Dong-hee Na
2018-07-28
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-03
*
bpo-27931: Fix email address header parsing error (#5329)
jayyyin
2018-01-29
*
bpo-27240 Rewrite the email header folding algorithm. (#3488)
R. David Murray
2017-12-03
*
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)
Serhiy Storchaka
2017-11-16
*
bpo-30532: Fix whitespace folding in certain cases
Joel Hillacre
2017-06-26
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
*
Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.
Serhiy Storchaka
2016-07-17
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
*
#24211: Add RFC6532 support to the email library.
R David Murray
2015-05-17
*
#23745: handle duplicate MIME parameter names in new parser.
R David Murray
2015-03-29
*
#20977: fix undefined name in the email module. Patch by Rose Ames.
Ezio Melotti
2014-08-04
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
[next]