summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.contentmanager.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix suspicious markup in the docs.Georg Brandl2013-11-241-2/+2
|
* #18891: Complete new provisional email API.R David Murray2013-10-171-0/+427
This adds EmailMessage and, MIMEPart subclasses of Message with new API methods, and a ContentManager class used by the new methods. Also a new policy setting, content_manager. Patch was reviewed by Stephen J. Turnbull and Serhiy Storchaka, and reflects their feedback. I will ideally add some examples of using the new API to the documentation before the final release.