aboutsummaryrefslogtreecommitdiff
path: root/tests/multipart-email-with-a-8bit-encoding-and-non-utf8-charset-part
diff options
context:
space:
mode:
Diffstat (limited to 'tests/multipart-email-with-a-8bit-encoding-and-non-utf8-charset-part')
-rw-r--r--tests/multipart-email-with-a-8bit-encoding-and-non-utf8-charset-part13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/multipart-email-with-a-8bit-encoding-and-non-utf8-charset-part b/tests/multipart-email-with-a-8bit-encoding-and-non-utf8-charset-part
new file mode 100644
index 0000000..de340f4
--- /dev/null
+++ b/tests/multipart-email-with-a-8bit-encoding-and-non-utf8-charset-part
@@ -0,0 +1,13 @@
+From: John Doe <jdoe@machine.example>
+To: Mary Smith <mary@example.net>
+Subject: Saying Hello
+Date: Fri, 21 Nov 1997 09:55:06 -0600
+Message-ID: <1234@local.machine.example>
+Content-Type: multipart/mixed; boundary="boundary"
+
+--boundary
+Content-Type: text/plain; charset=ISO-8859-7
+Content-Transfer-Encoding: 8bit
+
+Hello Foo˘.
+--boundary-- \ No newline at end of file