Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dad90c2

Browse files
committed
A sample message with broken MIME boundaries.
1 parent 96940cf commit dad90c2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lib/email/test/data/msg_31.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
MIME-Version: 1.0
3+
Content-Type: multipart/mixed; boundary=BOUNDARY_
4+
5+
--BOUNDARY
6+
Content-Type: text/plain
7+
8+
message 1
9+
10+
--BOUNDARY
11+
Content-Type: text/plain
12+
13+
message 2
14+
15+
--BOUNDARY--

0 commit comments

Comments
 (0)