gpg-lacre/test
Piotr F. Mieszkowski 04ca103494
Fix unencrypted delivery in case of message generation failure
When we fail to produce byte representation of the email message being
processed, we may end up bouncing a message.  An example of such case would be
a message with a Message-Id header that Python's email parser library cannot
process.

In such cases, just take whatever original content we have received and pass
it to the destination without touching it to minimise any chances of breaking
the overall flow.
2024-03-01 20:14:09 +01:00
..
certs Keep test/certs directory 2022-01-07 12:03:38 +01:00
keyhome Update test configuration after renaming 2024-01-06 15:06:36 +01:00
keyhome.other Keep secondary keyring for test purposes 2023-11-25 01:13:43 +01:00
keys Add basic unit tests for GnuPG module 2022-12-14 21:09:46 +01:00
modules Fix unencrypted delivery in case of message generation failure 2024-03-01 20:14:09 +01:00
msgin Add more test cases 2023-05-08 22:17:02 +02:00
utils Retrieve data from db result before returning from Context Manager 2024-01-20 18:52:47 +01:00
daemon_test.py Continue renaming: config files, tests, docs 2024-01-06 14:45:09 +01:00
e2e.ini Continue renaming: config files, tests, docs 2024-01-06 14:45:09 +01:00
e2e_test.py Rename GPG-Mailgate to Lacre 2024-01-06 14:34:54 +01:00
lacre-cron.conf Configure pooling for cron tests 2024-01-06 15:26:18 +01:00
lacre-daemon.conf Use one config for cron and daemon tests 2024-01-07 21:52:52 +01:00
lacre-logging.conf Continue renaming: config files, tests, docs 2024-01-06 14:45:09 +01:00
sample.ini Add more contract tests 2022-05-25 22:13:40 +02:00