mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
An example with multiple boundary lines.
This commit is contained in:
parent
d38f448865
commit
bce827bf12
1 changed files with 22 additions and 0 deletions
22
Lib/email/test/data/msg_37.txt
Normal file
22
Lib/email/test/data/msg_37.txt
Normal file
|
@ -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--
|
Loading…
Add table
Add a link
Reference in a new issue