Add pluggable components
Very much like !264 (closed) I am working on defining the concept of a 'plugin' in Mailman core.
In the end I want to have plugins be able to:
- Add
Rules,Chains,Handlers,Pipelines,Styles,EmailCommands,CLISubCommands: done - Add their own
pre_hook,post_hookandexit_hook: almost done, looking for a good place forexit_hook - Add functionality to the REST api, under
/<api>/plugins/<plugin.name>/...: done
Edited by J08nY