Author: jleroux
Date: Mon Oct  4 13:54:25 2010
New Revision: 1004238

URL: http://svn.apache.org/viewvc?rev=1004238&view=rev
Log:
While working on jQuery branch I found this comment is not true anymore (you 
can set things using POP/IMAP transfer menu option in your GMail account). As 
it's not a big deal I don't backport in trunk, it will be there when merged...

Modified:
    ofbiz/trunk/framework/base/config/ofbiz-containers.xml

Modified: ofbiz/trunk/framework/base/config/ofbiz-containers.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?rev=1004238&r1=1004237&r2=1004238&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
+++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Mon Oct  4 13:54:25 
2010
@@ -58,9 +58,7 @@ under the License.
 
     <!-- JavaMail Listener Container - Triggers MCA Rules -->
     <!-- 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
-        Sounds like mail.store.protocol value should be "imaps" for GMail 
inbound emails to work.
-        Not tested found here 
https://sourceforge.net/forum/message.php?msg_id=5879468 -->
+        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-->
     <!-- To use the mail listerner just uncomment and go...
     <container name="javamail-container" 
class="org.ofbiz.service.mail.JavaMailContainer">
         <property name="delegator-name" value="default"/>


Reply via email to