Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-27240 Rewrite the email header folding algorithm. (#3488) | R. David Murray | 2017-12-03 | 1 | -5/+51 |
* | [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-... | mircea-cosbuc | 2017-06-12 | 1 | -0/+7 |
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 1 | -1/+1 |
* | #20098: add mangle_from_ policy option. | R David Murray | 2015-05-17 | 1 | -0/+22 |
* | #24211: Add RFC6532 support to the email library. | R David Murray | 2015-05-17 | 1 | -0/+22 |
* | 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 | -32/+9 |
* | #12586: add provisional email policy with new header parsing and folding. | R David Murray | 2012-05-25 | 1 | -74/+94 |
* | #14731: refactor email policy framework. | R David Murray | 2012-05-25 | 1 | -10/+75 |
* | #11731: simplify/enhance parser/generator API by introducing policy objects. | R David Murray | 2011-04-18 | 1 | -0/+136 |