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