gpg-lacre/test/modules
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
..
test_contracts.py Fix unencrypted delivery in case of message generation failure 2024-03-01 20:14:09 +01:00
test_gnupg.py Remove EncryptionException formatting test 2023-12-10 21:35:35 +01:00
test_lacre_core.py Handle missing Content-Type properly 2023-05-19 20:30:00 +02:00
test_lacre_keycache.py Separate key-cache and key-loader 2022-10-19 18:36:23 +00:00
test_lacre_recipients.py Move recipient-processing code to a dedicated module 2023-05-08 22:17:02 +02:00
test_lacre_repositories.py Make disconnect handling configuration explicit 2023-12-17 14:03:20 +01:00
test_lacre_text.py Make PGP message recognition more thorough 2023-05-08 22:17:02 +02:00
test_m2crypto.py Move different parts of Lacre tests to subdirectories 2022-10-19 18:36:23 +00:00