diff options
Diffstat (limited to 'comm/mailnews/test/data/multipart-base64-1')
-rw-r--r-- | comm/mailnews/test/data/multipart-base64-1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comm/mailnews/test/data/multipart-base64-1 b/comm/mailnews/test/data/multipart-base64-1 new file mode 100644 index 0000000000..4c71b75923 --- /dev/null +++ b/comm/mailnews/test/data/multipart-base64-1 @@ -0,0 +1,11 @@ +Content-Type: multipart/mixed; boundary=boundary
+Content-Transfer-Encoding: base64
+
+This part shouldn't appear
+--boundary
+Content-Type: text/plain
+Content-Transfer-Encoding: base64
+
+TXVsdGlwYXJ0IGJhc2U2NCBlbmNvZGVkIHRleHQu
+
+--boundary--
|