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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bce827bf1281a6ed04d41d977cafc632f108dcc3;p=python 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 0000000000..038d34a1a4 --- /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--