summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_email/test_generator.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-34424: Handle different policy.linesep lengths correctly. (#8803)Jens Troeger2019-05-141-0/+22
* bpo-27240 Rewrite the email header folding algorithm. (#3488)R. David Murray2017-12-031-5/+51
* [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...mircea-cosbuc2017-06-121-0/+7
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* #20098: add mangle_from_ policy option.R David Murray2015-05-171-0/+22
* #24211: Add RFC6532 support to the email library.R David Murray2015-05-171-0/+22
* Don't use metaclasses when class decorators can do the job.R David Murray2012-05-311-2/+3
* Make parameterized tests in email less hackish.R David Murray2012-05-311-32/+9
* #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-251-74/+94
* #14731: refactor email policy framework.R David Murray2012-05-251-10/+75
* #11731: simplify/enhance parser/generator API by introducing policy objects.R David Murray2011-04-181-0/+136