aboutsummaryrefslogtreecommitdiffhomepage
path: root/unittest/data/parser/input/mbox/simple/1
diff options
context:
space:
mode:
Diffstat (limited to 'unittest/data/parser/input/mbox/simple/1')
-rw-r--r--unittest/data/parser/input/mbox/simple/123
1 files changed, 23 insertions, 0 deletions
diff --git a/unittest/data/parser/input/mbox/simple/1 b/unittest/data/parser/input/mbox/simple/1
new file mode 100644
index 00000000..74d84785
--- /dev/null
+++ b/unittest/data/parser/input/mbox/simple/1
@@ -0,0 +1,23 @@
+From: fejj@gnome.org
+To: fejj@gnome.org
+Date: Fri, 23 Aug 2002 2:32:53 -0400
+Subject: this'll probably break a lot of mime parsers
+X-Test-Header:
+MIME-Version: 1.0
+Content-Type: multipart/mixed; boundary="x"
+
+--x
+Content-Type: multipart/mixed; boundary="xy"
+
+--xy
+Content-Type: multipart/mixed; boundary="xyz"
+
+--xyz
+Content-Type: text/plain
+
+Hello world.
+
+multipart/mixed; boundary="x"
+ multipart/mixed; boundary="xy"
+ multipart/mixed; boundary="xyz"
+ text/plain <-- You are here.