From: "shugo (Shugo Maeda)" Date: 2012-10-17T15:43:46+09:00 Subject: [ruby-core:48044] [ruby-trunk - Feature #7145][Feedback] Add string-based range support to IMAP library Issue #7145 has been updated by shugo (Shugo Maeda). Status changed from Assigned to Feedback tonyarkles (Tony Arkles) wrote: > 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 You can specify "1:*" like im.fetch(1..-1, 'FULL'). Can you tell me any other use case of an arbitrary String message set? ---------------------------------------- Feature #7145: Add string-based range support to IMAP library https://bugs.ruby-lang.org/issues/7145#change-30929 Author: tonyarkles (Tony Arkles) Status: Feedback Priority: Normal Assignee: shugo (Shugo Maeda) 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/