aboutsummaryrefslogtreecommitdiffhomepage
path: root/unittest/data/parser/input/mbox/simple
diff options
context:
space:
mode:
Diffstat (limited to 'unittest/data/parser/input/mbox/simple')
-rw-r--r--unittest/data/parser/input/mbox/simple/123
-rw-r--r--unittest/data/parser/input/mbox/simple/222
-rw-r--r--unittest/data/parser/input/mbox/simple/322
3 files changed, 67 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.
diff --git a/unittest/data/parser/input/mbox/simple/2 b/unittest/data/parser/input/mbox/simple/2
new file mode 100644
index 00000000..dd10ccec
--- /dev/null
+++ b/unittest/data/parser/input/mbox/simple/2
@@ -0,0 +1,22 @@
+From: fejj@gnome.org
+To: fejj@gnome.org
+Date: Fri, 23 Aug 2002 2:32:53 -0400
+Subject: this'll probably break even more mime parsers
+MIME-Version: 1.0
+Content-Type: multipart/mixed; boundary="x"
+
+--x
+Content-Type: multipart/mixed; boundary="x"
+
+--x
+Content-Type: multipart/mixed; boundary="x"
+
+--x
+Content-Type: text/plain
+
+Hello world.
+
+multipart/mixed; boundary="x"
+ multipart/mixed; boundary="x"
+ multipart/mixed; boundary="x"
+ text/plain <-- You are here.
diff --git a/unittest/data/parser/input/mbox/simple/3 b/unittest/data/parser/input/mbox/simple/3
new file mode 100644
index 00000000..2cd5f8af
--- /dev/null
+++ b/unittest/data/parser/input/mbox/simple/3
@@ -0,0 +1,22 @@
+From: fejj@gnome.org
+To: fejj@gnome.org
+Date: Fri, 23 Aug 2002 2:32:53 -0400
+Subject: if a mime parser can correctly handle this, I'm impressed
+MIME-Version: 1.0
+Content-Type: multipart/mixed; boundary=""
+
+--
+Content-Type: multipart/mixed; boundary=""
+
+--
+Content-Type: multipart/mixed; boundary=""
+
+--
+Content-Type: text/plain
+
+Hello world.
+
+multipart/mixed; boundary=""
+ multipart/mixed; boundary=""
+ multipart/mixed; boundary=""
+ text/plain <-- You are here.