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--