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 2006/06/21 00:41:29 UTC

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

Java Mail UDIL and mark as read.
--------------------------------

         Key: OFBIZ-38
         URL: http://issues.apache.org/jira/browse/OFBIZ-38
     Project: The Open For Business Project
        Type: Improvement

  Components: content  
    Versions: SVN trunk    
    Reporter: BJ Freeman


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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-38?page=comments#action_12417009 ] 

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

pop 3 RFC
http://www.faqs.org/rfcs/rfc1725.html

> Java Mail UDIL and mark as read.
> --------------------------------
>
>          Key: OFBIZ-38
>          URL: http://issues.apache.org/jira/browse/OFBIZ-38
>      Project: The Open For Business Project
>         Type: Improvement

>   Components: content
>     Versions: SVN trunk
>     Reporter: BJ Freeman

>
> 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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-38?page=all ]

Jacopo Cappellato updated OFBIZ-38:
-----------------------------------

    Priority: Minor  (was: Major)

I really don't understand the meaning of this issue.

> Java Mail UDIL and mark as read.
> --------------------------------
>
>                 Key: OFBIZ-38
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-38
>             Project: OFBiz (The Open for Business Project)
>          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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-38?page=comments#action_12418358 ] 

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

the UDIL is not necessary becuase the Javamailcontainer has a routine to check for duplicates.
once it is fixed, I should not get 1,000 duplicates a day.

Still want to add the markmail seen flag. it can be set defualt true.


> Java Mail UDIL and mark as read.
> --------------------------------
>
>          Key: OFBIZ-38
>          URL: http://issues.apache.org/jira/browse/OFBIZ-38
>      Project: The Open For Business Project
>         Type: Improvement

>   Components: content
>     Versions: SVN trunk
>     Reporter: BJ Freeman

>
> 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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Posted by "Si Chen (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-38?page=comments#action_12416998 ] 

Si Chen commented on OFBIZ-38:
------------------------------

This is already done.  If you have an IMAP mail server and set your Java-mail-container's "delete-mail" to "false" it will keep mail on server but mark them as SEEN so they don't get downloaded again.

What is a "UDIL"?

> Java Mail UDIL and mark as read.
> --------------------------------
>
>          Key: OFBIZ-38
>          URL: http://issues.apache.org/jira/browse/OFBIZ-38
>      Project: The Open For Business Project
>         Type: Improvement

>   Components: content
>     Versions: SVN trunk
>     Reporter: BJ Freeman

>
> 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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Posted by "BJ Freeman (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-38?page=comments#action_12417007 ] 

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

using pop3.
it is marking the messages seen.
however don't want this to happen, hence the parm for mark-seen ="false"
This is more for integration and change over for the customer since they are still using the web based emails as thier way of doing business till ofbiz goes on line.


Also need  Mail-check= "number of minutes"

Looks like my dyslexia kicked in. UDIL - UIDL

(1) (Unique ID Listing) A POP3 mail server function that assigns a unique number to each incoming mail message. This allows mail to be left on the server after it has been downloaded to the user. Both the mail client and the POP server must support this feature.

the POP3 server supports this option.


> Java Mail UDIL and mark as read.
> --------------------------------
>
>          Key: OFBIZ-38
>          URL: http://issues.apache.org/jira/browse/OFBIZ-38
>      Project: The Open For Business Project
>         Type: Improvement

>   Components: content
>     Versions: SVN trunk
>     Reporter: BJ Freeman

>
> 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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira