Add message/* mimetype file

pull/9/head
Raphaël Vinot 2016-05-17 11:15:38 +02:00
parent 6154c3748d
commit b9e38bfa3f
1 changed files with 20 additions and 0 deletions

20
tests/src/message.msg Normal file
View File

@ -0,0 +1,20 @@
From: John Doe <example@example.com>
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="XXXXboundary text"
This is a multipart message in MIME format.
--XXXXboundary text
Content-Type: text/plain
this is the body text
--XXXXboundary text
Content-Type: text/plain;
Content-Disposition: attachment;
filename="test.txt"
this is the attachment text
--XXXXboundary text--