MaildirStore
------------
Key: MAILBOX-118
URL: https://issues.apache.org/jira/browse/MAILBOX-118
Project: James Mailbox
Issue Type: Bug
Components: spring
Affects Versions: 0.4
Reporter: Norman Maurer
Fix For: 0.4
The MaildirStore gets constructed via "file://var/store/maildir/" which does
not work. This will create the following directory structure in the current
directory:
./file:/var/store/maildir
See:
http://svn.apache.org/viewvc/james/mailbox/trunk/spring/src/main/resources/META-INF/org/apache/james/spring-mailbox-maildir.xml?view=markup
We should maybe better allow to override this via the
PropertyPlaceHolderConfigurer to make it more usable:
http://static.springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/beans/factory/config/PropertyPlaceholderConfigurer.html
Also we need to add %d/%u or %u to the path otherwise it will just create the
inbox directly in the "maildir" folder
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]