jaikiran commented on code in PR #219: URL: https://github.com/apache/ant/pull/219#discussion_r2134742772
########## 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: Hello Stefan, should we say what the default is? Like: "No; default is false"? -- 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: dev-unsubscr...@ant.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org