module Roda::RodaPlugins::MailProcessor::InstanceMethods

def mail_text

decoded body of the mail by default.
The text of the mail instance being processed, uses the
def mail_text
  mail.body.decoded
end