module Roda::RodaPlugins::MailProcessor::InstanceMethods

def handled_mail_hook

Does nothing by default.
Hook called after processing a mail, when the mail was handled.
def handled_mail_hook
  nil
end