From 2945877a9f6062e6a2c5aaf2e6a1fe9c545a6869 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 30 Jun 2017 15:34:54 +0200 Subject: A single shared testdata set. --- .../forward-openpgp-signed-encrypted.mbox.html | 84 ++++++++++++++++ .../testdata/details/openpgp-encoded.mbox.html | 38 +++++++ .../details/openpgp-encrypted+signed.mbox.html | 55 ++++++++++ ...tachment-and-non-encrypted-attachment.mbox.html | 80 +++++++++++++++ .../details/openpgp-encrypted-attachment.mbox.html | 69 +++++++++++++ ...gp-encrypted-non-encrypted-attachment.mbox.html | 72 +++++++++++++ ...ncrypted-partially-signed-attachments.mbox.html | 102 +++++++++++++++++++ .../openpgp-inline-charset-encrypted.mbox.html | 50 ++++++++++ .../details/openpgp-inline-signed.mbox.html | 38 +++++++ .../openpgp-signed-base64-mailman-footer.mbox.html | 81 +++++++++++++++ ...npgp-signed-encrypted-two-attachments.mbox.html | 91 +++++++++++++++++ .../details/openpgp-signed-encrypted.mbox.html | 58 +++++++++++ .../openpgp-signed-mailinglist+old.mbox.html | 97 ++++++++++++++++++ .../details/openpgp-signed-mailinglist.mbox.html | 68 +++++++++++++ .../openpgp-signed-two-attachments.mbox.html | 74 ++++++++++++++ ...gned-forward-openpgp-signed-encrypted.mbox.html | 111 +++++++++++++++++++++ .../details/smime-opaque-enc+sign.mbox.html | 60 +++++++++++ .../testdata/details/smime-opaque-sign.mbox.html | 43 ++++++++ .../details/smime-signed-encrypted.mbox.html | 58 +++++++++++ 19 files changed, 1329 insertions(+) create mode 100644 framework/src/domain/mime/testdata/details/forward-openpgp-signed-encrypted.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/openpgp-encoded.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/openpgp-encrypted+signed.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/openpgp-encrypted-attachment-and-non-encrypted-attachment.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/openpgp-encrypted-attachment.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/openpgp-encrypted-non-encrypted-attachment.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/openpgp-encrypted-partially-signed-attachments.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/openpgp-inline-charset-encrypted.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/openpgp-inline-signed.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/openpgp-signed-base64-mailman-footer.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/openpgp-signed-encrypted-two-attachments.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/openpgp-signed-encrypted.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/openpgp-signed-mailinglist+old.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/openpgp-signed-mailinglist.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/openpgp-signed-two-attachments.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/signed-forward-openpgp-signed-encrypted.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/smime-opaque-enc+sign.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/smime-opaque-sign.mbox.html create mode 100644 framework/src/domain/mime/testdata/details/smime-signed-encrypted.mbox.html (limited to 'framework/src/domain/mime/testdata/details') diff --git a/framework/src/domain/mime/testdata/details/forward-openpgp-signed-encrypted.mbox.html b/framework/src/domain/mime/testdata/details/forward-openpgp-signed-encrypted.mbox.html new file mode 100644 index 00000000..9a81f103 --- /dev/null +++ b/framework/src/domain/mime/testdata/details/forward-openpgp-signed-encrypted.mbox.html @@ -0,0 +1,84 @@ + + + + +
+ + +
+ + diff --git a/framework/src/domain/mime/testdata/details/openpgp-encoded.mbox.html b/framework/src/domain/mime/testdata/details/openpgp-encoded.mbox.html new file mode 100644 index 00000000..65d5f95e --- /dev/null +++ b/framework/src/domain/mime/testdata/details/openpgp-encoded.mbox.html @@ -0,0 +1,38 @@ + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + + +
Message was signed on 12/21/15 3:46 PM with unknown key 0xE68031D299A6527C.
The validity of the signature cannot be verified.
Status:No public key to verify the signature
+ Hide Details +
+
+
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit amet ipsum mauris. Maecenas congue ligula ac quam viverra nec consectetur ante hendrerit. Donec et mollis dolor. Praesent et diam eget libero egestas mattis sit amet vitae augue. Nam tincidunt congue enim, ut porta lorem lacinia consectetur. Donec ut libero sed arcu vehicula ultricies a non tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean ut gravida lorem. Ut turpis felis, pulvinar a semper sed, adipiscing id dolor. Pellentesque auctor nisi id magna consequat sagittis. Curabitur dapibus enim sit amet elit pharetra tincidunt feugiat nisl imperdiet. Ut convallis libero in urna ultrices accumsan. Donec sed odio eros. Donec viverra mi quis quam pulvinar at malesuada arcu rhoncus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In rutrum accumsan ultricies. Mauris vitae nisi at sem facilisis semper ac in est.
+
+
End of signed message
+
+
+ + diff --git a/framework/src/domain/mime/testdata/details/openpgp-encrypted+signed.mbox.html b/framework/src/domain/mime/testdata/details/openpgp-encrypted+signed.mbox.html new file mode 100644 index 00000000..96361c30 --- /dev/null +++ b/framework/src/domain/mime/testdata/details/openpgp-encrypted+signed.mbox.html @@ -0,0 +1,55 @@ + + + + +
+ +
+ + + + + + + + + + +
Encrypted message
+ + + + + + + + + + +
+ + + + + + + +
Message was signed by test@kolab.org (Key ID: 0x8D9860C58F246DE6).
The signature is valid and the key is fully trusted.
+ Hide Details +
+
+
+ +
End of signed message
+
End of encrypted message
+
+
+ + diff --git a/framework/src/domain/mime/testdata/details/openpgp-encrypted-attachment-and-non-encrypted-attachment.mbox.html b/framework/src/domain/mime/testdata/details/openpgp-encrypted-attachment-and-non-encrypted-attachment.mbox.html new file mode 100644 index 00000000..cc6bf03e --- /dev/null +++ b/framework/src/domain/mime/testdata/details/openpgp-encrypted-attachment-and-non-encrypted-attachment.mbox.html @@ -0,0 +1,80 @@ + + + + +
+ + + + diff --git a/framework/src/domain/mime/testdata/details/openpgp-encrypted-attachment.mbox.html b/framework/src/domain/mime/testdata/details/openpgp-encrypted-attachment.mbox.html new file mode 100644 index 00000000..61bf5d28 --- /dev/null +++ b/framework/src/domain/mime/testdata/details/openpgp-encrypted-attachment.mbox.html @@ -0,0 +1,69 @@ + + + + +
+ + +
+ + diff --git a/framework/src/domain/mime/testdata/details/openpgp-encrypted-non-encrypted-attachment.mbox.html b/framework/src/domain/mime/testdata/details/openpgp-encrypted-non-encrypted-attachment.mbox.html new file mode 100644 index 00000000..8d8bde0d --- /dev/null +++ b/framework/src/domain/mime/testdata/details/openpgp-encrypted-non-encrypted-attachment.mbox.html @@ -0,0 +1,72 @@ + + + + +
+ + + + diff --git a/framework/src/domain/mime/testdata/details/openpgp-encrypted-partially-signed-attachments.mbox.html b/framework/src/domain/mime/testdata/details/openpgp-encrypted-partially-signed-attachments.mbox.html new file mode 100644 index 00000000..1716b841 --- /dev/null +++ b/framework/src/domain/mime/testdata/details/openpgp-encrypted-partially-signed-attachments.mbox.html @@ -0,0 +1,102 @@ + + + + +
+ + +
+ + diff --git a/framework/src/domain/mime/testdata/details/openpgp-inline-charset-encrypted.mbox.html b/framework/src/domain/mime/testdata/details/openpgp-inline-charset-encrypted.mbox.html new file mode 100644 index 00000000..c2fa2fee --- /dev/null +++ b/framework/src/domain/mime/testdata/details/openpgp-inline-charset-encrypted.mbox.html @@ -0,0 +1,50 @@ + + + + +
+ +
+ + + + + + + + + + +
Encrypted message
+ + + + + + + + + + +
+ + + + + + + +
Message was signed by test@kolab.org (Key ID: 0x8D9860C58F246DE6).
The signature is valid and the key is fully trusted.
+ Hide Details +
+
+
+
+
asdasd asd asd asdf sadf sdaf sadf öäü
+
+
End of signed message
+
End of encrypted message
+
+
+ + diff --git a/framework/src/domain/mime/testdata/details/openpgp-inline-signed.mbox.html b/framework/src/domain/mime/testdata/details/openpgp-inline-signed.mbox.html new file mode 100644 index 00000000..00a9dc5b --- /dev/null +++ b/framework/src/domain/mime/testdata/details/openpgp-inline-signed.mbox.html @@ -0,0 +1,38 @@ + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + + +
Message was signed by test@kolab.org (Key ID: 0x8D9860C58F246DE6).
The signature is valid and the key is fully trusted.
+ Hide Details +
+
+
+
+
ohno öäü
+
+
End of signed message
+
+
+ + diff --git a/framework/src/domain/mime/testdata/details/openpgp-signed-base64-mailman-footer.mbox.html b/framework/src/domain/mime/testdata/details/openpgp-signed-base64-mailman-footer.mbox.html new file mode 100644 index 00000000..c10cecd8 --- /dev/null +++ b/framework/src/domain/mime/testdata/details/openpgp-signed-base64-mailman-footer.mbox.html @@ -0,0 +1,81 @@ + + + + +
+ +
+ + + + +
+
+ + diff --git a/framework/src/domain/mime/testdata/details/openpgp-signed-encrypted-two-attachments.mbox.html b/framework/src/domain/mime/testdata/details/openpgp-signed-encrypted-two-attachments.mbox.html new file mode 100644 index 00000000..2c02a22c --- /dev/null +++ b/framework/src/domain/mime/testdata/details/openpgp-signed-encrypted-two-attachments.mbox.html @@ -0,0 +1,91 @@ + + + + +
+ + +
+ + diff --git a/framework/src/domain/mime/testdata/details/openpgp-signed-encrypted.mbox.html b/framework/src/domain/mime/testdata/details/openpgp-signed-encrypted.mbox.html new file mode 100644 index 00000000..d3a7a0ce --- /dev/null +++ b/framework/src/domain/mime/testdata/details/openpgp-signed-encrypted.mbox.html @@ -0,0 +1,58 @@ + + + + +
+ + +
+ + diff --git a/framework/src/domain/mime/testdata/details/openpgp-signed-mailinglist+old.mbox.html b/framework/src/domain/mime/testdata/details/openpgp-signed-mailinglist+old.mbox.html new file mode 100644 index 00000000..e7da94db --- /dev/null +++ b/framework/src/domain/mime/testdata/details/openpgp-signed-mailinglist+old.mbox.html @@ -0,0 +1,97 @@ + + + + +
+ + +
+ + diff --git a/framework/src/domain/mime/testdata/details/openpgp-signed-mailinglist.mbox.html b/framework/src/domain/mime/testdata/details/openpgp-signed-mailinglist.mbox.html new file mode 100644 index 00000000..f5b20b6d --- /dev/null +++ b/framework/src/domain/mime/testdata/details/openpgp-signed-mailinglist.mbox.html @@ -0,0 +1,68 @@ + + + + +
+ + +
+ + diff --git a/framework/src/domain/mime/testdata/details/openpgp-signed-two-attachments.mbox.html b/framework/src/domain/mime/testdata/details/openpgp-signed-two-attachments.mbox.html new file mode 100644 index 00000000..1432aa44 --- /dev/null +++ b/framework/src/domain/mime/testdata/details/openpgp-signed-two-attachments.mbox.html @@ -0,0 +1,74 @@ + + + + +
+ + +
+ + diff --git a/framework/src/domain/mime/testdata/details/signed-forward-openpgp-signed-encrypted.mbox.html b/framework/src/domain/mime/testdata/details/signed-forward-openpgp-signed-encrypted.mbox.html new file mode 100644 index 00000000..b960f318 --- /dev/null +++ b/framework/src/domain/mime/testdata/details/signed-forward-openpgp-signed-encrypted.mbox.html @@ -0,0 +1,111 @@ + + + + +
+ + +
+ + diff --git a/framework/src/domain/mime/testdata/details/smime-opaque-enc+sign.mbox.html b/framework/src/domain/mime/testdata/details/smime-opaque-enc+sign.mbox.html new file mode 100644 index 00000000..d6345a7c --- /dev/null +++ b/framework/src/domain/mime/testdata/details/smime-opaque-enc+sign.mbox.html @@ -0,0 +1,60 @@ + + + + +
+ + +
+ + diff --git a/framework/src/domain/mime/testdata/details/smime-opaque-sign.mbox.html b/framework/src/domain/mime/testdata/details/smime-opaque-sign.mbox.html new file mode 100644 index 00000000..248b93ff --- /dev/null +++ b/framework/src/domain/mime/testdata/details/smime-opaque-sign.mbox.html @@ -0,0 +1,43 @@ + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + + +
Message was signed by test@example.com on 1/10/13 3:48 PM with key 0x4CC658E3212B49DC
 
Status:Good signature.
+ Hide Details +
+
+
+ +
End of signed message
+
+
+ + diff --git a/framework/src/domain/mime/testdata/details/smime-signed-encrypted.mbox.html b/framework/src/domain/mime/testdata/details/smime-signed-encrypted.mbox.html new file mode 100644 index 00000000..6e811632 --- /dev/null +++ b/framework/src/domain/mime/testdata/details/smime-signed-encrypted.mbox.html @@ -0,0 +1,58 @@ + + + + +
+ + +
+ + -- cgit v1.2.3