mirror of https://github.com/python/cpython
New files which test the corners of multipart/message and
message/rfc822 compliance.
This commit is contained in:
parent
27b168ca7c
commit
e5270aea23
|
@ -0,0 +1,25 @@
|
||||||
|
From: aperson@dom.ain
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: multipart/digest; boundary=BOUNDARY
|
||||||
|
|
||||||
|
--BOUNDARY
|
||||||
|
Content-Type: message/rfc822
|
||||||
|
|
||||||
|
Content-Type: text/plain; charset=us-ascii
|
||||||
|
To: aa@bb.org
|
||||||
|
From: cc@dd.org
|
||||||
|
Subject: ee
|
||||||
|
|
||||||
|
message 1
|
||||||
|
|
||||||
|
--BOUNDARY
|
||||||
|
Content-Type: message/rfc822
|
||||||
|
|
||||||
|
Content-Type: text/plain; charset=us-ascii
|
||||||
|
To: aa@bb.org
|
||||||
|
From: cc@dd.org
|
||||||
|
Subject: ee
|
||||||
|
|
||||||
|
message 2
|
||||||
|
|
||||||
|
--BOUNDARY--
|
|
@ -0,0 +1,23 @@
|
||||||
|
From: aperson@dom.ain
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: multipart/digest; boundary=BOUNDARY
|
||||||
|
|
||||||
|
--BOUNDARY
|
||||||
|
|
||||||
|
Content-Type: text/plain; charset=us-ascii
|
||||||
|
To: aa@bb.org
|
||||||
|
From: cc@dd.org
|
||||||
|
Subject: ee
|
||||||
|
|
||||||
|
message 1
|
||||||
|
|
||||||
|
--BOUNDARY
|
||||||
|
|
||||||
|
Content-Type: text/plain; charset=us-ascii
|
||||||
|
To: aa@bb.org
|
||||||
|
From: cc@dd.org
|
||||||
|
Subject: ee
|
||||||
|
|
||||||
|
message 2
|
||||||
|
|
||||||
|
--BOUNDARY--
|
Loading…
Reference in New Issue