Hi Joachim,

First of all, great to see you already implemented all of this stuff!
I had this goal for months, but never found the time to really do that, so a big thank you again!

Can you elaborate on the "namespaces"?

Is namespace only the first part of the path? Why do we deserve a special name for it?

(I'm not against it, I'm just trying to collect more information :-) )

Stefano

[EMAIL PROTECTED] wrote:
+++ 
james/server/sandbox/mailbox-namespaces/src/test/org/apache/james/mailboxmanager/testdata/DefaultMailboxManagerConf.xml
 Thu Nov 16 11:50:48 2006
@@ -0,0 +1,23 @@
+<config>
+    <mailboxmanager>
+          <namespaces>
+                  <usernamespace name="#mail" delimiter="." />
+ </namespaces> + + <factory class="org.apache.james.mailboxmanager.mock.MockMailboxManagerFactory">
+               <mount>
+                       <point point="#system" />
+                       <target 
class="org.apache.james.mailboxmanager.impl.MailStoreMailboxManager">
+                               <repository destinationURL="file://var/mail/" 
type="MAIL" />
+                       </target>
+ </mount> + <mount>
+                       <point point="#mail" />
+                       <target type="service" 
service="org.apache.james.mailboxmanager.impl.MailStoreMailboxManager">
+                               <repository destinationURL="file://var/mail/inboxes/" 
type="MAIL" />
+                       </target>
+ </mount> + </factory> + </mailboxmanager> +
+</config>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to