summaryrefslogtreecommitdiffstats
path: root/Lib/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Test case of a singleton multipart; i.e. a multipart/* with only oneBarry Warsaw2002-01-271-0/+8
| | | | subpart.
* A fix for SF bug #472560, extra newlines returned by get_param() whenBarry Warsaw2001-10-251-0/+46
| | | | | | | | the separating semi-colon shows up on a continuation line (legal, but weird). Bug reported and fixed by Matthew Cowles. Test case and sample email included.
* Another email package test fileBarry Warsaw2001-10-191-0/+22
|
* Add a test for get_all() returning failobj. msg_20.txt is a sampleBarry Warsaw2001-10-091-0/+22
| | | | message with multiple CC: fields, used in the get_all() test.
* More test data for test_email.pyBarry Warsaw2001-10-042-0/+49
|
* More test messages for test_email.pyBarry Warsaw2001-09-262-0/+135
|
* The test data (mostly example messages) for the email package testBarry Warsaw2001-09-2316-0/+643
suite. Note that other tests can put input data in this directory.