module Roda::RodaPlugins::MailProcessor::RequestMethods

def handle(&block)

unhandled_mail implicitly.
Mark the mail as having been handled, so routing will not call
def handle(&block)
  env['roda.mail_handled'] = true
  always(&block)
end