Bug #7147
closedIMAP: emails with message/rfc822 attachments fail to parse
Description
Doing im.fetch("1:*", "FULL") on my inbox resulted in a few email messages with attached emssage/rfc822 emails (these were forwarded by someone else). These messages failed to parse. I've fixed this in https://github.com/ruby/ruby/pull/193 and https://github.com/ruby/ruby/pull/194.
Updated by shugo (Shugo Maeda) about 12 years ago
- Status changed from Open to Assigned
- Assignee changed from tonyarkles (Tony Arkles) to shugo (Shugo Maeda)
Updated by tonyarkles (Tony Arkles) about 12 years ago
I broke the one pull request. Fixed at https://github.com/ruby/ruby/pull/196
Updated by shugo (Shugo Maeda) about 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r37240.
Tony, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
-
lib/net/imap.rb: fix Net::IMAP::ResponseParser to accept
message/delivery-status ([ruby-core:47920] [Bug #7146]),
message/rfc822 attachments ([ruby-core:47921] [Bug #7147]), and
(BODY ("MIXED")) ([ruby-core:47951] [Bug #7153]). -
test/net/imap/test_imap_response_parser.rb: related test.