| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-30681: Support invalid date format or value in email Date header (GH-22090) | Georges Toth | 2020-10-27 | 1 | -0/+16 |
|
|
* | bpo-39040: Fix parsing of email mime headers with whitespace between encoded-... | Abhilash Raj | 2020-05-29 | 1 | -0/+19 |
|
|
* | bpo-39073: validate Address parts to disallow CRLF (#19007) | Ashwin Ramaswami | 2020-03-30 | 1 | -0/+19 |
|
|
* | bpo-37482: Fix email address name with encoded words and special chars (GH-14... | bsiem | 2019-08-21 | 1 | -0/+24 |
|
|
* | bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) | Serhiy Storchaka | 2019-08-08 | 1 | -0/+19 |
|
|
* | bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425) | Abhilash Raj | 2019-06-05 | 1 | -1/+2 |
|
|
* | bpo-35805: Add parser for Message-ID email header. (GH-13397) | Abhilash Raj | 2019-06-04 | 1 | -0/+28 |
|
|
* | bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) | Krzysztof Wojcik | 2019-05-14 | 1 | -4/+4 |
|
|
* | bpo-27240 Rewrite the email header folding algorithm. (#3488) | R. David Murray | 2017-12-03 | 1 | -86/+143 |
|
|
* | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
|
|
* | #21991: make headerregistry params property MappingProxyType. | R David Murray | 2014-10-17 | 1 | -0/+3 |
|
|
* | Merge: #16983: Apply postel's law to encoded words inside quoted strings. | R David Murray | 2014-02-08 | 1 | -0/+10 |
|\ |
|
| * | #16983: Apply postel's law to encoded words inside quoted strings. | R David Murray | 2014-02-08 | 1 | -0/+10 |
|
|
* | | #18891: Complete new provisional email API. | R David Murray | 2013-10-17 | 1 | -1/+13 |
|/ |
|
* | #18741: fix more typos. Patch by FĂ©vry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -6/+6 |
|
|
* | #18431: Decode encoded words in atoms in new email parser. | R David Murray | 2013-07-12 | 1 | -0/+24 |
|
|
* | #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= | R David Murray | 2013-07-11 | 1 | -4/+37 |
|
|
* | Fix a few typos and a double semicolon. Patch by Eitan Adler. | Ezio Melotti | 2013-01-27 | 1 | -1/+1 |
|
|
* | #15160: Extend the new email parser to handle MIME headers. | R David Murray | 2012-06-24 | 1 | -0/+786 |
|
|
* | Don't use metaclasses when class decorators can do the job. | R David Murray | 2012-05-31 | 1 | -2/+3 |
|
|
* | Make parameterized tests in email less hackish. | R David Murray | 2012-05-31 | 1 | -18/+8 |
|
|
* | Regularize test_email/test_headerregistry's references to policy. | R David Murray | 2012-05-29 | 1 | -6/+6 |
|
|
* | Make headerregistry fully part of the provisional api. | R David Murray | 2012-05-27 | 1 | -0/+738 |
|
|