Open
Description
Is there a specific reason that mail-gpg has been implemented as a delivery_handler
, instead of an interceptor
?
The latter seems more appropriate to me. And it would also enable to chain it with other custom code that modifies messages, while with the delivery_handler I must implement my own code as delivery_handler that wraps mail-gpg.
Would it be an option to maybe rebuild mail-gpg as an interceptor
?
Background: I want to handle specific headers in a certain way (remove them from the encrypted message) in order to protect headers as suggested by https://github.com/autocrypt/memoryhole
Metadata
Metadata
Assignees
Labels
No labels