Commit Graph

61 Commits

Author SHA1 Message Date
Aleksander Machniak
462faace73 Enigma: Support key generation for multiple identities (#5383)
Update OpenPGP.js to version 1.6.2.
Get rid of server-side key generation - Crypt_GPG does not support
multiple user IDs, it's also slow and requires entrophy generator.
2016-09-23 18:26:49 +02:00
Aleksander Machniak
a1a7b0b9e6 Enigma: Make recipient key searches case-insensitive (#5434) 2016-09-18 08:52:33 +02:00
Aleksander Machniak
51c6269ded Improve accessibility of enigma encryption options button in compose screen 2016-08-21 15:21:16 +02:00
Aleksander Machniak
7df99b7399 Enigma: Fix signature verification with some IMAP servers, e.g. Gmail, DBMail (#5371) 2016-07-30 18:26:39 +02:00
Aleksander Machniak
a876748d84 Fix regression where password was continuously prompted on signing (an no enrypting) 2016-07-30 16:23:30 +02:00
Aleksander Machniak
dcf877c692 Enigma: Add possibility to configure gpg-agent binary location (enigma_pgp_agent) 2016-07-27 13:36:30 +02:00
Aleksander Machniak
437aca39e0 Enigma: Import keys from key-server(s) (#5286) 2016-07-21 08:26:46 +02:00
Aleksander Machniak
352c6329cc Enigma: Search missing public keys on a key-server in mail compose (#5286) 2016-07-01 09:33:26 +02:00
Aleksander Machniak
88ed121f24 Enigma: Add possibility to export private keys (#5321) 2016-06-20 19:29:49 +02:00
Aleksander Machniak
3dd83804b4 Don't return false if keys directory does not exist 2016-06-12 13:11:16 +02:00
Aleksander Machniak
3f01232625 Enigma: Delete user keys when using deluser.sh script 2016-06-12 12:49:29 +02:00
Aleksander Machniak
ac1cd3719c Enigma: Fix redundant list-secret-keys/list-public-keys calls on signing/encryption 2016-06-12 09:59:50 +02:00
Aleksander Machniak
72da903dca Remove unused code 2016-06-10 16:41:21 +02:00
Aleksander Machniak
f1c260b05f Enigma: Implement PGP encryption and signing in one go (#5302)
Enigma: Display signature verification status for encrypted+signed messages (#5302)
2016-06-07 12:29:17 +02:00
Aleksander Machniak
13b76d9b1e Enigma: Add possibility to configure gpg binary location (enigma_pgp_binary) 2016-06-04 08:56:16 +02:00
Aleksander Machniak
96102e2052 Enigma: Fix malformed signed messages with force_7bit=true (#5292) 2016-06-02 10:51:16 +02:00
Aleksander Machniak
dcb7db2f8c Enigma: Fix keys import from inside of an encrypted message (#5285) 2016-05-30 11:07:58 +02:00
Aleksander Machniak
6e4642b12c Enigma: Add enigma_debug option 2016-04-17 09:32:59 +02:00
Aleksander Machniak
4bb44c3d90 Enigma: added option to force users to use signing/encryption 2016-04-12 09:47:46 +02:00
Aleksander Machniak
96c3d84cdd Enigma: Varius fixes and cleanup in code for attaching pubkeys 2016-04-02 10:35:17 +02:00
Kyle Francis
7ce958ecd9 Added attach pubkey checkbox in compose UI, added preferences setting for attach pubkey by default 2016-04-01 12:32:57 -04:00
Kyle Francis
a9d399155d Implemented attaching pub PGP key to outgoing messages. 2016-03-30 09:33:53 -04:00
Aleksander Machniak
007c9ddcb0 Enigma: Handle messages with text before an encrypted block (#5149) 2016-03-30 12:56:44 +02:00
Aleksander Machniak
4e6f3019f5 Enigma: Handle encrypted/signed content inside message/rfc822 attachments 2016-03-25 13:25:44 +01:00
Thomas Bruederli
4a408843b0 Protect download urls against CSRF using unique request tokens (#1490642)
Send X-Frame-Options headers with every HTTP response
2016-03-06 14:31:07 +01:00
Aleksander Machniak
5d49af37cc Enigma: Disable format=flowed for signed plain text messages (#1490646) 2016-02-06 17:45:20 +01:00
Aleksander Machniak
5a30653024 Enigma: Don't display "bad password" warning when the password wasn't provided yet 2016-01-26 20:54:57 +01:00
Aleksander Machniak
8c626eec8a Cleanup redundant variables 2016-01-26 16:59:40 +01:00
Aleksander Machniak
c1a518910a Enigma: Fix bug where signature/decryption info wasn't displayed for some messages 2016-01-26 13:53:36 +01:00
Aleksander Machniak
53fa08d8ae Enigma: Code refactoring with better handling of encrypted-inside-encrypted (e.g. forwarded) and signed+ncrypted messages 2016-01-25 09:53:33 +01:00
Aleksander Machniak
c9e2ab488e Enigma: Fix handling of encrypted + signed messages (#1490632) 2016-01-21 11:05:01 +01:00
Aleksander Machniak
c7af660bfc Fix boundary separator in signed messages 2016-01-20 10:28:44 +01:00
Aleksander Machniak
f04b56f306 Enigma: Enable default signing/encryption on a signed/encrypted draft compose 2016-01-05 09:36:07 +01:00
Aleksander Machniak
9f1f754daf CS fixes 2015-11-22 09:41:53 +01:00
Aleksander Machniak
c852426bd4 Enigma: Display all usage flags of the subkey 2015-10-07 19:54:08 +02:00
Aleksander Machniak
13eb9bdc24 Enigma: Display complete key information (subkeys, user IDs) 2015-10-03 18:56:33 +02:00
Aleksander Machniak
392ededc71 Enigma: Enable encryption features on message print page 2015-09-16 14:13:31 +02:00
Aleksander Machniak
cffe97eb6e CS improvements + some doc 2015-09-13 14:50:48 +02:00
Enclavet
1fdee845d5 Enigma: fix storing password for whole session 2015-09-12 12:43:22 -07:00
Aleksander Machniak
b87a794348 Enigma: don't show encrypted part on attachments list, we display its content already 2015-09-12 17:16:14 +02:00
Aleksander Machniak
211929876b Enigma: GPG keys export 2015-09-06 15:52:31 +02:00
Aleksander Machniak
a0dfcb14a8 Enigma: Optional server-side key generation 2015-08-18 13:41:44 +02:00
Aleksander Machniak
d5501a8bb2 Enigma: Client-side keys generation (with OpenPGP.js)
Fixed deletion of key pairs (error: Private key must be deleted before public key can be deleted)
2015-08-10 20:55:24 +02:00
Aleksander Machniak
7d49328296 Code improvements and compat. with Mail_mime >= 1.9.0 2015-08-06 14:16:02 +02:00
Aleksander Machniak
58c2798fae Implemented password prompt when entering compose page of encrypted message 2015-06-07 17:54:01 +02:00
Aleksander Machniak
76573685d9 Enigma: Added user preferences to disable plugin features 2015-04-11 14:31:27 +02:00
Aleksander Machniak
1ad0e7da52 Enigma: fix issues with enabled messages_cache 2015-04-05 14:12:37 +02:00
Aleksander Machniak
04598bdfb1 Enigma: Handle signed content inside of encrypted message 2015-03-31 19:42:46 +02:00
Aleksander Machniak
a99c34159d Enigma: Implemented messages signing and encrypting 2015-03-31 18:56:32 +02:00
Aleksander Machniak
0878c846bc Enigma: Larry support, finished PGP decryption, other fixes and improvements 2015-03-08 10:54:28 +01:00