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 2010/09/15 08:06:32 UTC

[jira] Created: (IMAP-212) AbstractImapCommandParser IdRange parsing get confused when using for example 3:1

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Updated: (IMAP-212) AbstractImapCommandParser IdRange parsing get confused when using for example 3:1

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

Norman Maurer updated IMAP-212:
-------------------------------

    Fix Version/s:     (was: 0.2)
                   0.2-M1

> 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
>            Assignee: Norman Maurer
>             Fix For: 0.2-M1
>
>
> 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (IMAP-212) AbstractImapCommandParser IdRange parsing get confused when using for example 3:1

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

Norman Maurer resolved IMAP-212.
--------------------------------

      Assignee: Norman Maurer
    Resolution: Fixed

fixed..

> 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
>            Assignee: 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org