summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/test/data/multipart4
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--comm/mailnews/test/data/multipart47
-rw-r--r--comm/mailnews/test/data/multipart4.out1
2 files changed, 8 insertions, 0 deletions
diff --git a/comm/mailnews/test/data/multipart4 b/comm/mailnews/test/data/multipart4
new file mode 100644
index 0000000000..934b5b1cc2
--- /dev/null
+++ b/comm/mailnews/test/data/multipart4
@@ -0,0 +1,7 @@
+Content-Type: multipart/mixed; boundary=boundary
+
+--boundary
+
+This has no headers, so should be recognized as plain text.
+
+--boundary--
diff --git a/comm/mailnews/test/data/multipart4.out b/comm/mailnews/test/data/multipart4.out
new file mode 100644
index 0000000000..49092e8920
--- /dev/null
+++ b/comm/mailnews/test/data/multipart4.out
@@ -0,0 +1 @@
+This has no headers, so should be recognized as plain text. \ No newline at end of file