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

Made Message.message only query the server once per message #67

Closed scockram closed 7 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.