dcparker / ruby-gmail

A Rubyesque interface to Gmail. Connect to Gmail via IMAP and manipulate emails and labels. Send email with your Gmail account via SMTP. Includes full support for parsing and generating MIME messages.
http://dcparker.github.com/ruby-gmail
790 stars 123 forks source link

Sent emails #88

Open sambo8 opened 8 years ago

sambo8 commented 8 years ago

I notice that this code only works for my inbox.

account.inbox.emails(:to => "myboss@gmail.com")

How do I also include my sent emails?