From: "shugo (Shugo Maeda)" Date: 2012-10-12T11:38:09+09:00 Subject: [ruby-core:47926] [ruby-trunk - Bug #7147][Assigned] IMAP: emails with message/rfc822 attachments fail to parse Issue #7147 has been updated by shugo (Shugo Maeda). Status changed from Open to Assigned Assignee changed from tonyarkles (Tony Arkles) to shugo (Shugo Maeda) ---------------------------------------- Bug #7147: IMAP: emails with message/rfc822 attachments fail to parse https://bugs.ruby-lang.org/issues/7147#change-30369 Author: tonyarkles (Tony Arkles) Status: Assigned Priority: Normal Assignee: shugo (Shugo Maeda) Category: lib Target version: ruby -v: ruby 1.9.3p194 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. -- http://bugs.ruby-lang.org/