AbstractImapCommandParser should eliminate duplicated IdRanges
--------------------------------------------------------------

                 Key: IMAP-211
                 URL: https://issues.apache.org/jira/browse/IMAP-211
             Project: JAMES Imap
          Issue Type: Bug
            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