source: subversion/trunk/plugins/enigma/README @ 3921

Last change on this file since 3921 was 3921, checked in by alec, 3 years ago
  • Enigma plugin: initial commit
File size: 1.3 KB
Line 
1------------------------------------------------------------------
2THIS IS NOT EVEN AN "ALPHA" STATE. USE ONLY FOR DEVELOPMENT!!!!!!!
3------------------------------------------------------------------
4
5Enigma Plugin Status:
6
7* DONE:
8
9- PGP signed messages verification
10- Handling of PGP keys files attached to incoming messages
11- PGP encrypted messages decryption (started)
12- PGP keys management UI (started)
13
14* TODO (must have):
15
16- Parsing of decrypted messages into array (see rcube_mime_struct) and then into rcube_message_part structure
17  (create core class rcube_mime_parser or take over PEAR::Mail_mimeDecode package and improve it)
18- Sending encrypted/signed messages (probably some changes in core will be needed)
19- Per-Identity settings (including keys/certs) (+ split Identities details page into tabs)
20- Handling big messages with temp files (including changes in Roundcube core)
21- Performance improvements (some caching, code review)
22- better (and more) icons
23
24* TODO (later):
25
26- Keys generation
27- Certs generation
28- Keys/Certs info in Contacts details page (+ split Contact details page into tabs)
29- Key server support
30- S/MIME signed messages verification
31- S/MIME encrypted messages decryption
32- Handling of S/MIME certs files attached to incoming messages
33- SSL (S/MIME) Certs management
Note: See TracBrowser for help on using the repository browser.