-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IETF PARSING FAIL! (''A'' structure) #13
Comments
Yes, it should. I'd like to get the pure-ruby parser to be able to parse everything; but it seems there are small kinks in it sometimes. If you would be willing to send a copy of the raw email text (optionally scrubbed of any sensitive info), I will find out what is causing the trouble parsing. Also, TMail is another rubygem that is very capable for parsing these messages and will probably get things right. Just have TMail parse the gmail_message.body. |
Well, I grabbed the email that is causing the error, and did this:
The parsed argument DOES contain a hash at index 0 AND a hash at index 1. I do not know why |
I can't just parse the body with TMail because I need to grab the message.to, and currently that is the only way. Correct me if I'm wrong. |
I've resorted to just using net/imap and TMail for my app. Btw, doesn't the "mail" gem that's going into Rails3 kinda make this gem un-needed? |
The same problem with me, if i am using GMAIL Account from domain gmail.com but when i use business gmail account using domain. it is fine. I got this error when accessing email.message, My codes:
The error is : |
This is a wonderful gem. Thank you for your hard work!
I keep getting this error from certain emails:
IETF PARSING FAIL! (''A'' structure)
Shouldn't ruby-gmail be able to parse any email that Gmail can parse?
The text was updated successfully, but these errors were encountered: