summaryrefslogtreecommitdiff
path: root/plugins/enigma/README
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-04-05 14:12:37 +0200
committerAleksander Machniak <alec@alec.pl>2015-04-05 14:12:37 +0200
commit1ad0e7da5207ab0403f40ee4e14eb282cfab3080 (patch)
tree5c5a6134d981f19a51dd60a8ceb8d727efdcf05c /plugins/enigma/README
parent314d03c88fc476f6fa0f4421053725b042b3c5c2 (diff)
Enigma: fix issues with enabled messages_cache
Diffstat (limited to 'plugins/enigma/README')
-rw-r--r--plugins/enigma/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/enigma/README b/plugins/enigma/README
index f8368a818..33e975abb 100644
--- a/plugins/enigma/README
+++ b/plugins/enigma/README
@@ -23,20 +23,17 @@ Implemented features:
TODO (must have):
-- Fix issues with enabled messages_cache
- Make working with gnupg-2.x
- Keys export to file
- Disable Reply/Forward options when viewing encrypted messages
until they are decrypted successfully
- Handling of replying/forwarding of encrypted/signed messages
-- Performance improvements:
- - cache decrypted message key id so we can skip decryption if we have no password in session
+- Client-side keys generation (with OpenPGP.js?)
TODO (later):
- Handling of big messages with temp files
- Server-side keys generation (warning: no-entropy issue, max_execution_time issue)
-- Client-side keys generation (with OpenPGP.js?)
- Key info in contact details page (optional)
- Extended key management:
- disable,
@@ -52,7 +49,9 @@ TODO (later):
- Change attachment icon on messages list for encrypted messages (like vcard_attachment plugin does)
- Support for multi-server installations (store keys in sql database?)
- Per-Identity settings (including keys/certs)
-- Cache (last or successful only?) sig verification status to not verify on every msg preview (optional)
+- Performance improvements:
+ - cache decrypted message key id so we can skip decryption if we have no password in session
+ - cache (last or successful only?) sig verification status to not verify on every msg preview (optional)
- S/MIME: Certs generation
- S/MIME: Certs management