module Autoreply

Constants

VERSION

Public Instance Methods

autoreply?(mail) click to toggle source
# File lib/autoreply.rb, line 15
def autoreply?(mail)
  Scanner.new(mail).autoreply?
end