Class: MailHandler::Receiving::FileList::Filter::Email

Inherits:
Base
  • Object
show all
Defined in:
lib/mailhandler/receiving/filelist/filter/email.rb

Overview

filtering file content by its email properties

Direct Known Subclasses

ByEmailContent, ByEmailRecipient

Instance Attribute Summary

Attributes inherited from Base

#fast_check, #files

Instance Method Summary collapse

Methods inherited from Base

#get

Constructor Details

#initialize(files) ⇒ Email

Returns a new instance of Email.



12
13
14
15
# File 'lib/mailhandler/receiving/filelist/filter/email.rb', line 12

def initialize(files)
  @fast_check = true
  super(files)
end