module Roda::RodaPlugins::MailProcessor::InstanceMethods

def mail

The mail instance being processed.
def mail
  env['roda.mail']
end