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

Provide a way to fetch a list of messages' body's in one call. #3

Closed dcparker closed 10 years ago

dcparker commented 14 years ago

Looping through and grabbing the body from each message takes a lot longer than asking for them all at once. Need to come up with a good ruby api for this.