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

Allow searching gmail with X-GM-RAW #68

Closed gabrielengel closed 10 years ago

gabrielengel commented 10 years ago

Gmail has a Search extension that allows us to run the same queries of the web interface through imap. I feel this is a great improvement to the gem, yet not sure how you people are testing and documenting it.

Please let me know how to have this change approved :)

myobie commented 10 years ago

This seems reasonable enough: it's a small change for a big feature (:

myobie commented 10 years ago

@gabrielengel do you mind to update the readme as well?