diff options
author | Barry Warsaw <barry@python.org> | 2004-05-11 22:20:59 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2004-05-11 22:20:59 (GMT) |
commit | 769f14a7c94d19f7cedf1ecf0f10497778946a31 (patch) | |
tree | 94991ba3f6e2c050a61aeb5ea6f2e74960704676 | |
parent | bce827bf1281a6ed04d41d977cafc632f108dcc3 (diff) | |
download | cpython-769f14a7c94d19f7cedf1ecf0f10497778946a31.zip cpython-769f14a7c94d19f7cedf1ecf0f10497778946a31.tar.gz cpython-769f14a7c94d19f7cedf1ecf0f10497778946a31.tar.bz2 |
A boiled down message/external-body example from Anthony's torture test.
-rw-r--r-- | Lib/email/test/data/msg_36.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Lib/email/test/data/msg_36.txt b/Lib/email/test/data/msg_36.txt new file mode 100644 index 0000000..5632c30 --- /dev/null +++ b/Lib/email/test/data/msg_36.txt @@ -0,0 +1,40 @@ +Mime-Version: 1.0 +Content-Type: Multipart/Mixed; Boundary="NextPart" +To: IETF-Announce:; +From: Internet-Drafts@ietf.org +Subject: I-D ACTION:draft-ietf-mboned-mix-00.txt +Date: Tue, 22 Dec 1998 16:55:06 -0500 + +--NextPart + +Blah blah blah + +--NextPart +Content-Type: Multipart/Alternative; Boundary="OtherAccess" + +--OtherAccess +Content-Type: Message/External-body; + access-type="mail-server"; + server="mailserv@ietf.org" + +Content-Type: text/plain +Content-ID: <19981222151406.I-D@ietf.org> + +ENCODING mime +FILE /internet-drafts/draft-ietf-mboned-mix-00.txt + +--OtherAccess +Content-Type: Message/External-body; + name="draft-ietf-mboned-mix-00.txt"; + site="ftp.ietf.org"; + access-type="anon-ftp"; + directory="internet-drafts" + +Content-Type: text/plain +Content-ID: <19981222151406.I-D@ietf.org> + + +--OtherAccess-- + +--NextPart-- + |