diff options
Diffstat (limited to 'framework/src')
-rw-r--r-- | framework/src/domain/mime/mailcrypto.cpp | 7 |
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, |