mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
A sample message with broken MIME boundaries.
This commit is contained in:
parent
96940cf30d
commit
dad90c202a
1 changed files with 15 additions and 0 deletions
15
Lib/email/test/data/msg_31.txt
Normal file
15
Lib/email/test/data/msg_31.txt
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
From: aperson@dom.ain
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: multipart/mixed; boundary=BOUNDARY_
|
||||||
|
|
||||||
|
--BOUNDARY
|
||||||
|
Content-Type: text/plain
|
||||||
|
|
||||||
|
message 1
|
||||||
|
|
||||||
|
--BOUNDARY
|
||||||
|
Content-Type: text/plain
|
||||||
|
|
||||||
|
message 2
|
||||||
|
|
||||||
|
--BOUNDARY--
|
Loading…
Add table
Add a link
Reference in a new issue