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

Norman Maurer updated IMAP-211:
-------------------------------

    Issue Type: Improvement  (was: Bug)

Its not a BUG as the RFC says "MAY". So mark it as improvement

> AbstractImapCommandParser should eliminate duplicated IdRanges
> --------------------------------------------------------------
>
>                 Key: IMAP-211
>                 URL: https://issues.apache.org/jira/browse/IMAP-211
>             Project: JAMES Imap
>          Issue Type: Improvement
>            Reporter: Norman Maurer
>             Fix For: 0.2
>
>
> If you specify the same IdRange multiple times the parser should detect this 
> and eliminate the duplicates.  Dovecot for example handle it "correctly"
> James:
> a fetch 1:2,1:2 (FLAGS)
> * 1 FETCH (FLAGS (\Seen))
> * 2 FETCH (FLAGS (\Seen))
> * 1 FETCH (FLAGS (\Seen))
> * 2 FETCH (FLAGS (\Seen))
> Dovecot:
> a fetch 1:2,1:2 (FLAGS)
> * 1 FETCH (FLAGS (\Seen))
> * 2 FETCH (FLAGS (\Seen))

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

Reply via email to