Hi

I'm sorry to say, that I don't exactly understand what is meant by this configuration comment [1]:

<snip>
 * <p>Requires a configuration element in the .conf.xml file of the form:
 *  <br>&lt;repository destinationURL="mbox://&lt;directory&gt;"
 *  <br>            type="MAIL"
* <br>&lt;/directory&gt; is where the individual mbox files are read from/written to
 * <br>Type can ONLY be MAIL (SPOOL is NOT supported)
</snip>


Should it be like

 * <p>Requires a configuration element in the .conf.xml file of the form:
 * <pre>
 *  &lt;repository destinationURL="mbox://{directory}"
 *              type="MAIL"&gt;
 *  &lt;/repository&gt;
 * </pre>
 *  {directory} is where the individual mbox files are read from/written to
 *  </p>
 * <p>Type can ONLY be MAIL (SPOOL is NOT supported)</p>

==>
Requires a configuration element in the .conf.xml file of the form:

  <repository destinationURL="mbox://{directory}"
              type="MAIL">
  </repository>

{directory} is where the individual mbox files are read from/written to.


Thanks
Felix

[1] http://svn.apache.org/repos/asf/james/server/trunk/file/src/main/java/org/apache/james/mailrepository/file/MBoxMailRepository.java

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to