diff options
author | thomascube <thomas@roundcube.net> | 2010-11-27 14:10:11 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-11-27 14:10:11 +0000 |
commit | a05ff65dd2e5740f524e94ab642f26a4bdaa4781 (patch) | |
tree | fa1cc9db71fa2103417e44c86e2989b5b7289a40 /plugins/enigma/README | |
parent | 5fec6de4216883e625d7e166f862985d00c99d4a (diff) |
Remove plugins under development
Diffstat (limited to 'plugins/enigma/README')
-rw-r--r-- | plugins/enigma/README | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/plugins/enigma/README b/plugins/enigma/README deleted file mode 100644 index afb23224c..000000000 --- a/plugins/enigma/README +++ /dev/null @@ -1,35 +0,0 @@ ------------------------------------------------------------------- -THIS IS NOT EVEN AN "ALPHA" STATE. USE ONLY FOR DEVELOPMENT!!!!!!! ------------------------------------------------------------------- - -WARNING: Don't use with gnupg-2.x! - -Enigma Plugin Status: - -* DONE: - -- PGP signed messages verification -- Handling of PGP keys files attached to incoming messages -- PGP encrypted messages decryption (started) -- PGP keys management UI (started) - -* TODO (must have): - -- Parsing of decrypted messages into array (see rcube_mime_struct) and then into rcube_message_part structure - (create core class rcube_mime_parser or take over PEAR::Mail_mimeDecode package and improve it) -- Sending encrypted/signed messages (probably some changes in core will be needed) -- Per-Identity settings (including keys/certs) (+ split Identities details page into tabs) -- Handling big messages with temp files (including changes in Roundcube core) -- Performance improvements (some caching, code review) -- better (and more) icons - -* TODO (later): - -- Keys generation -- Certs generation -- Keys/Certs info in Contacts details page (+ split Contact details page into tabs) -- Key server support -- S/MIME signed messages verification -- S/MIME encrypted messages decryption -- Handling of S/MIME certs files attached to incoming messages -- SSL (S/MIME) Certs management |