Re: What's in a store?

2010-09-30 Thread Eric Charles
Hi Norman, After rethinking about that, I think you are right to keep the 2 stores mechanic separated. The 2.3 should be used to store raw mails that is not really related to a mailbox. The new mailbox/message manager is the mailbox and should not be impacted by something else. To deliver

svn commit: r1002989 - in /james/imap/trunk/store/src/main/java/org/apache/james/mailbox/store: LastUidTracker.java StoreMailboxManager.java

2010-09-30 Thread norman
Author: norman Date: Thu Sep 30 10:14:49 2010 New Revision: 1002989 URL: http://svn.apache.org/viewvc?rev=1002989view=rev Log: LastUidTracker was moved on extra class Added: james/imap/trunk/store/src/main/java/org/apache/james/mailbox/store/LastUidTracker.java Modified:

svn commit: r1003057 - /james/imap/trunk/message/src/main/java/org/apache/james/imap/decode/parser/CreateCommandParser.java

2010-09-30 Thread norman
Author: norman Date: Thu Sep 30 13:18:14 2010 New Revision: 1003057 URL: http://svn.apache.org/viewvc?rev=1003057view=rev Log: Remove of trailing delimiter should get handled in create command Modified:

svn commit: r1003059 - in /james/imap/trunk: jcr/src/test/java/org/apache/james/mailbox/jcr/ jpa/src/test/java/org/apache/james/mailbox/jpa/ maildir/src/test/java/org/apache/james/mailbox/functional/m

2010-09-30 Thread norman
Author: norman Date: Thu Sep 30 13:35:17 2010 New Revision: 1003059 URL: http://svn.apache.org/viewvc?rev=1003059view=rev Log: No need to limit AbstractStressTest to StoreMailboxManager implementations Modified: