[ 
https://issues.apache.org/jira/browse/IMAP-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Norman Maurer updated IMAP-290:
-------------------------------

          Component/s: Parser
          Description: 
See RFC3501:

sequence-set    = (seq-number / seq-range) *("," sequence-set)
                    ; set of seq-number values, regardless of order.
                    ; Servers MAY coalesce overlaps and/or execute the
                    ; sequence in any order.
                    ; Example: a message sequence number set of
                    ; 2,4:7,9,12:* for a mailbox with 15 messages is
                    ; equivalent to 2,4,5,6,7,9,12,13,14,15
                    ; Example: a message sequence number set of *:4,5:7
                    ; for a mailbox with 10 messages is equivalent to
                    ; 10,9,8,7,6,5,4,5,6,7 and MAY be reordered and
                    ; overlap coalesced to be 4,5,6,7,8,9,10.
    Affects Version/s: 0.2-M1
        Fix Version/s: 0.2
             Assignee: Norman Maurer
              Summary: *:<num> message range must be converted to <num>:*  
(was: *:2 message range must be converted to 2:*)

> *:<num> message range must be converted to <num>:*
> --------------------------------------------------
>
>                 Key: IMAP-290
>                 URL: https://issues.apache.org/jira/browse/IMAP-290
>             Project: JAMES Imap
>          Issue Type: Bug
>          Components: Parser
>    Affects Versions: 0.2-M1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.2
>
>
> See RFC3501:
> sequence-set    = (seq-number / seq-range) *("," sequence-set)
>                     ; set of seq-number values, regardless of order.
>                     ; Servers MAY coalesce overlaps and/or execute the
>                     ; sequence in any order.
>                     ; Example: a message sequence number set of
>                     ; 2,4:7,9,12:* for a mailbox with 15 messages is
>                     ; equivalent to 2,4,5,6,7,9,12,13,14,15
>                     ; Example: a message sequence number set of *:4,5:7
>                     ; for a mailbox with 10 messages is equivalent to
>                     ; 10,9,8,7,6,5,4,5,6,7 and MAY be reordered and
>                     ; overlap coalesced to be 4,5,6,7,8,9,10.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to