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

How can I retrieve archived messages #79

Closed vzelenko closed 9 years ago

vzelenko commented 9 years ago

I can't seem to find a way to retrieve archived messages from the server. Is there an easy way to do it?

vzelenko commented 9 years ago

Apparently, you can find the mailbox by:

gmail.mailbox_list

function, and then just user the name. Closing.