diff options
-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. | ||