summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/src/domain/mime/testdata/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/framework/src/domain/mime/testdata/README b/framework/src/domain/mime/testdata/README
new file mode 100644
index 00000000..9153cd14
--- /dev/null
+++ b/framework/src/domain/mime/testdata/README
@@ -0,0 +1,9 @@
1Most of this data has been imported from kdepim originally with the messagetreeparser.
2The .tree and .html files are anecdotal only.
3
4To generate new gpg encrypted content use an existing mime message to your liking, and then
5copy in ascii armored content in. The encrypted content can be created using:
6
7 gpg2 --home /src/kube/framework/src/domain/mime/mimetreeparser/tests/gnupg_home/ -a -r test@kolab.org --encrypt toEncrypt.txt
8
9where toEncrypt.txt contains the to be encrypted content.