You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2011/04/10 16:50:05 UTC

[jira] [Created] (IMAP-291) Sequence uid ranges which use *: MUST return at least the highest uid in the mailbox

Sequence uid ranges which use *:<uid-higher-then-last-uid> MUST return at least the highest uid in the mailbox
--------------------------------------------------------------------------------------------------------------

                 Key: IMAP-291
                 URL: https://issues.apache.org/jira/browse/IMAP-291
             Project: JAMES Imap
          Issue Type: Bug
          Components: Protocol
    Affects Versions: 0.2-M1
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 0.2


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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Resolved] (IMAP-291) Sequence uid ranges which use *: MUST return at least the highest uid in the mailbox

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved IMAP-291.
--------------------------------

    Resolution: Fixed

fixed

> Sequence uid ranges which use *:<uid-higher-then-last-uid> MUST return at least the highest uid in the mailbox
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: IMAP-291
>                 URL: https://issues.apache.org/jira/browse/IMAP-291
>             Project: JAMES Imap
>          Issue Type: Bug
>          Components: Protocol
>    Affects Versions: 0.2-M1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.2
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org