gpg-lacre/lacre
Piotr F. Mieszkowski 8b5d924321
Implement LazyMessage, a wrapper for original contents
We want to avoid deserialising message contents, because Python's email module
might produce different representation than the MUA sending original message.
The result would be a transformed message, which could mean broken message in
certain conditions.
2024-08-23 14:16:28 +02:00
..
__init__.py Upgrade SQLAlchemy, enable warning capturing 2024-08-23 14:16:27 +02:00
_keyringcommon.py lacre.admin: Implement 'identities' sub-command 2023-11-25 16:08:54 +01:00
admin.py lacre.admin: Report misconfiguration 2024-03-01 19:47:10 +00:00
config.py Improve delivery error-handling 2024-08-23 14:16:27 +02:00
core.py Implement LazyMessage, a wrapper for original contents 2024-08-23 14:16:28 +02:00
daemon.py Implement LazyMessage, a wrapper for original contents 2024-08-23 14:16:28 +02:00
dbschema.py When cleaning up after cron-job, remove expired queue items 2024-08-23 14:16:27 +02:00
keymgmt.py Extract expiry calculation from KeyConfirmationQueue 2024-08-23 14:16:27 +02:00
keyring.py Make disconnect handling configuration explicit 2023-12-17 14:03:20 +01:00
lazymessage.py Implement LazyMessage, a wrapper for original contents 2024-08-23 14:16:28 +02:00
mailop.py Implement LazyMessage, a wrapper for original contents 2024-08-23 14:16:28 +02:00
notify.py Improve delivery error-handling 2024-08-23 14:16:27 +02:00
recipients.py Rename GPG-Mailgate to Lacre 2024-01-06 14:34:54 +01:00
repositories.py Implement LazyMessage, a wrapper for original contents 2024-08-23 14:16:28 +02:00
smime.py Rename GPG-Mailgate to Lacre 2024-01-06 14:34:54 +01:00
stats.py Include exception in ExecutionTimeLogger log record 2024-03-02 18:06:51 +01:00
text.py Make PGP message recognition more thorough 2023-05-08 22:17:02 +02:00
transport.py Improve delivery error-handling 2024-08-23 14:16:27 +02:00