From bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 05 Feb 2016 07:25:27 -0500
Subject: [PATCH] Secure also downloads of addressbook exports, managesieve script exports and Enigma keys exports

---
 plugins/enigma/README |   18 +++---------------
 1 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/plugins/enigma/README b/plugins/enigma/README
index 1cd0e2d..ac20b79 100644
--- a/plugins/enigma/README
+++ b/plugins/enigma/README
@@ -8,25 +8,19 @@
 Encryption/decryption is done server-side. So, this plugin
 is for users that trust the server.
 
-WARNING! The plugin is in very early state. See below for a list
-of missing features and known issues.
-
 
 Implemented features:
 ---------------------
 + PGP: signatures verification
 + PGP: messages decryption
 + PGP: Sending of encrypted/signed messages
-+ PGP: keys management UI (key import, delete)
++ PGP: keys management UI (key import, export, delete)
 + PGP: key generation (client- or server-side)
 + Handling of PGP keys attached to incoming messages
 + User preferences to disable plugin features
 
-TODO (must have):
------------------
-- Keys export to file
 
-TODO (later):
+TODO:
 -------------
 - Handling of big messages with temp files
 - Key info in contact details page (optional)
@@ -35,6 +29,7 @@
    - revoke,
    - change expiration date, change passphrase, add photo,
    - manage user IDs
+   - export private keys
 - Generate revocation certs
 - Search filter to see invalid/expired keys
 - Key server(s) support (search, import, upload, refresh)
@@ -53,10 +48,3 @@
 - S/MIME: Sending signed/encrypted messages
 - S/MIME: Handling of certs attached to incoming messages
 - S/MIME: Certificate info in Contacts details page (optional)
-
-Known issues:
--------------
-1. There are Crypt_GPG issues when using gnupg >= 2.0
-   - http://pear.php.net/bugs/bug.php?id=19914
-   - http://pear.php.net/bugs/bug.php?id=20453
-   - http://pear.php.net/bugs/bug.php?id=20527

--
Gitblit v1.9.1