diff options
author | Barry Warsaw <barry@python.org> | 2002-07-19 22:29:49 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-07-19 22:29:49 +0000 |
commit | 8ecfa991ec1b2c7d30b6df906ae13f7cb2509063 (patch) | |
tree | 9b414371505a3d43132f8d2ad2e2f13b47ae36cf /Lib/email/test/data/msg_15.txt | |
parent | 6336b151ebf199d8170b28d17f8424c13688d6fc (diff) | |
download | cpython-8ecfa991ec1b2c7d30b6df906ae13f7cb2509063.tar.gz |
The email package's tests live much better in a subpackage
(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.
Diffstat (limited to 'Lib/email/test/data/msg_15.txt')
-rw-r--r-- | Lib/email/test/data/msg_15.txt | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Lib/email/test/data/msg_15.txt b/Lib/email/test/data/msg_15.txt new file mode 100644 index 0000000000..33b8487aaf --- /dev/null +++ b/Lib/email/test/data/msg_15.txt @@ -0,0 +1,52 @@ +Return-Path: <xx@xx.dk> +Received: from fepD.post.tele.dk (195.41.46.149) by mail.groupcare.dk (LSMTP for Windows NT v1.1b) with SMTP id <0.0014F8A2@mail.groupcare.dk>; Mon, 30 Apr 2001 12:17:50 +0200 +User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2106 +Subject: XX +From: xx@xx.dk +To: XX +Message-ID: <xxxx> +Mime-version: 1.0 +Content-type: multipart/mixed; + boundary="MS_Mac_OE_3071477847_720252_MIME_Part" + +> Denne meddelelse er i MIME-format. Da dit postlūsningsprogram ikke forstr dette format, kan del af eller hele meddelelsen vūre ulūselig. + +--MS_Mac_OE_3071477847_720252_MIME_Part +Content-type: multipart/alternative; + boundary="MS_Mac_OE_3071477847_720252_MIME_Part" + + +--MS_Mac_OE_3071477847_720252_MIME_Part +Content-type: text/plain; charset="ISO-8859-1" +Content-transfer-encoding: quoted-printable + +Some removed test. + +--MS_Mac_OE_3071477847_720252_MIME_Part +Content-type: text/html; charset="ISO-8859-1" +Content-transfer-encoding: quoted-printable + +<HTML> +<HEAD> +<TITLE>Some removed HTML</TITLE> +</HEAD> +<BODY> +Some removed text. +</BODY> +</HTML> + + +--MS_Mac_OE_3071477847_720252_MIME_Part-- + + +--MS_Mac_OE_3071477847_720252_MIME_Part +Content-type: image/gif; name="xx.gif"; + x-mac-creator="6F676C65"; + x-mac-type="47494666" +Content-disposition: attachment +Content-transfer-encoding: base64 + +Some removed base64 encoded chars. + +--MS_Mac_OE_3071477847_720252_MIME_Part-- + |