diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-10-17 02:48:40 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-10-17 02:48:40 (GMT) |
commit | 3da240fd01e02a31e516847ba865a9f56d7cfcbc (patch) | |
tree | 056628df84b2e949fb793d75235e38766a16fbcc /Doc/library/email.rst | |
parent | 1a1628819779110854d4e1ab490db2cab80e26b4 (diff) | |
download | cpython-3da240fd01e02a31e516847ba865a9f56d7cfcbc.zip cpython-3da240fd01e02a31e516847ba865a9f56d7cfcbc.tar.gz cpython-3da240fd01e02a31e516847ba865a9f56d7cfcbc.tar.bz2 |
#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.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/email.rst b/Doc/library/email.rst index a6cbbce..331d2ef 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 |