cpython/Lib/email
R David Murray 3da240fd01 #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.
2013-10-16 22:48:40 -04:00
..
mime
__init__.py
_encoded_words.py
_header_value_parser.py
_parseaddr.py
_policybase.py
architecture.rst
base64mime.py
charset.py
contentmanager.py #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00
encoders.py
errors.py
feedparser.py
generator.py
header.py
headerregistry.py
iterators.py
message.py #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00
parser.py
policy.py #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00
quoprimime.py
utils.py #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00