From bce827bf1281a6ed04d41d977cafc632f108dcc3 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 11 May 2004 22:20:05 +0000 Subject: An example with multiple boundary lines. --- Lib/email/test/data/msg_37.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Lib/email/test/data/msg_37.txt diff --git a/Lib/email/test/data/msg_37.txt b/Lib/email/test/data/msg_37.txt new file mode 100644 index 0000000..038d34a --- /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-- -- cgit v0.12