module Roda::RodaPlugins::MailProcessor::RequestMethods

def match_body(val)

Match the value against the full mail body.
def match_body(val)
  _match_content(:body, val, mail.body.decoded)
end