diff options
-rw-r--r-- | framework/src/domain/mime/mimetreeparser/tests/data/encapsulated-with-attachment.mbox | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/framework/src/domain/mime/mimetreeparser/tests/data/encapsulated-with-attachment.mbox b/framework/src/domain/mime/mimetreeparser/tests/data/encapsulated-with-attachment.mbox new file mode 100644 index 00000000..885b9d1b --- /dev/null +++ b/framework/src/domain/mime/mimetreeparser/tests/data/encapsulated-with-attachment.mbox | |||
@@ -0,0 +1,53 @@ | |||
1 | From: Thomas McGuire <dontspamme@gmx.net> | ||
2 | Subject: Fwd: Test with attachment | ||
3 | Date: Wed, 5 Aug 2009 10:58:27 +0200 | ||
4 | MIME-Version: 1.0 | ||
5 | Content-Type: Multipart/Mixed; | ||
6 | boundary="Boundary-00=_zmUeKB+A8hGfCVZ" | ||
7 | |||
8 | |||
9 | --Boundary-00=_zmUeKB+A8hGfCVZ | ||
10 | Content-Type: text/plain; | ||
11 | charset="iso-8859-15" | ||
12 | Content-Transfer-Encoding: 7bit | ||
13 | Content-Disposition: inline | ||
14 | |||
15 | This is the first encapsulating message. | ||
16 | |||
17 | --Boundary-00=_zmUeKB+A8hGfCVZ | ||
18 | Content-Type: message/rfc822; | ||
19 | name="forwarded message" | ||
20 | Content-Transfer-Encoding: 7bit | ||
21 | Content-Description: Thomas McGuire <dontspamme@gmx.net>: Test with attachment | ||
22 | Content-Disposition: inline | ||
23 | |||
24 | From: Thomas McGuire <dontspamme@gmx.net> | ||
25 | Subject: Test with attachment | ||
26 | Date: Wed, 5 Aug 2009 10:57:58 +0200 | ||
27 | MIME-Version: 1.0 | ||
28 | Content-Type: Multipart/Mixed; | ||
29 | boundary="Boundary-00=_WmUeKQpGb0DHyx1" | ||
30 | |||
31 | --Boundary-00=_WmUeKQpGb0DHyx1 | ||
32 | Content-Type: text/plain; | ||
33 | charset="us-ascii" | ||
34 | Content-Transfer-Encoding: 7bit | ||
35 | Content-Disposition: inline | ||
36 | |||
37 | |||
38 | |||
39 | |||
40 | This is the second encapsulated message. | ||
41 | |||
42 | --Boundary-00=_WmUeKQpGb0DHyx1 | ||
43 | Content-Type: text/plain; | ||
44 | name="attachment.txt" | ||
45 | Content-Transfer-Encoding: 7bit | ||
46 | Content-Disposition: attachment; | ||
47 | filename="attachment.txt" | ||
48 | |||
49 | This is an attachment. | ||
50 | |||
51 | --Boundary-00=_WmUeKQpGb0DHyx1-- | ||
52 | |||
53 | --Boundary-00=_zmUeKB+A8hGfCVZ-- | ||