aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/email/_header_value_parser.py
Commit message (Expand)AuthorAge
* gh-121284: Fix email address header folding with parsed encoded-word (GH-122754)Mike Edmunds2025-03-18
* gh-80222: Fix email address header folding with long quoted-string (#122753)Mike Edmunds2025-01-18
* gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)Petr Viktorin2024-07-31
* gh-120930: Remove extra blank occuring in wrapped encoded words in email head...Matthieu Caneill2024-07-18
* gh-118643: Fix AttributeError in the email module (GH-119099)Serhiy Storchaka2024-05-22
* gh-92081: Fix for email.generator.Generator with whitespace between encoded w...Toshio Kuratomi2024-05-20
* bpo-40944: Fix IndexError when parse emails with truncated Message-ID, addres...Ivan Savin2024-04-17
* gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH-117934)Serhiy Storchaka2024-04-17
* gh-75171: Fix parsing invalid email address headers starting or ending with a...tsufeki2024-04-17
* gh-100884: email/_header_value_parser: don't encode list separators (GH-100885)Thomas Weißschuh2024-02-17
* gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730)Serhiy Storchaka2024-01-10
* gh-102498 Clean up unused variables and imports in the email module (#102482)JosephSBoyle2023-04-24
* gh-93010: InvalidHeaderError used but nonexistent (#93015)oda-gitso2022-05-23
* bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)Serhiy Storchaka2022-04-30
* bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...Abhilash Raj2020-05-28
* bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504)Abhilash Raj2019-12-08
* bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503)Abhilash Raj2019-12-08
* bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277)Claudiu Popa2019-12-04
* bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)Andrei Troie2019-10-05
* bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)Ashwin Ramaswami2019-08-31
* bpo-37482: Fix email address name with encoded words and special chars (GH-14...bsiem2019-08-21
* bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-...Abhilash Raj2019-08-11
* bpo-34155: Dont parse domains containing @ (GH-13079)jpic2019-07-17
* Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)Abhilash Raj2019-07-17
* bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...Abhilash Raj2019-07-17
* Fix infinite loop in email folding logic (GH-12732)Paul Ganssle2019-07-16
* bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH...Abhilash Raj2019-06-26
* bpo-36520: Email header folded incorrectly (#13608)websurfer52019-06-06
* bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425)Abhilash Raj2019-06-05
* bpo-35805: Add parser for Message-ID email header. (GH-13397)Abhilash Raj2019-06-04
* Fix typos in docs and docstrings (GH-13745)Xtreak2019-06-03
* bpo-33524: Fix the folding of email header when max_line_length is 0 or None ...Abhilash Raj2019-05-17
* bpo-33529, email: Fix infinite loop in email header encoding (GH-12020)Krzysztof Wojcik2019-05-14
* bpo-34424: Handle different policy.linesep lengths correctly. (#8803)Jens Troeger2019-05-13
* email: use dict instead of OrderedDict (GH-11709)Inada Naoki2019-02-05
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Serhiy Storchaka2018-11-05
* bpo-33476: Fix _header_value_parser when address group is missing final ';' (...Dong-hee Na2018-07-28
* bpo-32746: Fix multiple typos (GH-5144)Leo Arias2018-02-03
* bpo-27931: Fix email address header parsing error (#5329)jayyyin2018-01-29
* bpo-27240 Rewrite the email header folding algorithm. (#3488)R. David Murray2017-12-03
* bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)Serhiy Storchaka2017-11-16
* bpo-30532: Fix whitespace folding in certain casesJoel Hillacre2017-06-26
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-08
* Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.Serhiy Storchaka2016-07-17
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-26
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-17
* #24211: Add RFC6532 support to the email library.R David Murray2015-05-17
* #23745: handle duplicate MIME parameter names in new parser.R David Murray2015-03-29
* #20977: fix undefined name in the email module. Patch by Rose Ames.Ezio Melotti2014-08-04
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-20