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

Error Saving Attachments #16

Closed johnnagro closed 11 years ago

johnnagro commented 14 years ago

When calling message.save_attachments_to, or attachment.save_to_file i get this error:

/home/jnagro/.gem/ruby/1.8/gems/ruby-gmail-0.0.8/lib/ietf/rfc2045.rb:20:in `parse_rfc2045_content_from': nested *?+ in regexp: /\r\n--VS++wcV0S1rZb1Fb"(?:--)?(?:\r\n|$)/ (RegexpError)
myobie commented 11 years ago

This is an old issue, so I am closing it out for now. However, if you have a code example you can attach then I will look into it.