From: "shugo (Shugo Maeda)" Date: 2012-10-12T11:37:50+09:00 Subject: [ruby-core:47925] [ruby-trunk - Feature #7146][Assigned] IMAP: messages with a mime-attachment of type "message/delivery-notification" fail Issue #7146 has been updated by shugo (Shugo Maeda). Status changed from Open to Assigned Assignee changed from tonyarkles (Tony Arkles) to shugo (Shugo Maeda) ---------------------------------------- Feature #7146: IMAP: messages with a mime-attachment of type "message/delivery-notification" fail https://bugs.ruby-lang.org/issues/7146#change-30368 Author: tonyarkles (Tony Arkles) Status: Assigned Priority: Normal Assignee: shugo (Shugo Maeda) Category: lib Target version: When doing im.fetch("1:*", "FULL") on my inbox, I discovered an email message that had a delivery notification attached to it. This failed to parse around line 2414 in imap.rb. 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/