Is your feature request related to a problem?
Plugins can't react to message lifecycle events.
Describe the solution you'd like
Expose hooks so plugins can run on message receive/send/open and transform or annotate messages.
Describe alternatives you've considered
No extensibility for mail events.
Additional context
See plugin/ and dispatch points in fetcher/ and sender/.
Is your feature request related to a problem?
Plugins can't react to message lifecycle events.
Describe the solution you'd like
Expose hooks so plugins can run on message receive/send/open and transform or annotate messages.
Describe alternatives you've considered
No extensibility for mail events.
Additional context
See
plugin/and dispatch points infetcher/andsender/.