From e4adf152547a501a8805e5f858f12225df0e78cb Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 25 Jan 2018 09:48:11 +0100 Subject: testdata readme --- framework/src/domain/mime/testdata/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 framework/src/domain/mime/testdata/README (limited to 'framework') 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 @@ +Most of this data has been imported from kdepim originally with the messagetreeparser. +The .tree and .html files are anecdotal only. + +To generate new gpg encrypted content use an existing mime message to your liking, and then +copy in ascii armored content in. The encrypted content can be created using: + + gpg2 --home /src/kube/framework/src/domain/mime/mimetreeparser/tests/gnupg_home/ -a -r test@kolab.org --encrypt toEncrypt.txt + +where toEncrypt.txt contains the to be encrypted content. -- cgit v1.2.3