From: Barry Warsaw Date: Tue, 11 May 2004 22:20:05 +0000 (+0000) Subject: An example with multiple boundary lines. X-Git-Tag: v2.4a1~395 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bce827bf1281a6ed04d41d977cafc632f108dcc3;p=thirdparty%2FPython%2Fcpython.git An example with multiple boundary lines. --- diff --git a/Lib/email/test/data/msg_37.txt b/Lib/email/test/data/msg_37.txt new file mode 100644 index 000000000000..038d34a1a423 --- /dev/null +++ b/Lib/email/test/data/msg_37.txt @@ -0,0 +1,22 @@ +Content-Type: multipart/mixed; boundary=ABCDE + +--ABCDE +Content-Type: text/x-one + +Blah + +--ABCDE +--ABCDE +Content-Type: text/x-two + +Blah + +--ABCDE +--ABCDE +--ABCDE +--ABCDE +Content-Type: text/x-two + +Blah + +--ABCDE--