Hello,
I try to implement a new mailbox provider, and i was stun that in
configuration file mailbox.xml, the value are restricted.
The possible values are encoded in
org.apache.james.container.spring.factorypostprocessor.MailboxConfigurationBeanFactoryPostProcessor,
and they are not used anywhereelse.
I think the possible value of a provider should be defined in a file
that mailboxconfigurationbeanfactory should read, like this:
<providers>
<provider value="jpa">
<mailbox>jpa-mailboxmanager</mailbox>
<subscription>jpa-subscriptionManager</subscription>
</provider>
</providers>
With this file, it will be possible to implement all attended mailbox type.
Or there is limitations that i didn't see ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]