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/08 10:31:06 UTC

[jira] [Created] (IMAP-281) StoreCommandParser is not conform with RFC3501

StoreCommandParser is not conform with RFC3501 
-----------------------------------------------

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


At the moment the StoreCommandParser fails to parse this line:

 a store 14 +FLAGS \DELETED

This is a valid syntax (from rfc3501):

store           = "STORE" SP sequence-set SP store-att-flags

store-att-flags = (["+" / "-"] "FLAGS" [".SILENT"]) SP
                  (flag-list / (flag *(SP flag)))

flag            = "\Answered" / "\Flagged" / "\Deleted" /
                  "\Seen" / "\Draft" / flag-keyword / flag-extension
                    ; Does not include "\Recent"

flag-list       = "(" [flag *(SP flag)] ")"

--
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-281) StoreCommandParser is not conform with RFC3501

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

Norman Maurer resolved IMAP-281.
--------------------------------

    Resolution: Fixed

> StoreCommandParser is not conform with RFC3501 
> -----------------------------------------------
>
>                 Key: IMAP-281
>                 URL: https://issues.apache.org/jira/browse/IMAP-281
>             Project: JAMES Imap
>          Issue Type: Bug
>          Components: Mailbox
>    Affects Versions: 0.2-M1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.2
>
>
> At the moment the StoreCommandParser fails to parse this line:
>  a store 14 +FLAGS \DELETED
> This is a valid syntax (from rfc3501):
> store           = "STORE" SP sequence-set SP store-att-flags
> store-att-flags = (["+" / "-"] "FLAGS" [".SILENT"]) SP
>                   (flag-list / (flag *(SP flag)))
> flag            = "\Answered" / "\Flagged" / "\Deleted" /
>                   "\Seen" / "\Draft" / flag-keyword / flag-extension
>                     ; Does not include "\Recent"
> flag-list       = "(" [flag *(SP flag)] ")"

--
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