From: "tonyarkles (Tony Arkles)" Date: 2012-10-12T11:26:38+09:00 Subject: [ruby-core:47919] [ruby-trunk - Feature #7145][Open] Add string-based range support to IMAP library Issue #7145 has been reported by tonyarkles (Tony Arkles). ---------------------------------------- Feature #7145: Add string-based range support to IMAP library https://bugs.ruby-lang.org/issues/7145 Author: tonyarkles (Tony Arkles) Status: Open Priority: Normal Assignee: tonyarkles (Tony Arkles) Category: lib Target version: The imap protocol supports fetching ranges of messages using notation like "1:*" (to fetch all messages). I'd like to support things like: @im.fetch('1:*', 'FULL')@ I've already implemented this as part of https://github.com/ruby/ruby/pull/193 and https://github.com/ruby/ruby/pull/194 -- http://bugs.ruby-lang.org/