Browse Source

Added requirement for jsse.jar for SMTP over TLS/SSL

PR: 19180


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274643 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
6784b0c0e1
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      docs/manual/install.html

+ 9
- 0
docs/manual/install.html View File

@@ -396,6 +396,15 @@ Installing Ant / Optional Tasks</a> section above.</p>
<td><a href="http://java.sun.com/products/javamail/" <td><a href="http://java.sun.com/products/javamail/"
target="_top">http://java.sun.com/products/javamail/</a></td> target="_top">http://java.sun.com/products/javamail/</a></td>
</tr> </tr>
<tr>
<td>jsse.jar</td>
<td>
Support for SMTP over TLS/SSL <br/>
in the Mail task<br/>
Already included in jdk 1.4</td>
<td><a href="http://java.sun.com/products/jsse/"
target="_top">http://java.sun.com/products/jsse/</a></td>
</tr>
<tr> <tr>
<td>activation.jar</td> <td>activation.jar</td>
<td>Mail task with Mime encoding, and the MimeMail task</td> <td>Mail task with Mime encoding, and the MimeMail task</td>


Loading…
Cancel
Save