Class: ImapMogura::DateMatcher

Inherits:
SpecialFieldMatcher show all
Defined in:
lib/imap_mogura/rules_parser/rule_elements.rb

Instance Attribute Summary

Attributes inherited from FieldMatcher

#regexp

Instance Method Summary collapse

Methods inherited from FieldMatcher

#initialize

Constructor Details

This class inherits a constructor from ImapMogura::FieldMatcher

Instance Method Details

#match?(mail) ⇒ Boolean

Returns:

  • (Boolean)

Raises:

  • (NotImplementedError)


123
124
125
126
# File 'lib/imap_mogura/rules_parser/rule_elements.rb', line 123

def match?(mail)
  # TODO: impl
  raise NotImplementedError
end