aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_email/test_headerregistry.py
Commit message (Expand)AuthorAge
* bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)Serhiy Storchaka2022-04-30
* bpo-30681: Support invalid date format or value in email Date header (GH-22090)Georges Toth2020-10-26
* bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...Abhilash Raj2020-05-28
* bpo-39073: validate Address parts to disallow CRLF (#19007)Ashwin Ramaswami2020-03-29
* bpo-37482: Fix email address name with encoded words and special chars (GH-14...bsiem2019-08-21
* bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)Serhiy Storchaka2019-08-08
* 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
* bpo-33529, email: Fix infinite loop in email header encoding (GH-12020)Krzysztof Wojcik2019-05-14
* bpo-27240 Rewrite the email header folding algorithm. (#3488)R. David Murray2017-12-03
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-24
* #21991: make headerregistry params property MappingProxyType.R David Murray2014-10-17
* Merge: #16983: Apply postel's law to encoded words inside quoted strings.R David Murray2014-02-08
|\
| * #16983: Apply postel's law to encoded words inside quoted strings.R David Murray2014-02-08
* | #18891: Complete new provisional email API.R David Murray2013-10-16
|/
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-17
* #18431: Decode encoded words in atoms in new email parser.R David Murray2013-07-12
* #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=R David Murray2013-07-11
* Fix a few typos and a double semicolon. Patch by Eitan Adler.Ezio Melotti2013-01-27
* #15160: Extend the new email parser to handle MIME headers.R David Murray2012-06-24
* Don't use metaclasses when class decorators can do the job.R David Murray2012-05-31
* Make parameterized tests in email less hackish.R David Murray2012-05-30
* Regularize test_email/test_headerregistry's references to policy.R David Murray2012-05-28
* Make headerregistry fully part of the provisional api.R David Murray2012-05-27