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 (Resolved) (JIRA)" <se...@james.apache.org> on 2011/10/07 23:32:29 UTC

[jira] [Resolved] (IMAP-342) SELECT a mailbox can "miss" events

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

Norman Maurer resolved IMAP-342.
--------------------------------

    Resolution: Fixed

done
                
> SELECT a mailbox can "miss" events
> ----------------------------------
>
>                 Key: IMAP-342
>                 URL: https://issues.apache.org/jira/browse/IMAP-342
>             Project: JAMES Imap
>          Issue Type: Bug
>          Components: Processor
>    Affects Versions: 0.2.1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>
> When SELECT a mailbox we first retrieve all needed data from the mailbox and then add the listeners which are responsible to handle updates on the mailbox. The problem is that that we may miss some event as the add of the listeners may take some time. The correct way would be to add the listeners first and then handle the rest (ignore events for duplicate uids then).

--
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