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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

    [ 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.