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
on 2012-10-12 04:29
on 2012-10-12 04:32
Issue #7145 has been updated by tonyarkles (Tony Arkles). Was in "ruby 1.9.3p194" that I noticed the problem. ---------------------------------------- Feature #7145: Add string-based range support to IMAP library https://bugs.ruby-lang.org/issues/7145#change-30366 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
on 2012-10-12 04:38
Issue #7145 has been updated by shugo (Shugo Maeda). Status changed from Open to Assigned Assignee changed from tonyarkles (Tony Arkles) to shugo (Shugo Maeda) ---------------------------------------- Feature #7145: Add string-based range support to IMAP library https://bugs.ruby-lang.org/issues/7145#change-30367 Author: tonyarkles (Tony Arkles) Status: Assigned 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
on 2012-10-13 06:25
Issue #7145 has been updated by tonyarkles (Tony Arkles). I broke the pull request. https://github.com/ruby/ruby/pull/196 is the fixed one. ---------------------------------------- Feature #7145: Add string-based range support to IMAP library https://bugs.ruby-lang.org/issues/7145#change-30516 Author: tonyarkles (Tony Arkles) Status: Assigned 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
on 2012-10-17 08:44
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
on 2012-11-24 01:19
Issue #7145 has been updated by mame (Yusuke Endoh). Target version set to next minor ---------------------------------------- Feature #7145: Add string-based range support to IMAP library https://bugs.ruby-lang.org/issues/7145#change-33678 Author: tonyarkles (Tony Arkles) Status: Feedback Priority: Normal Assignee: shugo (Shugo Maeda) Category: lib Target version: next minor 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
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.