commit | author | age
|
48e9c1
|
1 |
------------------------------------------------------------------ |
T |
2 |
THIS IS NOT EVEN AN "ALPHA" STATE. USE ONLY FOR DEVELOPMENT!!!!!!! |
|
3 |
------------------------------------------------------------------ |
|
4 |
|
|
5 |
WARNING: Don't use with gnupg-2.x! |
|
6 |
|
|
7 |
Enigma 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) |
|
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 |