A mailgate for Postfix to encrypt incoming and outgoing email with S/MIME and/or OpenPGP and decrypting OpenPGP encrypted emails https://lacre.io
Go to file
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
GnuPG 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
.gitignore Added .gitignore for python 2013-04-02 21:30:20 +02:00
INSTALL Greatly improve recipient selection mechanism. 2013-09-16 19:18:15 +02:00
README.md Added attachments support (payload encryption) 2013-04-03 16:32:38 +02:00
gpg-mailgate.conf.sample Fixed config example 2013-04-02 21:38:07 +02:00
gpg-mailgate.py Fixed encrypted messages check 2013-09-16 19:26:45 +02:00

README.md

gpg-mailgate

I'm not the author of this tool, only bugfixer. Original code can be found on project google code page.

TODO

  • attachments support
  • multipart messages support
  • testing