From: "tonyarkles (Tony Arkles)" Date: 2012-10-12T11:29:09+09:00 Subject: [ruby-core:47920] [ruby-trunk - Feature #7146][Open] IMAP: messages with a mime-attachment of type "message/delivery-notification" fail Issue #7146 has been reported by tonyarkles (Tony Arkles). ---------------------------------------- Feature #7146: IMAP: messages with a mime-attachment of type "message/delivery-notification" fail https://bugs.ruby-lang.org/issues/7146 Author: tonyarkles (Tony Arkles) Status: Open Priority: Normal Assignee: tonyarkles (Tony Arkles) 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/