cpython/Lib/email/test/data
Barry Warsaw bb11386730 Big email 3.0 API changes, with updated unit tests and documentation.
Briefly (from the NEWS file):

- Updates for the email package:
  + All deprecated APIs that in email 2.x issued warnings have been removed:
    _encoder argument to the MIMEText constructor, Message.add_payload(),
    Utils.dump_address_pair(), Utils.decode(), Utils.encode()
  + New deprecations: Generator.__call__(), Message.get_type(),
    Message.get_main_type(), Message.get_subtype(), the 'strict' argument to
    the Parser constructor.  These will be removed in email 3.1.
  + Support for Python earlier than 2.3 has been removed (see PEP 291).
  + All defect classes have been renamed to end in 'Defect'.
  + Some FeedParser fixes; also a MultipartInvariantViolationDefect will be
    added to messages that claim to be multipart but really aren't.
  + Updates to documentation.
2004-10-03 03:16:19 +00:00
..
PyBanner048.gif The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
audiotest.au A copy of the audio test file from Lib/test, needed because some 2002-12-30 17:44:27 +00:00
msg_01.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_02.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_03.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_04.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_05.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_06.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_07.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_08.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_09.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_10.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_11.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_12.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_12a.txt Like msg_12.txt but with some extra vertical whitespace around the inner 2004-05-09 03:17:29 +00:00
msg_13.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_14.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_15.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_16.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_17.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_18.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_19.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_20.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_21.txt Adjust tests for no newline appending to MIMEText.__init__()'s _text 2003-03-11 05:10:46 +00:00
msg_22.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_23.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_24.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_25.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_26.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_27.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_28.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_29.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_30.txt The email package's tests live much better in a subpackage 2002-07-19 22:29:49 +00:00
msg_31.txt A sample message with broken MIME boundaries. 2002-09-10 15:43:30 +00:00
msg_32.txt Fixing some RFC 2231 related issues as reported in the Spambayes 2002-09-26 17:21:02 +00:00
msg_33.txt Fixing some RFC 2231 related issues as reported in the Spambayes 2002-09-26 17:21:02 +00:00
msg_34.txt Test case, distilled from SF bug #631350, where a subobject in a 2002-11-05 20:53:18 +00:00
msg_35.txt A message with no separating blank line between the headers and the 2002-11-05 21:29:47 +00:00
msg_36.txt A boiled down message/external-body example from Anthony's torture test. 2004-05-11 22:20:59 +00:00
msg_37.txt An example with multiple boundary lines. 2004-05-11 22:20:05 +00:00
msg_38.txt A boiled down example from Anthony's MIME torture tests. This one has a 2004-05-13 20:12:32 +00:00
msg_39.txt Another evil test from Anthony's suite. This one has an inner part with the 2004-05-13 20:13:48 +00:00
msg_40.txt forward porting from release23-maint 2004-05-13 23:18:54 +00:00
msg_41.txt Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00