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/bug132340 | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.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 'comm/mailnews/test/data/bug132340')
-rw-r--r-- | comm/mailnews/test/data/bug132340 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/comm/mailnews/test/data/bug132340 b/comm/mailnews/test/data/bug132340 new file mode 100644 index 0000000000..e01b250a67 --- /dev/null +++ b/comm/mailnews/test/data/bug132340 @@ -0,0 +1,26 @@ +From - Sat Jun 11 17:26:54 2009
+Message-ID: <foo.12345@bar>
+Date: Sun, 19 Oct 2008 08:00:00 +0000
+From: Me <me@example.net>
+To: You <you@example.org>
+Content-Type: multipart/alternative; boundary=pleasekillMIME
+Subject: Test message
+
+Testing that we do body search according to bug 132340 correctly.
+
+--pleasekillMIME
+Content-Type: text/plain
+
+This is a plain-text part to match on.
+
+--pleasekillMIME
+Content-Type: application/x-javascript
+
+dump("Hello, World!");
+
+--pleasekillMIME
+Content-Type: text/plain
+Content-Transfer-Encoding: BASE64
+
+U2VtaSBjYXNlLWluc2Vuc2l0aXZpdHkgc3Vja3MuIE1hdGNoIG9uICJiYXNlIDY0IHRleHQi
+--pleasekillMIME--
|