diff options
Diffstat (limited to 'tests/emails/malformed/013.eml')
-rw-r--r-- | tests/emails/malformed/013.eml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/emails/malformed/013.eml b/tests/emails/malformed/013.eml new file mode 100644 index 0000000..6eb6e06 --- /dev/null +++ b/tests/emails/malformed/013.eml @@ -0,0 +1,33 @@ +Content-Type: multipart/mixed; boundary="1" +MIME-Version: 1.0 + +--1 +Content-Type: text/plain + +hello, world +--1 +Content-Type: multipart/mixed; boundary="1" +MIME-Version: 2.0 + +--1 +Content-Type: text/plain + +hello, world +--1 +Content-Type: multipart/mixed; boundary="1" +MIME-Version: abc + +--1 +Content-Type: text/plain + +hello, world +--1 +Content-Type: multipart/mixed; boundary="1" +MIME-Version: + +--1 +Content-Type: text/plain + +hello, world +--1 + |