You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Claudio Miranda (JIRA)" <ji...@apache.org> on 2009/01/05 16:51:44 UTC

[jira] Created: (EMAIL-84) Support timeout settings

Support timeout settings
------------------------

                 Key: EMAIL-84
                 URL: https://issues.apache.org/jira/browse/EMAIL-84
             Project: Commons Email
          Issue Type: Improvement
    Affects Versions: 1.1
         Environment: JDK 6 u11
Linux kernel 2.6.22
            Reporter: Claudio Miranda
             Fix For: 1.2


Create additional methods to support timeouts, as described by the following properties

mail.smtp.connectiontimeout
mail.smtp.timeout

Reference
http://java.sun.com/products/javamail/javadocs/com/sun/mail/smtp/package-summary.html

Currently to configure those timeouts, a system wide property needs to be configured, at JVM level (-Dmail.smtp.timeout)

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


[jira] Resolved: (EMAIL-84) Support timeout settings

Posted by "Siegfried Goeschl (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/EMAIL-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siegfried Goeschl resolved EMAIL-84.
------------------------------------

    Resolution: Fixed

Added the getter/setter in EMail.java

> Support timeout settings
> ------------------------
>
>                 Key: EMAIL-84
>                 URL: https://issues.apache.org/jira/browse/EMAIL-84
>             Project: Commons Email
>          Issue Type: Improvement
>    Affects Versions: 1.1
>         Environment: JDK 6 u11
> Linux kernel 2.6.22
>            Reporter: Claudio Miranda
>            Assignee: Siegfried Goeschl
>             Fix For: 1.2
>
>
> Create additional methods to support timeouts, as described by the following properties
> mail.smtp.connectiontimeout
> mail.smtp.timeout
> Reference
> http://java.sun.com/products/javamail/javadocs/com/sun/mail/smtp/package-summary.html
> Currently to configure those timeouts, a system wide property needs to be configured, at JVM level (-Dmail.smtp.timeout)

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