gpg-lacre/lacre
Piotr F. Mieszkowski 95069c06a7 Add config parameter to set DATA size limit
Expose a new parameter: [daemon]max_data_bytes, to limit Lacre's memory
usage and allow processing of messages larger than 32MB (which is the
default limit).
2022-10-29 20:35:21 +02:00
..
__init__.py Move gpg-mailgate.py logic to lacre.mailgate module 2022-06-11 21:00:42 +02:00
config.py Simplify code, improve log entries, add comments 2022-10-22 11:23:17 +02:00
core.py Add a test for message with PGP inline markers that's not encrypted 2022-10-22 21:29:59 +02:00
daemon.py Add config parameter to set DATA size limit 2022-10-29 20:35:21 +02:00
keyring.py Re-use the same Event Loop for each coroutine 2022-10-29 16:54:58 +02:00
mailop.py Simplify code, improve log entries, add comments 2022-10-22 11:23:17 +02:00
text.py Add a test for message with PGP inline markers that's not encrypted 2022-10-22 21:29:59 +02:00