module Roda::RodaPlugins::MailProcessor::InstanceMethods

def after_mail_hook

handled or not. Does nothing by default.
Hook called after processing any mail, whether the mail was
def after_mail_hook
  nil
end