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 2010/06/18 17:40:25 UTC

[jira] Created: (IMAP-155) Retrieving of first unseen message is very inefficient

Retrieving of first unseen message is very inefficient
------------------------------------------------------

                 Key: IMAP-155
                 URL: https://issues.apache.org/jira/browse/IMAP-155
             Project: JAMES Imap
          Issue Type: Improvement
            Reporter: Norman Maurer
            Assignee: Norman Maurer


When selecting a Mailbox (a select INBOX) we need to get the first unseen message. For this we fetch ALL unseen messages and just return
the first after that.
I think we should just fetch 1 message, because we only need one!


-- 
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (IMAP-155) Retrieving of first unseen message is very inefficient

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

Norman Maurer resolved IMAP-155.
--------------------------------

    Fix Version/s: 0.1
       Resolution: Fixed

> Retrieving of first unseen message is very inefficient
> ------------------------------------------------------
>
>                 Key: IMAP-155
>                 URL: https://issues.apache.org/jira/browse/IMAP-155
>             Project: JAMES Imap
>          Issue Type: Improvement
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.1
>
>
> When selecting a Mailbox (a select INBOX) we need to get the first unseen message. For this we fetch ALL unseen messages and just return
> the first after that.
> I think we should just fetch 1 message, because we only need one!

-- 
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org