Re: [PR] improve security of TLS handling in MimeMailers [ ant]
bodewig (via GitHub) <[email protected]>
| Newsgroups | gmane.comp.jakarta.ant.devel |
|---|---|
| Message-ID | <PR_kwDOATT2FM6YZbmg-d131159b-5d2a-4e0e-ae15-647d423db73d@gitbox.apache.org> |
bodewig commented on code in PR #219:
URL: https://github.com/apache/ant/pull/219#discussion_r2134756835
##########
manual/Tasks/mail.html:
##########
@@ -171,6 +171,23 @@ <h3>Parameters</h3>
1.8.0</em></td>
<td>No</td>
</tr>
+ <tr>
+ <td>requireStartTLS</td>
+ <td>(boolean) Whether the <code>STARTTLS</code> command used to switch to an encrypted
+ connection for authentication should be required.
+ <br/>Implicitly sets <q>enableStartTLS</q> to <q>true</q> if enabled. Requires JavaMail.
+ <br/><em>Since Ant 1.10.16</em></td>
+ <td>No</td>
Review Comment:
I intended to add that but must have forgotten -> 01324b9b3
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]