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

Simple fixes #30

Closed elberskirch closed 13 years ago

elberskirch commented 13 years ago

Hey, I just did two simple changes to ruby-gmail. I hope pushing VERSION wasn't rude.

I added the mime gem to the dependencies in the Rakefile. That caused an error, when I tried to run a script with the 0.2.1 version.

And I think I resolved an inconsistency in the label and in_label methods regarding the argument names.

Best, Dominik.

adimircolen commented 13 years ago

its done, im working that :-)

elberskirch commented 13 years ago

Great. Did a pull-request for the first time. I just wanted to try that out... :)