summaryrefslogtreecommitdiff
path: root/Doc/library/email.rst
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-10-16 22:48:40 -0400
committerR David Murray <rdmurray@bitdance.com>2013-10-16 22:48:40 -0400
commit3da240fd01e02a31e516847ba865a9f56d7cfcbc (patch)
tree056628df84b2e949fb793d75235e38766a16fbcc /Doc/library/email.rst
parent1a1628819779110854d4e1ab490db2cab80e26b4 (diff)
downloadcpython-git-3da240fd01e02a31e516847ba865a9f56d7cfcbc.tar.gz
#18891: Complete new provisional email API.
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.
Diffstat (limited to 'Doc/library/email.rst')
-rw-r--r--Doc/library/email.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/email.rst b/Doc/library/email.rst
index a6cbbce588..331d2ef0e4 100644
--- a/Doc/library/email.rst
+++ b/Doc/library/email.rst
@@ -53,6 +53,7 @@ Contents of the :mod:`email` package documentation:
email.generator.rst
email.policy.rst
email.headerregistry.rst
+ email.contentmanager.rst
email.mime.rst
email.header.rst
email.charset.rst