module Roda::RodaPlugins::MailProcessor::RequestMethods

def mail

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