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/25 10:34:50 UTC

[jira] Created: (IMAP-163) Move copy operations to MessageMapper interface

Move copy operations to MessageMapper interface
-----------------------------------------------

                 Key: IMAP-163
                 URL: https://issues.apache.org/jira/browse/IMAP-163
             Project: JAMES Imap
          Issue Type: Improvement
          Components: Mailbox
    Affects Versions: 0.1
            Reporter: Norman Maurer


At the moment the copy of a MailboxMembership is done by recreate it from scratch in StoreMessageMapper. Many storage offer a quite more performant operation for this. For example in JCR we could use Workspace.copy(...) to just copy the node over.. 

So we should move the copy(..) method to MessageMapper and let the implementation choose a quite more performant solution.

-- 
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-163) Move copy operations to MessageMapper interface

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

Norman Maurer resolved IMAP-163.
--------------------------------

         Assignee: Norman Maurer
    Fix Version/s: 0.1
       Resolution: Fixed

done..

> Move copy operations to MessageMapper interface
> -----------------------------------------------
>
>                 Key: IMAP-163
>                 URL: https://issues.apache.org/jira/browse/IMAP-163
>             Project: JAMES Imap
>          Issue Type: Improvement
>          Components: Mailbox
>    Affects Versions: 0.1
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.1
>
>
> At the moment the copy of a MailboxMembership is done by recreate it from scratch in StoreMessageMapper. Many storage offer a quite more performant operation for this. For example in JCR we could use Workspace.copy(...) to just copy the node over.. 
> So we should move the copy(..) method to MessageMapper and let the implementation choose a quite more performant solution.

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