Author: sichen
Date: Wed Sep 13 10:10:04 2006
New Revision: 443033
URL:
http://svn.apache.org/viewvc?view=rev&rev=443033Log:
reorganized comments for javamail-container
Modified:
incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml
Modified: incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?view=diff&rev=443033&r1=443032&r2=443033==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
+++ incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml Wed Sep 13 10:10:04 2006
@@ -46,15 +46,15 @@
</container>
<!-- JavaMail Listener Container -->
+ <!-- if delete-mail is set to true, will delete messages after fetching them. otherwise, will try to mark them as seen
+ mail.store.protocol supports both imap and pop3, but pop3 will not be able to mark messages as seen, so you would need to delete them -->
<container name="javamail-container" class="org.ofbiz.service.mail.JavaMailContainer">
<property name="delegator-name" value="default"/>
<property name="dispatcher-name" value="JavaMailDispatcher"/>
<property name="run-as-user" value="system"/>
<property name="poll-delay" value="300000"/>
- <!-- if set to true, will delete messages after fetching them. otherwise, will try to mark them as seen -->
<property name="delete-mail" value="false"/>
<property name="default-listener" value="store-listener">
- <!-- both imap and pop3 are supported, but pop3 will not be able to mark messages as seen, so you would need to delete them -->
<property name="mail.store.protocol" value="imap"/>
<property name="mail.host" value="[host]"/>
<property name="mail.user" value="[user]"/>