From: Barry Warsaw Date: Tue, 10 Sep 2002 15:43:30 +0000 (+0000) Subject: A sample message with broken MIME boundaries. X-Git-Tag: v2.3c1~4156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dad90c202aa7e1d14e489f63858d00a1056eda0c;p=thirdparty%2FPython%2Fcpython.git A sample message with broken MIME boundaries. --- diff --git a/Lib/email/test/data/msg_31.txt b/Lib/email/test/data/msg_31.txt new file mode 100644 index 000000000000..1e58e56cf52e --- /dev/null +++ b/Lib/email/test/data/msg_31.txt @@ -0,0 +1,15 @@ +From: aperson@dom.ain +MIME-Version: 1.0 +Content-Type: multipart/mixed; boundary=BOUNDARY_ + +--BOUNDARY +Content-Type: text/plain + +message 1 + +--BOUNDARY +Content-Type: text/plain + +message 2 + +--BOUNDARY--