module Roda::RodaPlugins::MailProcessor::RequestMethods

def match_subject(val)

Match the value against the mail subject.
def match_subject(val)
  _match_content(:subject, val, mail.subject)
end