Description
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
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