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

attachments are not received but send #63

Open Leeheng86 opened 10 years ago

Leeheng86 commented 10 years ago

Hi! I also have the same issue like #54 , my program will check gmail per hour automatically and reply with different attachment. It is almost 10% to 20% recipients report that they did not get attachments, but in my sent mails attachments are fine.

I know it is hard to reproduce circumstance(even myself) , my question is does ruby-gmail has any logging function for recording interaction between gmail server and program?

I will try if i can reproduce this. Thanks.

Leeheng