Jason Webb wrote:
The core of 2) is as I said: Support hierarchical stores and all the required methods on them (delete & rename). How the hierarchical stores work is another matter and, as long as it works with minimum changes to the current method, it is up to you. When IMAP references a store it uses notation like:
Ok, I see. The current James message store interface does not support folder hierarchies, and that needs to be done next? In other words, there needs to be a class that implements the 'ImapStore' interface like 'InMemoryStore' but serializes the messages and mailboxes? http://svn.apache.org/repos/asf/james/server/branches/imap-dev/proposals/imap2/java/org/apache/james/imapserver/store/InMemoryStore.java How does MailRepository relate to a MailStore? Seems to me those should be the same thing. What interface is POP3 server going to use? 'ImapStore' as well? Should the store object export an additonal interface for POP3? Regards, Kervin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
