From b9e38bfa3fe7cedd7fe7c59e99150f6ad22f4eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 17 May 2016 11:15:38 +0200 Subject: [PATCH] Add message/* mimetype file --- tests/src/message.msg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/src/message.msg diff --git a/tests/src/message.msg b/tests/src/message.msg new file mode 100644 index 0000000..93a1885 --- /dev/null +++ b/tests/src/message.msg @@ -0,0 +1,20 @@ +From: John Doe +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--