You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "BJ Freeman (JIRA)" <ji...@apache.org> on 2007/12/22 15:43:43 UTC

[jira] Commented: (OFBIZ-38) Java Mail UDIL and mark as read.

    [ https://issues.apache.org/jira/browse/OFBIZ-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554124 ] 

BJ Freeman commented on OFBIZ-38:
---------------------------------

no I am working on the whole mail thing.
will implement the 
UIDFolder. interface in javamail
http://www.ietf.org/rfc/rfc2060.txt
	FetchProfile fp = new FetchProfile();
	 fp.add(UIDFolder.FetchProfileItem.UID);
	 folder.fetch(msgs, fp);


> Java Mail UDIL and mark as read.
> --------------------------------
>
>                 Key: OFBIZ-38
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-38
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: content
>    Affects Versions: SVN trunk
>            Reporter: BJ Freeman
>            Priority: Minor
>
> implement using the UDIL. for the Java mail container. this would keep from downloading the message more than once.
> also put in a parm to set if the messge should be marked as read.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.