4b7a187ac3Forgot to change this value from a debug one to the real value
fkrone
2015-05-29 23:15:05 +0200
11f70fb241Added possibility to define a regex for finding recipients to decrypt for and also adding possibility to use default keys for domain ranges
fkrone
2015-05-29 23:13:05 +0200
5fdbabc3b3Disable PGP/INLINE decryption by default. It does work, however, it has some drawbacks (e.g. content type for files getting lost).
fkrone
2015-05-25 22:49:42 +0200
2c0e342e5eSupport for decrypting PGP encrypted mails. However, it has some drawbacks and might cause some security issues. So before using it please read carefully through the installation instructions.
fkrone
2015-05-25 20:24:37 +0200
6a7dda969bBugfix: The mailgate crashes with certain settings when mail is delivered locally
fkrone
2015-05-25 00:28:55 +0200
4283c7ef4dPrefere keys in keymap over keys in keyring. Could be useful if you have a recipient with two keys.
fkrone
2015-03-29 18:16:58 +0200
d3bbb82072Make the SMTP relay used by cron configurable via config. Use the same as the gateway does.
fkrone
2015-03-28 19:41:40 +0100
efe2187bb5Logging for cron job does now work to syslog if defined so in the config file (previously it thought it should write to a file called 'syslog' instead of the real syslog)
fkrone
2015-03-28 19:23:49 +0100
dbb65bbf7fBugfix: Missed return code for failed PGP encryption in log message
fkrone
2015-03-16 14:58:01 +0100
49e0068f04Bugfix: Typo in config file
fkrone
2015-03-16 13:55:11 +0100
581973cdf9Hopefully last push to fix installation instructions
fkrone
2015-03-15 20:09:47 +0100
9152d17533Try to fix it again. Sorry, I'm not good at markdown.
fkrone
2015-03-15 20:07:32 +0100
71c189ba52Try to fix installation instructions
fkrone
2015-03-15 20:05:38 +0100
600b57e6efBugfix: Handle multipart messages and especially nested multipart messages correct and not mess up them
fkrone
2015-03-14 21:52:33 +0100
8f2b256dabUpdated installation instructions to make sure they are easier to follow
fkrone
2015-03-08 17:01:25 +0100
46730ba8e6Bugfix: Avoid nested encryptions of any kind
fkrone
2015-03-02 21:01:05 +0100
a766a9bd4aRefactored code (and also optimizing code). Changes while refactoring: The gateway now handles mail addresses case sensitivity compitable to RFC 2821 as default.
fkrone
2015-03-02 13:13:30 +0100
60356f3a22Fix: It does work for S/MIME. Forgot to remove this line.
fkrone
2015-02-27 16:33:49 +0100
7934dc00dbLittle bugfix for PGP/INLINE: Make it working again by stop calling non existing method Bugfix for PGP/MIME: Make it compatible to RFC 3156 (MIME Security with OpenPGP) when using mails with attachments
fkrone
2015-02-22 14:19:11 +0100
c022a2fe9dAdded option to overwrite default PGP style (inline or PGP/MIME) for defined recipients (useful if you have some recipients which can't handle one style).
fkrone
2015-02-19 16:40:48 +0100
92d66a35a5Bugfix: S/MIME worked only for one recipient because Python handles assignments of lists as call by object references. So the for-loop broke after first iteration.
fkrone
2015-02-15 15:39:58 +0100
ccbe8de7e5Making S/MIME also compatible with RFC 2821 changes. So both RFC 2821 compatibility and ignoring the case sensitivity of mail addresses are supported my S/MIME.
fkrone
2015-02-15 15:36:18 +0100
228d43e936Making GPG-Mailgate compatible with RFC 2821 (Simple Mail Transfer Protocol). The previous reverted commits made the gateway incompatible with the RFC. However, compatibility has to be activated in the settings. Most mail servers ignore the case sensitivity of the mail addresses, so this should not be a big issue. A quick solution to make the S/MIME functionality compatible with the RFC was not found so this needs to be fixed later.
fkrone
2015-02-14 19:34:26 +0100
3cefd27163Revert "Bugfix for commit before:"
fkrone
2015-02-14 19:02:14 +0100
f6ed024e36Revert "Fixing S/MIME certs were saved case sensitive. This caused that the mailgate might not find the certificate for a recipient even if it was available."
fkrone
2015-02-14 19:00:59 +0100
2ff0b7e123Revert 0b503fa: Fixing critical bug: looking up email addresses for PGP encryption in keychain was done case sensitive
fkrone
2015-02-14 19:00:25 +0100
c059cfe63bMerged change: 62f60f0592 ( Added option to convert text/plain source email into MIME/PGP attachment style during encryption.
fkrone
2015-02-14 17:07:02 +0100
99a1108338Bugfix for commit before: Make check for keys in keymap case insensitive
fkrone
2015-02-14 16:03:30 +0100
e2ef883ec2Merged change: 584eee18dc ( Added check that config file keymap fingerprint exists in actual GPG keyring. Decline encryption if mismatch. )
fkrone
2015-02-14 16:01:58 +0100
63435c72c5Merged change: 779e712a5d ( Changed GPGEncryptor.encrypt() to also give PGP return code. Write rc to logfile in encrypt_payload(). )
fkrone
2015-02-14 15:22:29 +0100
f8ae458d88Updating installation instructions based on experiences made during installation and reflecting recent changes
fkrone
2015-02-14 15:16:59 +0100
9c1375fdb2Renaming some variables to make names consistent
fkrone
2015-02-14 15:15:14 +0100
93b505d00aWe don't need to do S/MIME encryption on an already PGP encrypted mail
fkrone
2015-02-01 19:10:16 +0100
8561c01e99Fixing bug: If at least one S/MIME recipient was found, every recipient received a S/MIME encrypted mail. Furthermore, the header data is now preserved in S/MIME
fkrone
2015-02-01 19:09:20 +0100
746aad0216Fixing S/MIME certs were saved case sensitive. This caused that the mailgate might not find the certificate for a recipient even if it was available.
fkrone
2015-02-01 16:57:31 +0100
0b503fa616Fixing critical bug: looking up email addresses for PGP encryption in keychain was done case sensitive
fkrone
2015-01-31 19:14:21 +0100
f7e3b16069Changes to cron, register-handler, settings and templates: - Cron now notifies user what happened (key successfully added/deleted or error) - More options to customize templates - Separating concepts in settings (S/MIME, templates) - Register-handler now only informs on failed PGP submissions (reduce mails to user and false positive mails)
fkrone
2015-01-31 16:08:12 +0100
f5976060c8Now GPG keys are not only determined by attachment MIME type. Even inline GPG keys work now.
fkrone
2015-01-18 19:54:08 +0100
fd1b7517dbInforming user about key submitting status. Needs some rework.
fkrone
2015-01-18 17:04:12 +0100
8eebbbb3fdNow GPG keys could be verified by cron job without problems (did not for me without this fix)
fkrone
2015-01-18 15:45:14 +0100
64db1a6bc0Adding a key on a non-English system does not fail any longer
fkrone
2015-01-04 17:54:44 +0100