From: Barry Warsaw Date: Fri, 19 Oct 2001 04:07:27 +0000 (+0000) Subject: Another email package test file X-Git-Tag: v2.2.1c1~1156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11ce5505784f5e022057e69e4b6f567dd7fb7d16;p=thirdparty%2FPython%2Fcpython.git Another email package test file --- diff --git a/Lib/test/data/msg_21.txt b/Lib/test/data/msg_21.txt new file mode 100644 index 000000000000..5b2e777583d0 --- /dev/null +++ b/Lib/test/data/msg_21.txt @@ -0,0 +1,22 @@ +From: aperson@dom.ain +To: bperson@dom.ain +Subject: Test +Content-Type: multipart/mixed; boundary="BOUNDARY" + +MIME message +--BOUNDARY +Content-Type: text/plain; charset="us-ascii" +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit + +One + +--BOUNDARY +Content-Type: text/plain; charset="us-ascii" +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit + +Two + +--BOUNDARY-- +End of MIME message