Hi! Since original imap2 branch from apache svn I did the following: 1. integration with current James trunk
At the moment a bit weird. It is based on AbstractJamesService which has changed a lot since the original branch. ImapHandler does not extend AbstractJamesHandler at the moment. 2. new unit tests Because I couldn't get the original tests to run I decided to start writing my own ones. This helped me getting my hands in the imap code. Maybe we are able to reanimate some original tests, if that makes sense. 3. minor bugfixing 4. removed original ImapStore interfaces that were implemented by the in-memory-store. The original backend interfaces are grown interfaces developed at the same time the imap code was done. Some refactoring was obviously needed and I decided to rewrite the interfaces from scratch. After I did the Torque-prototype implementation I integrated the new API with the imap code. Joachim P.S. more to the mailboxmanager in the next thread --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
