Module: Animoto
- Defined in:
- lib/gmail.rb
Overview
Animoto::GMail Search for messages in a gmail account using the IMAP interface
To initialize:
theguys = Animoto::GMail.new('[email protected]', 'theguys_password')
To search:
conditions = { :subject => 'Animoto for Education Application',
:since => Time.now.utc - 1.day }
msgs = theguys.search( :conditions => conditions, :full_message => true )
Defined Under Namespace
Classes: GMail