You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/plugins/enigma
Aleksander Machniak c3762a5ad5 Fix folder names truncation in Classic skin (#1489220)
Fix bug where not all event handlers were executed (because body onload
was executed after rcmail init function, sometimes)
11 years ago
..
home Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore 13 years ago
lib Avoid unused local variables 12 years ago
localization Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore 13 years ago
skins/classic Fix folder names truncation in Classic skin (#1489220) 11 years ago
tests Add basic tests for plugins 12 years ago
README Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore 13 years ago
config.inc.php.dist Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore 13 years ago
enigma.js Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore 13 years ago
enigma.php Avoid unused local variables 12 years ago

README

------------------------------------------------------------------
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)
- 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