summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-25 09:48:11 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-25 14:03:13 +0100
commite4adf152547a501a8805e5f858f12225df0e78cb (patch)
tree25aa88016b9237652bfc89fc55154e0fa330e424 /framework
parentc586bd4b04865ebdeaac0e000971c63f5c49225e (diff)
downloadkube-e4adf152547a501a8805e5f858f12225df0e78cb.tar.gz
kube-e4adf152547a501a8805e5f858f12225df0e78cb.zip
testdata readme
Diffstat (limited to 'framework')
-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.