From: "tonyarkles (Tony Arkles)" Date: 2012-10-13T13:25:02+09:00 Subject: [ruby-core:47955] [ruby-trunk - Feature #7146] IMAP: messages with a mime-attachment of type "message/delivery-notification" fail Issue #7146 has been updated by tonyarkles (Tony Arkles). I accidentally broke the pull request. Fixed one at https://github.com/ruby/ruby/pull/196 ---------------------------------------- Feature #7146: IMAP: messages with a mime-attachment of type "message/delivery-notification" fail https://bugs.ruby-lang.org/issues/7146#change-30515 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/