From 46939418c7d9bdc65ec9933db56b741b8a75b611 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 3 Aug 2017 13:38:17 -0600 Subject: Note about WIP state of crypto code. --- framework/src/domain/mime/mailcrypto.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'framework/src/domain/mime') 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 @@ #include /* + * FIXME: + * + * This code is WIP. + * It currently only implements OpenPGPMIMEFormat for signing. + * All the commented code are intentional leftovers that we can clean-up + * once all necessary signing mechanisms have been implemented. + * * Creating an ecrypted mail: * * get keys (email -> fingreprint -> key) * * Use Kleo::OpenPGPMIMEFormat, -- cgit v1.2.3