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 (Created) (JIRA)" <se...@james.apache.org> on 2011/10/09 19:37:29 UTC

[jira] [Created] (IMAP-346) Skip messages in response which were not found in msn<->uid mappings

Skip messages in response which were not found in msn<->uid mappings
--------------------------------------------------------------------

                 Key: IMAP-346
                 URL: https://issues.apache.org/jira/browse/IMAP-346
             Project: JAMES Imap
          Issue Type: Bug
          Components: Processor
    Affects Versions: 0.2.1
            Reporter: Norman Maurer
             Fix For: 0.3


Each SelectedMailbox has some msn<->uid mapping in cache to make it quick to convert between the two. At the moment we throw an MailboxException if we can not get the uid or msn for the given uid/msn. This is wrong in a few cases as it may happen that another concurrent session deleted the message with the uid/msn in the meantime while we create our response. In this case we should just skip it.


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


[jira] [Resolved] (IMAP-346) Skip messages in response which were not found in msn<->uid mappings

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

Norman Maurer resolved IMAP-346.
--------------------------------

    Resolution: Fixed
      Assignee: Norman Maurer

done
                
> Skip messages in response which were not found in msn<->uid mappings
> --------------------------------------------------------------------
>
>                 Key: IMAP-346
>                 URL: https://issues.apache.org/jira/browse/IMAP-346
>             Project: JAMES Imap
>          Issue Type: Bug
>          Components: Processor
>    Affects Versions: 0.2.1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>
> Each SelectedMailbox has some msn<->uid mapping in cache to make it quick to convert between the two. At the moment we throw an MailboxException if we can not get the uid or msn for the given uid/msn. This is wrong in a few cases as it may happen that another concurrent session deleted the message with the uid/msn in the meantime while we create our response. In this case we should just skip it.

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