diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /comm/mailnews/test/data/bodystructuretest1 | |
parent | Initial commit. (diff) | |
download | thunderbird-upstream.tar.xz thunderbird-upstream.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | comm/mailnews/test/data/bodystructuretest1 | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/comm/mailnews/test/data/bodystructuretest1 b/comm/mailnews/test/data/bodystructuretest1 new file mode 100644 index 0000000000..7f8bf8a76f --- /dev/null +++ b/comm/mailnews/test/data/bodystructuretest1 @@ -0,0 +1,57 @@ +Date: Fri, 01 Jan 2010 12:00 -0500
+To: x@x.x
+From: y@y.y
+Subject: download on demand problem
+MIME-Version: 1.0
+Content-Type: multipart/mixed;
+ boundary="----Part0+"
+
+This is a multi-part message in MIME format.
+
+------Part0+
+Content-Type: multipart/related;
+ type="multipart/alternative";
+ boundary="----Part1.n"
+
+
+------Part1.n
+Content-Type: multipart/alternative;
+ boundary="----Part1.1.n"
+
+
+------Part1.1.n
+Content-Type: text/plain;
+
+thisplaintextneedstodisplaytopasstest
+plaintextshouldnotbefetchedtopasstest
+
+------Part1.1.n
+Content-Type: text/html;
+
+<html>
+thishtmltextneedstodisplaytopasstest
+htmltextshouldnotbefetchedtopasstest
+</html>
+
+------Part1.1.n--
+
+------Part1.n
+Content-Type: image/jpeg;
+ name="someimage.jpg"
+
+This is someimage.jpg
+
+------Part1.n--
+
+------Part0+
+Content-Type: application/zip;
+ name="somename.zip"
+
+This is somename.zip
+
+------Part0+
+Content-Type: text/html;
+
+This is a text part that should not be displayed
+it is not inline and is not an attachment
+------Part0+--
|