From: "tonyarkles (Tony Arkles)" Date: 2012-10-13T13:24:29+09:00 Subject: [ruby-core:47954] [ruby-trunk - Bug #7147] IMAP: emails with message/rfc822 attachments fail to parse Issue #7147 has been updated by tonyarkles (Tony Arkles). I broke the one pull request. Fixed at https://github.com/ruby/ruby/pull/196 ---------------------------------------- Bug #7147: IMAP: emails with message/rfc822 attachments fail to parse https://bugs.ruby-lang.org/issues/7147#change-30514 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/