diff options
Diffstat (limited to 'framework/src/domain/mime/testdata/applehtmlwithattachmentsmixed.mbox')
-rw-r--r-- | framework/src/domain/mime/testdata/applehtmlwithattachmentsmixed.mbox | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/framework/src/domain/mime/testdata/applehtmlwithattachmentsmixed.mbox b/framework/src/domain/mime/testdata/applehtmlwithattachmentsmixed.mbox new file mode 100644 index 00000000..4c8d3bfd --- /dev/null +++ b/framework/src/domain/mime/testdata/applehtmlwithattachmentsmixed.mbox | |||
@@ -0,0 +1,74 @@ | |||
1 | Return-Path: <test1@kolab.org> | ||
2 | Received: from imapb020.mykolab.com ([unix socket]) | ||
3 | by imapb020.mykolab.com (Cyrus 2.5.11-41-gd53406f3f-Kolab-2.5.11-15.1.el7.kolab_16) with LMTPA; | ||
4 | Fri, 29 Jun 2018 17:10:33 +0200 | ||
5 | X-Sieve: CMU Sieve 2.4 | ||
6 | Received: from int-mx003.mykolab.com (unknown [10.9.13.3]) | ||
7 | by imapb020.mykolab.com (Postfix) with ESMTPS id DCFFB184 | ||
8 | for <test1@kolab.org>; Fri, 29 Jun 2018 17:10:33 +0200 (CEST) | ||
9 | Received: from ext-subm002.mykolab.com (unknown [10.9.6.2]) | ||
10 | by int-mx003.mykolab.com (Postfix) with ESMTPS id C5438A48 | ||
11 | for <test1@kolab.org>; Fri, 29 Jun 2018 17:10:33 +0200 (CEST) | ||
12 | From: Kolab <test1@kolab.org> | ||
13 | Content-Type: multipart/alternative; | ||
14 | boundary="Apple-Mail=_9D1C74B7-3E22-4635-805F-B86CE5F663C3" | ||
15 | Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) | ||
16 | Subject: Apple attachment + signature | ||
17 | Message-Id: <0EDA7426-FD89-4C6D-8B28-9ACA7544FA6C@kolab.org> | ||
18 | Date: Fri, 29 Jun 2018 08:10:32 -0700 | ||
19 | To: John Doe <test1@kolab.org> | ||
20 | |||
21 | |||
22 | --Apple-Mail=_9D1C74B7-3E22-4635-805F-B86CE5F663C3 | ||
23 | Content-Transfer-Encoding: 7bit | ||
24 | Content-Type: text/plain; | ||
25 | charset=us-ascii | ||
26 | |||
27 | Hello | ||
28 | |||
29 | |||
30 | |||
31 | Regards | ||
32 | |||
33 | Fsdfsdf | ||
34 | --Apple-Mail=_9D1C74B7-3E22-4635-805F-B86CE5F663C3 | ||
35 | Content-Type: multipart/mixed; | ||
36 | boundary="Apple-Mail=_FA5BEB3B-6B22-4219-964C-85261C367D87" | ||
37 | |||
38 | |||
39 | --Apple-Mail=_FA5BEB3B-6B22-4219-964C-85261C367D87 | ||
40 | Content-Transfer-Encoding: 7bit | ||
41 | Content-Type: text/html; | ||
42 | charset=us-ascii | ||
43 | |||
44 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><strike class="">Hello</strike><div class=""><br class=""></div><div class=""></div></body></html> | ||
45 | --Apple-Mail=_FA5BEB3B-6B22-4219-964C-85261C367D87 | ||
46 | Content-Disposition: attachment; | ||
47 | filename=rebuildkube.sh | ||
48 | Content-Type: application/octet-stream; | ||
49 | x-unix-mode=0755; | ||
50 | name="rebuildkube.sh" | ||
51 | Content-Transfer-Encoding: 7bit | ||
52 | |||
53 | set -e | ||
54 | |||
55 | export CMAKE_LIBRARY_PATH=/usr/local/Cellar/gettext/0.19.8.1/lib:/usr/local/Cellar/readline/7.0.3_1/lib | ||
56 | export CMAKE_INCLUDE_PATH=/usr/local/Cellar/gettext/0.19.8.1/include:/usr/local/Cellar/readline/7.0.3_1/include | ||
57 | export PATH=/usr/local/Cellar/gettext/0.19.8.1/bin:$PATH | ||
58 | export MACOSX_DEPLOYMENT_TARGET=10.9.0 #Minimum version to find the required type_traits header | ||
59 | export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/ | ||
60 | |||
61 | . craft/craftenv.sh | ||
62 | |||
63 | craft --install-deps --fetch --unpack --compile --install extragear/sink | ||
64 | craft --install-deps --fetch --unpack --compile --install --package extragear/kube | ||
65 | |||
66 | --Apple-Mail=_FA5BEB3B-6B22-4219-964C-85261C367D87 | ||
67 | Content-Transfer-Encoding: 7bit | ||
68 | Content-Type: text/html; | ||
69 | charset=us-ascii | ||
70 | |||
71 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""></div><div class=""><br class=""></div><div class=""><b class="">Regards</b></div><div class=""><b class=""><br class=""></b></div><div class="">Fsdfsdf</div></body></html> | ||
72 | --Apple-Mail=_FA5BEB3B-6B22-4219-964C-85261C367D87-- | ||
73 | |||
74 | --Apple-Mail=_9D1C74B7-3E22-4635-805F-B86CE5F663C3-- | ||