summaryrefslogtreecommitdiff
path: root/Lib/email/policy.py
Commit message (Expand)AuthorAgeFilesLines
* #20476: add a message_factory policy attribute to email.R David Murray2016-09-091-0/+2
* #22233: Only split headers on \r and/or \n, per email RFCs.R David Murray2016-09-071-1/+8
* #24211: Add RFC6532 support to the email library.R David Murray2015-05-171-1/+14
* #18891: Complete new provisional email API.R David Murray2013-10-161-0/+13
* Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-111-1/+1
* #16811: Fix folding of headers with no value in provisional policies.R David Murray2013-02-041-1/+1
* Don't use metaclasses when class decorators can do the job.R David Murray2012-05-311-1/+2
* #10839: raise an error on add of duplicate unique headers in new email policiesR David Murray2012-05-291-0/+8
* Make headerregistry fully part of the provisional api.R David Murray2012-05-271-3/+3
* #12586: Fix a small oversight in the new email policy header setting code.R David Murray2012-05-251-1/+1
* #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-251-3/+170
* #14731: refactor email policy framework.R David Murray2012-05-251-167/+5
* #14344: fixed the repr of email.policy objects.R David Murray2012-03-171-1/+1
* #11731: simplify/enhance parser/generator API by introducing policy objects.R David Murray2011-04-181-0/+174