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

Skip to content

Commit e5270ae

Browse files
committed
New files which test the corners of multipart/message and
message/rfc822 compliance.
1 parent 27b168c commit e5270ae

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

Lib/test/data/msg_28.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
MIME-Version: 1.0
3+
Content-Type: multipart/digest; boundary=BOUNDARY
4+
5+
--BOUNDARY
6+
Content-Type: message/rfc822
7+
8+
Content-Type: text/plain; charset=us-ascii
9+
10+
11+
Subject: ee
12+
13+
message 1
14+
15+
--BOUNDARY
16+
Content-Type: message/rfc822
17+
18+
Content-Type: text/plain; charset=us-ascii
19+
20+
21+
Subject: ee
22+
23+
message 2
24+
25+
--BOUNDARY--

Lib/test/data/msg_30.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
MIME-Version: 1.0
3+
Content-Type: multipart/digest; boundary=BOUNDARY
4+
5+
--BOUNDARY
6+
7+
Content-Type: text/plain; charset=us-ascii
8+
9+
10+
Subject: ee
11+
12+
message 1
13+
14+
--BOUNDARY
15+
16+
Content-Type: text/plain; charset=us-ascii
17+
18+
19+
Subject: ee
20+
21+
message 2
22+
23+
--BOUNDARY--

0 commit comments

Comments
 (0)