summaryrefslogtreecommitdiffstats
path: root/Lib/email/test/data/msg_34.txt
Commit message (Collapse)AuthorAgeFilesLines
* Correctly move email package tests to Lib/test.R David Murray2011-03-211-19/+0
|
* Copying the email package back, despite its failings.Guido van Rossum2007-08-301-0/+19
|
* Remove the email package for now.Guido van Rossum2007-08-251-19/+0
| | | | | | Once Barry and the email-sig have a working new version we'll add it back. If it doesn't make the 3.0a deadline (release August 31), too bad.
* Test case, distilled from SF bug #631350, where a subobject in aBarry Warsaw2002-11-051-0/+19
multipart/digest isn't a message/rfc822. This is legal, but counter to recommended practice in RFC 2046, $5.1.5.