cpython/Lib/test/test_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
..
data
__init__.py #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00
__main__.py
test__encoded_words.py Closes #18464: fix typo in test name. 2013-07-15 12:09:47 -04:00
test__header_value_parser.py #18431: Decode encoded words in atoms in new email parser. 2013-07-12 16:00:28 -04:00
test_asian_codecs.py
test_contentmanager.py #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00
test_defect_handling.py
test_email.py Issue #12037: Fix test_email for desktop Windows. 2013-08-31 17:16:45 -04:00
test_generator.py
test_headerregistry.py #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00
test_inversion.py Closes #18475: add unittest.main() to test_email/test_inversions. 2013-07-16 11:45:31 -04:00
test_message.py #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00
test_parser.py
test_pickleable.py
test_policy.py #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00
test_utils.py #17877: skip test if the Olson's TZ database is missing. 2013-05-08 11:16:02 +03:00
torture_test.py