gpg-lacre/lacre
Piotr F. Mieszkowski a30b5e7577 Handle missing Content-Type properly
- ContentManager sets default Content-Type even if it was missing in the
  original message.

- Make sure that when Content-Type is missing, copying parameters doesn't
  raise an error.

- Add a unit-test to check that.
2023-05-19 20:30:00 +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 Handle missing Content-Type properly 2023-05-19 20:30:00 +02:00
daemon.py Split the code into smaller modules 2023-05-08 22:17:02 +02:00
keyring.py Move the last key-related function to keyring module 2023-05-08 22:17:02 +02:00
mailop.py Use SMTPUTF8 policy, add more debug logging 2023-05-08 22:14:24 +02:00
recipients.py Fix MIME content sub-type handling for non-plain text messages 2023-05-08 22:17:02 +02:00
smime.py Split the code into smaller modules 2023-05-08 22:17:02 +02:00
text.py Make PGP message recognition more thorough 2023-05-08 22:17:02 +02:00
transport.py Split the code into smaller modules 2023-05-08 22:17:02 +02:00