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

NoMethodError: undefined method `message' #43

Closed refriedchicken closed 11 years ago

refriedchicken commented 11 years ago

I moved the message method out of the private scope to fix issue 39.