summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.contentmanager.rst
Commit message (Collapse)AuthorAgeFilesLines
* Revert #22251Berker Peksag2014-09-271-3/+1
|
* Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-1/+3
|
* #21091: make is_attachment a method.R David Murray2014-09-201-2/+6
| | | | | | Since EmailMessage is a provisional API we can fix API bugs in a maintenance release, but I used a trick suggested by Serhiy to maintain backward compatibility with 3.4.0/1.
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-8/+11
|
* 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.