diff options
Diffstat (limited to 'comm/mailnews/test/data/multipart3')
-rw-r--r-- | comm/mailnews/test/data/multipart3 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/comm/mailnews/test/data/multipart3 b/comm/mailnews/test/data/multipart3 new file mode 100644 index 0000000000..2183cbd6a2 --- /dev/null +++ b/comm/mailnews/test/data/multipart3 @@ -0,0 +1,29 @@ +Content-Type: multipart/mixed; boundary=boundary
+
+--boundary
+Content-Type: text/html
+
+<html>
+
+
+<body>
+
+
+
+Here, the HTML tags should be stripped out.
+
+
+
+</body>
+
+
+
+</html>
+
+
+
+
+
+
+
+--boundary--
|