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

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