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
792 stars 123 forks source link

Made Message#message only query the server once per message #61

Closed scockram closed 10 years ago

scockram commented 10 years ago

Especially if I am leveraging method_missing and calling messages that get delegated to Mail message, I don't want to query the server for every argument.

adimircolen commented 10 years ago

Please remove the file "lib/gmail/.message.rb.swp" this is a temporary file of the vi editor