gpg-lacre/lacre
Piotr F. Mieszkowski a2eeaeee9d Implement Advanced Filter flow for cleartext and OpenPGP
- Polish implementation of mail operations (lacre/mailop.py).  Add two
strategies: InlineOpenPGPEncrypt and MimeOpenPGPEncrypt, to support two modes
of OpenPGP encryption.

- In delivery_plan, only use those strategies that actually make sense with
the recipients we'd got.

- Add flag_enabled predicate (lacre/config.py) to make configuration checks
easier / simpler.

- Handle TypeError errors in Advanced Filter, indicating a delivery failure
when they appear.

- Add type hints to some of the functions.
2022-10-19 18:36:23 +00:00
..
__init__.py Move gpg-mailgate.py logic to lacre.mailgate module 2022-06-11 21:00:42 +02:00
config.py Implement Advanced Filter flow for cleartext and OpenPGP 2022-10-19 18:36:23 +00:00
daemon.py Implement Advanced Filter flow for cleartext and OpenPGP 2022-10-19 18:36:23 +00:00
mailgate.py Implement Advanced Filter flow for cleartext and OpenPGP 2022-10-19 18:36:23 +00:00
mailop.py Implement Advanced Filter flow for cleartext and OpenPGP 2022-10-19 18:36:23 +00:00
text.py Fix a bug introduced by refactoring, clean up code 2022-10-19 18:36:23 +00:00