diff options
author | Barry Warsaw <barry@python.org> | 2004-05-11 22:20:05 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2004-05-11 22:20:05 (GMT) |
commit | bce827bf1281a6ed04d41d977cafc632f108dcc3 (patch) | |
tree | 7fd5c8a97265305d239443269c8adaadbf32e8c3 /Lib/email/test/data | |
parent | d38f4488651f3a36b9bc8d44001b9ed76576e549 (diff) | |
download | cpython-bce827bf1281a6ed04d41d977cafc632f108dcc3.zip cpython-bce827bf1281a6ed04d41d977cafc632f108dcc3.tar.gz cpython-bce827bf1281a6ed04d41d977cafc632f108dcc3.tar.bz2 |
An example with multiple boundary lines.
Diffstat (limited to 'Lib/email/test/data')
-rw-r--r-- | Lib/email/test/data/msg_37.txt | 22 |
1 files changed, 22 insertions, 0 deletions
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-- |