summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-03 13:38:17 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-03 13:38:17 -0600
commit46939418c7d9bdc65ec9933db56b741b8a75b611 (patch)
treefa41cc4949be8257b5685986897719818fef7113
parentd54fc6056ca03f47d1474b552225634a67a56984 (diff)
downloadkube-46939418c7d9bdc65ec9933db56b741b8a75b611.tar.gz
kube-46939418c7d9bdc65ec9933db56b741b8a75b611.zip
Note about WIP state of crypto code.
-rw-r--r--framework/src/domain/mime/mailcrypto.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/framework/src/domain/mime/mailcrypto.cpp b/framework/src/domain/mime/mailcrypto.cpp
index 65559aad..ad161a63 100644
--- a/framework/src/domain/mime/mailcrypto.cpp
+++ b/framework/src/domain/mime/mailcrypto.cpp
@@ -27,6 +27,13 @@
27#include <QDebug> 27#include <QDebug>
28 28
29/* 29/*
30 * FIXME:
31 *
32 * This code is WIP.
33 * It currently only implements OpenPGPMIMEFormat for signing.
34 * All the commented code are intentional leftovers that we can clean-up
35 * once all necessary signing mechanisms have been implemented.
36 *
30 * Creating an ecrypted mail: 37 * Creating an ecrypted mail:
31 * * get keys (email -> fingreprint -> key) 38 * * get keys (email -> fingreprint -> key)
32 * * Use Kleo::OpenPGPMIMEFormat, 39 * * Use Kleo::OpenPGPMIMEFormat,