From: "tonyarkles (Tony Arkles)" Date: 2012-10-13T13:23:53+09:00 Subject: [ruby-core:47953] [ruby-trunk - Bug #7153] IMAP: emails with (BODY ("MIXED")) returned from fetch fail to parse Issue #7153 has been updated by tonyarkles (Tony Arkles). Pull request: https://github.com/ruby/ruby/pull/196 ---------------------------------------- Bug #7153: IMAP: emails with (BODY ("MIXED")) returned from fetch fail to parse https://bugs.ruby-lang.org/issues/7153#change-30513 Author: tonyarkles (Tony Arkles) Status: Open Priority: Normal Assignee: shugo (Shugo Maeda) Category: lib Target version: 2.0.0 ruby -v: 1.9.3p194 I'm not sure if this is even valid IMAP (I couldn't find a reference to it in the RFC), but Google's IMAP server seems to return these occasionally. Found a message in my Inbox that wouldn't parse because of this. I've added a test and fixed the module. Will post the pull request here right away. -- http://bugs.ruby-lang.org/