AbstractImapCommandParser IdRange parsing get confused when using for example
3:1
----------------------------------------------------------------------------------
Key: IMAP-212
URL: https://issues.apache.org/jira/browse/IMAP-212
Project: JAMES Imap
Issue Type: Bug
Reporter: Norman Maurer
Fix For: 0.2
The IdRange parsing get confused when using 3:1 as range and not 1:3. The RFC
clearly state that it should get handled the same.
>From the RFC:
seq-range = seq-number ":" seq-number
; two seq-number values and all values between
; these two regardless of order.
; Example: 2:4 and 4:2 are equivalent and indicate
; values 2, 3, and 4.
; Example: a unique identifier sequence range of
; 3291:* includes the UID of the last message in
; the mailbox, even if that value is less than 3291.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]