summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_email/test__header_value_parser.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504)Abhilash Raj2019-12-091-0/+6
* bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503)Abhilash Raj2019-12-091-3/+37
* bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277)Claudiu Popa2019-12-051-0/+6
* bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)Andrei Troie2019-10-051-0/+12
* bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)Ashwin Ramaswami2019-08-311-0/+16
* bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-...Abhilash Raj2019-08-111-0/+8
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* bpo-34155: Dont parse domains containing @ (GH-13079)jpic2019-07-171-0/+10
* Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)Abhilash Raj2019-07-171-0/+4
* bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...Abhilash Raj2019-07-171-0/+7
* bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH...Abhilash Raj2019-06-261-0/+17
* bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425)Abhilash Raj2019-06-051-2/+22
* bpo-35805: Add parser for Message-ID email header. (GH-13397)Abhilash Raj2019-06-041-0/+72
* bpo-33476: Fix _header_value_parser when address group is missing final ';' (...Dong-hee Na2018-07-281-0/+25
* bpo-27397: Make email module properly handle invalid-length base64 strings (#...Tal Einat2018-06-121-0/+9
* bpo-27931: Fix email address header parsing error (#5329)jayyyin2018-01-291-0/+17
* bpo-27240 Rewrite the email header folding algorithm. (#3488)R. David Murray2017-12-031-26/+22
* bpo-30532: Fix whitespace folding in certain casesJoel Hillacre2017-06-261-0/+12
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-2/+2
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* #23745: handle duplicate MIME parameter names in new parser.R David Murray2015-03-301-0/+109
* #20977: fix undefined name in the email module. Patch by Rose Ames.Ezio Melotti2014-08-041-0/+12
* #16983: Apply postel's law to encoded words inside quoted strings.R David Murray2014-02-081-0/+9
* #18431: Decode encoded words in atoms in new email parser.R David Murray2013-07-121-1/+25
* #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=R David Murray2013-07-111-0/+9
* #15160: Extend the new email parser to handle MIME headers.R David Murray2012-06-241-15/+88
* Recognize '<>' as a special case of an angle-addr in header_value_parser.R David Murray2012-05-261-1/+14
* #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-251-0/+2466