mirror of
https://github.com/python/cpython.git
synced 2024-11-26 11:24:40 +08:00
629038093c
(i.e. email.test), so move the guts of them here from Lib/test. The latter directory will retain stubs to run the email.test tests using Python's standard regression test. test_email_torture.py is a torture tester which will not run under Python's test suite because I don't want to commit megs of data to that project (it will fail cleanly there). When run under the mimelib project it'll stress test the package with megs of message samples collected from various locations in the wild. email/test/data is a copy of Lib/test/data. The fate of the latter is still undecided.
29 lines
558 B
Plaintext
29 lines
558 B
Plaintext
From: foo
|
|
Subject: bar
|
|
To: baz
|
|
MIME-Version: 1.0
|
|
Content-Type: multipart/report; report-type=delivery-status;
|
|
boundary="D1690A7AC1.996856090/mail.example.com"
|
|
Message-Id: <20010803162810.0CA8AA7ACC@mail.example.com>
|
|
|
|
This is a MIME-encapsulated message.
|
|
|
|
--D1690A7AC1.996856090/mail.example.com
|
|
Content-Type: text/plain
|
|
|
|
Yadda yadda yadda
|
|
|
|
--D1690A7AC1.996856090/mail.example.com
|
|
|
|
Yadda yadda yadda
|
|
|
|
--D1690A7AC1.996856090/mail.example.com
|
|
Content-Type: message/rfc822
|
|
|
|
From: nobody@python.org
|
|
|
|
Yadda yadda yadda
|
|
|
|
--D1690A7AC1.996856090/mail.example.com--
|
|
|