diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-25 09:48:11 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-25 14:03:13 +0100 |
commit | e4adf152547a501a8805e5f858f12225df0e78cb (patch) | |
tree | 25aa88016b9237652bfc89fc55154e0fa330e424 | |
parent | c586bd4b04865ebdeaac0e000971c63f5c49225e (diff) | |
download | kube-e4adf152547a501a8805e5f858f12225df0e78cb.tar.gz kube-e4adf152547a501a8805e5f858f12225df0e78cb.zip |
testdata readme
-rw-r--r-- | framework/src/domain/mime/testdata/README | 9 |
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 @@ | |||
1 | Most of this data has been imported from kdepim originally with the messagetreeparser. | ||
2 | The .tree and .html files are anecdotal only. | ||
3 | |||
4 | To generate new gpg encrypted content use an existing mime message to your liking, and then | ||
5 | copy 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 | |||
9 | where toEncrypt.txt contains the to be encrypted content. | ||