9dfc447169
Use Lacre logging and configuration in register-handler
2022-05-06 20:13:23 +02:00
5f02223ec7
Perform automatic migration to Python 3.x
...
Use lib2to3 automatic migration tool provided by Python 2.x to convert
codebase to new idioms.
Command line:
find . -type f -name '*.py' \
-exec python2.7 -m lib2to3 \
-f all -f idioms -f buffer -f set_literal -f ws_comma -w \
'{}' '+'
2022-01-10 18:21:20 +01:00
fkrone
aa24cc2b4b
Inform the user if registration failed because GPG-Mailgate-Web could not be reached.
2015-06-04 21:52:39 +02:00
fkrone
bbab1b1070
Making it possible to configure mailserver for register-handler and use the encryption port for sending messages.
2015-06-04 20:14:00 +02:00
fkrone
228d43e936
Making 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.
2015-02-14 19:34:26 +01:00
fkrone
f6ed024e36
Revert "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."
...
This reverts commit 746aad0216
.
2015-02-14 19:00:59 +01:00
fkrone
746aad0216
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.
2015-02-01 16:57:31 +01:00
fkrone
f7e3b16069
Changes 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)
2015-01-31 16:08:12 +01:00
fkrone
f5976060c8
Now GPG keys are not only determined by attachment MIME type. Even inline GPG keys work now.
2015-01-18 19:54:08 +01:00
fkrone
8eebbbb3fd
Now GPG keys could be verified by cron job without problems (did not for me without this fix)
2015-01-18 15:45:14 +01:00
kflux
463b5dbe7a
Update register-handler.py
...
added "application/x-pkcs7-signature" type
2014-09-21 00:37:17 +02:00
kflux
b63cdc9235
added PGP email registration
...
people can send their public key as .asc extension to register@domain.tld to register
2014-03-02 14:28:37 +01:00
kflux
803babc49d
S/MIME Email registration
2014-02-26 01:50:18 +01:00