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

adding subject #65

Closed jamster closed 10 years ago

jamster commented 10 years ago

Just needed to search by subject. simple really.

joshaven commented 10 years ago

I have merged the pull request, please update your copy of the code and confirm that everything is working as expected.

On Mon, Jun 30, 2014 at 12:18 PM, Jason Amster notifications@github.com wrote:

Just needed to search by subject. simple really.

You can merge this Pull Request by running

git pull https://github.com/jamster/ruby-gmail master

Or view, comment on, or merge it at:

https://github.com/dcparker/ruby-gmail/pull/65 Commit Summary

  • adding subject

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/dcparker/ruby-gmail/pull/65.

Sincerely, Joshaven Potter C: 517-607-9370

Among the sins to which the human heart is prone, hardly any other is more hateful to God than idolatry, for idolatry is at bottom a libel on His character. The idolatrous heart assumes that God is other than He is - in itself a monstrous sin - and substitutes for the true God one made after its own likeness. Always this God will conform to the image of the one who created it and will be base or pure, cruel or kind, according to the moral state of the mind from which it emerges. -- A. W. Tozer

seaman1 commented 10 years ago

Looks like this doesn't work. https://github.com/dcparker/ruby-gmail/issues/66