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: [email protected]
For additional commands, e-mail: [email protected]