Commit Graph

78 Commits (c853df74a4141a479ca020245341b39b01a47303)
 

Author SHA1 Message Date
Hoang Xuan Phu c853df74a4 change styling, reword some parts 10 years ago
Hoang Xuan Phu 9dac9da325 use markdown for installation instruction 10 years ago
perennate fbe2f1bba1 Update license to GNU GPL v3. 10 years ago
perennate 4ba9aa5c98 Add language support. 10 years ago
perennate c9f2e2f721 Clarify to public users on gpg-mailgate-web home page. 10 years ago
perennate ad84cc6e5a Add link to original gpg-mailgate googlecode. 10 years ago
perennate a753d9ebca Update gpg-mailgate-web footer now that it is merged in. 10 years ago
perennate 4af9c605cd Update gpg-mailgate-web readme. 10 years ago
perennate aaa647d489 Add license and link to updates for gpg-mailgate-web. 10 years ago
perennate 794caa0c2f Merge branch 'master' into www 10 years ago
perennate e4bf948376 Enable encryption for signed messages. 10 years ago
perennate e01e505374 Release under GNU Lesser General Public License. 10 years ago
perennate e48970bca9 Add default configuration file.
The local config.php will overwrite default configuration file. If config.php does not exist the system will display a server configuration error.
10 years ago
perennate 808bb632fc Clarify dependencies for mail_smtp. 10 years ago
perennate e12f0f1d52 Add optional PGP key verification on web server side. 10 years ago
perennate bcebd12269 Fix for case where user wants to disable encryption with blank key. 10 years ago
perennate ef71194c7c Update README (different mail/web server is ok). 10 years ago
perennate 2e007266cd Merge branch 'www' of github.com:uakfdotb/gpg-mailgate into www 10 years ago
perennate 2965e804a9 Separate theme into footer / header / main. 10 years ago
perennate 5e4f352bf1 Fix bug in confirmation of emails. 10 years ago
perennate 0a17e34faa Fix bug with lock in confirmPGP. 10 years ago
perennate 39875522ef Add index.html to prevent directory listing of include directory. 10 years ago
perennate ccab62bad5 Update README to mention gpg-mailgate-web. 10 years ago
perennate 98b4e341cf Initial commit for gpg-mailgate-web addition. 10 years ago
perennate 4942419db7 Merge branch 'master' of github.com:uakfdotb/gpg-mailgate 10 years ago
perennate 97013e0fb0 Merge branch 'master' of github.com:uakfdotb/gpg-mailgate 10 years ago
perennate a035df85be Add keymap_only configuration, to ignore public_keys list.
This means the keymap will be exclusively used to determine which email addresses to sign with which keys.
10 years ago
perennate 3428deb759 Remove the encrypted to addrs, since that was gpg-mailgate-specific and is no longer used. 10 years ago
perennate 70692d221c Update README file. 10 years ago
perennate ed0341fc51 Add addendum detailing how to create a dedicated user for gpg-mailgate public keys. 10 years ago
perennate 27e9d6ce50 Remove the X-GPG-Encrypt-Cc header setting.
I could not find any documention on this, it seems like this was a gpg-mailgate specific option but we now read in recipients directly from the command-line arguments.
10 years ago
perennate cf79838484 Add description in configuration file of each setting. 10 years ago
perennate b21573e5d8 Use correct content transfer encoding (7bit). 10 years ago
perennate 3c7b44d17f Don't encrypt if it's a signed message, since that would mess with the signature. 10 years ago
perennate 003c7fe62b Remove useless domains configuration setting. 10 years ago
perennate 02d097eeac Merge remote-tracking branch 'ajgon/master'
Conflicts:
	gpg-mailgate.py
10 years ago
perennate c04db9c35f Fix bug causing messages to have extra characters or failing to encode properly. 10 years ago
perennate 72395a7e9f Fix bug with text files (or html files) attachments. 10 years ago
perennate 527f123391 Fix format errors, also do deliver email for domain that should be encrypted even if the recipient doesn't have a key. 10 years ago
perennate 8679059079 Revert part of commit 43b3392162, so that we still send if there are no PGP recipients. 10 years ago
Igor Rzegocki e4cf0d81a7 Fixed encrypted messages check
Moved it to the top of the method, to avoid unnecessary GnuPG class
invocation.
10 years ago
Colin Moller d03492a183 Rudimentary support for not re-encrypting already encrypted messages 10 years ago
Colin Moller e7bd005430 Patch GnuPG library to trust keys we've already got to avoid having to manually add them 10 years ago
perennate f78652ac15 Greatly improve recipient selection mechanism.
This resolves many errors, such as forwarding loops arising from mailing lists.
10 years ago
Igor Rzegocki d6aaa9f243 Fixed #1
GnuPG2.x listed keys are now properly interpreted.
10 years ago
perennate e050ac2245 Remove attachment content filter because it seems to make PGP-encrypted data invalid. 10 years ago
perennate e955d047bb Use extend instead of append to fix list problem. 10 years ago
perennate 8a16ef040f Use replace header instead of add header to avoid header duplication. 10 years ago
perennate 8b5eda4240 Fix problem with previous commit. 10 years ago
perennate 89a055a043 Fix bug causing messages to have extra characters or failing to encode properly. 10 years ago