Make store implementation easier for extending ----------------------------------------------
Key: IMAP-202 URL: https://issues.apache.org/jira/browse/IMAP-202 Project: JAMES Imap Issue Type: Improvement Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 0.1 Attached you will find my idea what could help to make it easier to write well performing store implementations. The diff move some of the logic of StoreMessageManager to AbstractMessageMapper and change the MessageMapper interface to often just return the uid of the messages in question. The idea was to make it easy for implementations to query only needed data. For example in NoSQL world its usual faster to just query a key then the whole data etc. Please review :) -- 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