Commit Graph

38 Commits

Author SHA1 Message Date
perennate 4aa366dea5 Fix bug causing messages to have extra characters or failing to encode properly. 2013-11-03 15:13:03 +01:00
perennate 7110b9a303 Remove encryptod_to_addrs. 2013-11-03 15:11:22 +01:00
Colin Moller fbda6a6e72 Rudimentary support for not re-encrypting already encrypted messages 2013-11-03 15:11:22 +01:00
Colin Moller d468766f8a Patch GnuPG library to trust keys we've already got to avoid having to manually add them 2013-11-03 15:11:21 +01:00
perennate 6e92ded37c Greatly improve recipient selection mechanism.
This resolves many errors, such as forwarding loops arising from mailing lists.
2013-11-03 15:10:13 +01:00
perennate 9c6a1ecfc8 Update README. 2013-11-03 15:08:59 +01:00
Igor Rzegocki 0f5ee23046 Merge pull request #9 from uragit/master
Added syslog and verbose options for config file.
2013-11-03 05:34:11 -08:00
Igor Rzegocki 1f34081416 Merge pull request #6 from defuse/master
Correctly encode 'keyhome' into a gpg command.
2013-11-03 05:30:55 -08:00
uragit 42caa47f5b Added syslog and verbose options for config file. 2013-10-12 01:26:55 -07:00
Taylor Hornby ffaee4c577 Correctly encode 'keyhome' into a gpg command. 2013-10-08 17:00:55 -06:00
perennate c04db9c35f Fix bug causing messages to have extra characters or failing to encode properly. 2013-09-16 19:38:31 +02:00
perennate 72395a7e9f Fix bug with text files (or html files) attachments. 2013-09-16 19:32:23 +02:00
perennate 527f123391 Fix format errors, also do deliver email for domain that should be encrypted even if the recipient doesn't have a key. 2013-09-16 19:31:27 +02:00
perennate 8679059079 Revert part of commit 43b3392162, so that we still send if there are no PGP recipients. 2013-09-16 19:29:52 +02:00
Igor Rzegocki e4cf0d81a7 Fixed encrypted messages check
Moved it to the top of the method, to avoid unnecessary GnuPG class
invocation.
2013-09-16 19:26:45 +02:00
Colin Moller d03492a183 Rudimentary support for not re-encrypting already encrypted messages 2013-09-16 19:25:16 +02:00
Colin Moller e7bd005430 Patch GnuPG library to trust keys we've already got to avoid having to manually add them 2013-09-16 19:24:25 +02:00
perennate f78652ac15 Greatly improve recipient selection mechanism.
This resolves many errors, such as forwarding loops arising from mailing lists.
2013-09-16 19:18:15 +02:00
Igor Rzegocki d6aaa9f243 Fixed #1
GnuPG2.x listed keys are now properly interpreted.
2013-09-06 21:59:31 +02:00
Igor Rzegocki 078381c2dd Removed stdin.write and stdout.read from GnuPG and replaced it with subprocess.communicate, to avoid deadlocks when larger messages are passed in 2013-04-17 20:23:48 +02:00
Igor Rzegocki 2b3f792271 Remove X-GPG-Encrypt-To as is redundant (can be replaced with keymap/domains combination) 2013-04-15 15:15:45 +02:00
Igor Rzegocki c6f902abc3 Remove unnecessary X-GPG headers (after use) 2013-04-15 15:10:00 +02:00
Igor Rzegocki 5acd15836f Fixed plain text messages encryption 2013-04-14 13:13:52 +02:00
Igor Rzegocki 43b3392162 Added X-GPG headers for parametrization of encrypting behavior 2013-04-14 12:18:14 +02:00
Igor Rzegocki 59a4f91565 Fixed nested multiparts 2013-04-04 20:07:32 +02:00
Igor Rzegocki 5d2769b4da Added attachments support (payload encryption) 2013-04-03 16:32:38 +02:00
Igor Rzegocki 4f77a85c50 Added Readme file (and TODO in it) 2013-04-02 21:41:41 +02:00
Igor Rzegocki a87ab9582e Fixed config example 2013-04-02 21:38:07 +02:00
Igor Rzegocki 19745508a7 - Fixed broken content type (which was preventing mail clients to display message properly)
- Fixed bug when messages were sent multiple times
- Fixed To/Cc/Bcc addresses parsing
2013-04-02 21:37:12 +02:00
Igor Rzegocki 2fdec37f1f Convert multi-part message parts to strings before joining them 2013-04-02 21:35:19 +02:00
Igor Rzegocki 496202505b Added .gitignore for python 2013-04-02 21:30:20 +02:00
root 05ecc05b34 Some new stuff 2010-01-21 09:50:51 -05:00
mcmaster 93556ed3bf Working with RT 2010-01-20 17:17:17 -05:00
mcmaster ea5e0c2ae6 to_addrs not defined if 'To' header is non-existant 2010-01-20 16:26:20 -05:00
mcmaster 86cdbf7a4e Missing check on a key existing for a dict 2010-01-20 16:22:20 -05:00
mcmaster 46867490a6 GPG Mailgate v0.2 2010-01-20 16:19:22 -05:00
mcmaster 47d748cb7c GPG Mailgate 0.11 2010-01-20 16:09:34 -05:00
mcmaster 782cda3639 GPG Mailgate 0.1 2010-01-20 15:53:25 -05:00