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 "Eric Charles (Closed) (JIRA)" <se...@james.apache.org> on 2012/01/19 13:57:39 UTC

[jira] [Closed] (IMAP-350) Fetch only shows the 200 first mails

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

Eric Charles closed IMAP-350.
-----------------------------

    Resolution: Fixed

The fixes are in mailbox's StoreMessageResultIterator (not in imap project).
Can be closed.
                
> Fetch only shows the 200 first mails
> ------------------------------------
>
>                 Key: IMAP-350
>                 URL: https://issues.apache.org/jira/browse/IMAP-350
>             Project: JAMES Imap
>          Issue Type: Bug
>            Reporter: Eric Charles
>
> Reading a mailbox with more than 200 mails gives the following (see 8 UID fetch 201:* (FLAGS) * 200 FETCH (FLAGS (\Seen) UID 200))
> 4 UID fetch 1:* (FLAGS) (CHANGEDSINCE 1326634786000)
> * OK [HIGHESTMODSEQ 1326641450000] Highest
> * 1 FETCH (FLAGS (\Seen) UID 1)
> * 2 FETCH (FLAGS (\Seen) UID 2)
> * 3 FETCH (FLAGS (\Seen) UID 3)
> * 4 FETCH (FLAGS (\Seen) UID 4)
> * 5 FETCH (FLAGS (\Seen) UID 5)
> ...
> * 198 FETCH (FLAGS (\Seen) UID 198)
> * 199 FETCH (FLAGS (\Seen) UID 199)
> * 200 FETCH (FLAGS (\Seen) UID 200)
> 4 OK FETCH completed.
> 5 UID fetch 1:* (FLAGS)
> * 1 FETCH (FLAGS (\Seen) UID 1)
> * 2 FETCH (FLAGS (\Seen) UID 2)
> * 3 FETCH (FLAGS (\Seen) UID 3)
> ...
> * 197 FETCH (FLAGS (\Seen) UID 197)
> * 198 FETCH (FLAGS (\Seen) UID 198)
> * 199 FETCH (FLAGS (\Seen) UID 199)
> * 200 FETCH (FLAGS (\Seen) UID 200)
> 5 OK FETCH completed.
> 6 IDLE
> + Idling
> DONE
> 6 OK IDLE completed.
> 7 noop
> 7 OK NOOP completed.
> 8 UID fetch 201:* (FLAGS)
> * 200 FETCH (FLAGS (\Seen) UID 200)
> 8 OK FETCH completed.
> 9 IDLE
> + Idling
> DONE
> 9 OK IDLE completed.
> 10 noop
> 10 OK NOOP completed.
> 11 UID fetch 1:* (FLAGS)
> * 1 FETCH (FLAGS (\Seen) UID 1)
> * 2 FETCH (FLAGS (\Seen) UID 2)
> * 3 FETCH (FLAGS (\Seen) UID 3)
> * 4 FETCH (FLAGS (\Seen) UID 4)
> * 5 FETCH (FLAGS (\Seen) UID 5)
> ...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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