summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/mimetreeparser/autotests/data/openpgp-signed-two-attachments.mbox
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-29 16:17:04 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-04 12:57:04 +0200
commite452707fdfbd61be1e5633b516b653b7337e7865 (patch)
tree1e1d4b48ebf8d381f292436f2ba04b8763edc5de /framework/src/domain/mime/mimetreeparser/autotests/data/openpgp-signed-two-attachments.mbox
parent5a1033bdace740799a6e03389bee30e5a4de5d44 (diff)
downloadkube-e452707fdfbd61be1e5633b516b653b7337e7865.tar.gz
kube-e452707fdfbd61be1e5633b516b653b7337e7865.zip
Reduced the messagetreeparser to aproximately what we actually require
While in a much more managable state it's still not pretty. However, further refactoring can now gradually happen as we need to do further work on it. Things that should happen eventually: * Simplify the logic that creates the messageparts (we don't need the whole formatter plugin complexity) * Get rid of the nodehelper (let the parts hold the necessary data) * Get rid of partmetadata (let the part handleit)
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser/autotests/data/openpgp-signed-two-attachments.mbox')
-rw-r--r--framework/src/domain/mime/mimetreeparser/autotests/data/openpgp-signed-two-attachments.mbox54
1 files changed, 54 insertions, 0 deletions
diff --git a/framework/src/domain/mime/mimetreeparser/autotests/data/openpgp-signed-two-attachments.mbox b/framework/src/domain/mime/mimetreeparser/autotests/data/openpgp-signed-two-attachments.mbox
new file mode 100644
index 00000000..462f62a3
--- /dev/null
+++ b/framework/src/domain/mime/mimetreeparser/autotests/data/openpgp-signed-two-attachments.mbox
@@ -0,0 +1,54 @@
1From: firstname.lastname@example.com
2To: test@kolab.org
3Subject: OpenPGP signed with 2 text attachments
4Date: Sun, 30 Aug 2015 12:02:56 +0200
5Message-ID: <2033829.IGepAdxqt9@vkpc5>
6X-KMail-Identity: 402312391
7X-KMail-Dictionary: en_US
8User-Agent: KMail/5.0.42 pre (Linux/3.16.6-2-desktop; KDE/5.14.0; x86_64; ; )
9MIME-Version: 1.0
10Content-Type: multipart/signed; boundary="nextPart3682207.KLrp2sxpbf"; micalg="pgp-sha1"; protocol="application/pgp-signature"
11
12--nextPart3682207.KLrp2sxpbf
13Content-Type: multipart/mixed; boundary="nextPart2397422.QDHKUNdbyg"
14Content-Transfer-Encoding: 7Bit
15
16This is a multi-part message in MIME format.
17
18--nextPart2397422.QDHKUNdbyg
19Content-Transfer-Encoding: 7Bit
20Content-Type: text/plain; charset="us-ascii"
21
22this is the main body text
23--nextPart2397422.QDHKUNdbyg
24Content-Disposition: inline; filename="attachment1.txt"
25Content-Transfer-Encoding: 7Bit
26Content-Type: text/plain; charset="utf-8"; name="attachment1.txt"
27
28this is attachment one
29--nextPart2397422.QDHKUNdbyg
30Content-Disposition: inline; filename="attachment2.txt"
31Content-Transfer-Encoding: 7Bit
32Content-Type: text/plain; charset="utf-8"; name="attachment2.txt"
33
34this is attachment two
35--nextPart2397422.QDHKUNdbyg--
36
37--nextPart3682207.KLrp2sxpbf
38Content-Type: application/pgp-signature; name="signature.asc"
39Content-Description: This is a digitally signed message part.
40Content-Transfer-Encoding: 7Bit
41
42-----BEGIN PGP SIGNATURE-----
43Version: GnuPG v2
44
45iQEVAwUAVeLU0I2YYMWPJG3mAQL/fgf+LXmO7bKafdd4g5OOVHHyXRprVmX/6hBq
46mZoor29KLIHkvAH9OJi4qBy/ZKwqqKLfttLzHb2UaAfl5kn4f0ckmnwUhU7u32Sm
47JZ0Q50SxrRVFRyvTvPG22ho9IwQUO1YSZrL4wO9v8ZBQ3vkfpmAiUQVxPQMINc8L
48i68xQEm4y1Dtoc+DTUkoIMeOOPnEl6PTMPrwn906K0r30hI4788fEGRn6uOXb+vD
49G/ISlXu+JHIxxf/J5/jVjKNbra+trrfSPzB3piJIjBLEPO5FvLx8SgQFJcJHt/kw
50ps8D5YULj/MVMLlsPtXDdZmbOi/G9pN0tr05MKcXsO5Ywe7n2BhASw==
51=2Nzb
52-----END PGP SIGNATURE-----
53
54--nextPart3682207.KLrp2sxpbf--