Login  Register

Dev - modifying JavaMailContainer to keep messages on server

Posted by Si Chen-2 on May 19, 2006; 6:45pm
URL: http://ofbiz.116.s1.nabble.com/Dev-modifying-JavaMailContainer-to-keep-messages-on-server-tp168022.html

Hi.

I'm reading through the JavaMailContainer.java code and see it do

messages[i].setFlag(Flags.Flag.DELETED, true);

and then

folder.close(true);

which basically deletes the messages off the server.  Would you like a
change where in base/config/ofbiz-containers.xml we can add a parameter
to control whether messages are deleted off the server or not, so you
can keep them on the server after they've been read into OFBiz?

Si

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev