Method: ImapGuard::Query#cc

Defined in:
lib/imap_guard/query.rb

#cc(string) ⇒ self

Messages that contain the specified string in the envelope structure’s CC field.

Returns:

  • (self)


95
96
97
# File 'lib/imap_guard/query.rb', line 95

def cc(string)
  self << "CC" << string
end