Norman Maurer (JIRA) wrote:
[ http://issues.apache.org/jira/browse/JAMES-607?page=comments#action_12432382 ]
Norman Maurer commented on JAMES-607:
-------------------------------------
Stefano point out that we don't need this class anymore after i did the work ;-P
I'm sorry. I thought you were already working on the Joachim stuff and I
found out that you did it differently only when you attached your diff
to this issue! Btw all's well that ends well.
Great news here:
We can simply use the javamailstore which joachim develop and use mstor as
javamailstore provider.
Here is what you have todo to get it work:
1. Get the javamailstore-mailrepository-5.jar from http://issues.apache.org/jira/browse/JAMES-461 and place it to /path/to/james/apps/james/SAR-INF/lib/
2. Change the mbox config to:
<inboxRepository>
<repository destinationURL="mstor://var/mail/" postfix="/"
type="MAIL"/>
</inboxRepository>
<repository
class="org.apache.james.mailrepository.javamail.HashJavamailStoreMailRepository">
<protocols>
<protocol>mstor</protocol>
</protocols>
<types>
<type>MAIL</type>
</types>
</repository>
Thats all. I whould be +1 to include joachims work finally to james trunk
The HashJavamailStoreMailRepository is not so performant but we may try
to find out how to make the mstor folder to implement the UidPlusFolder
interface later. (maybe this is not easy, maybe we should talk with Ben
Fortuna about this).
+1 !!!
Stefano
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]