We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32a18f commit 5123dcdCopy full SHA for 5123dcd
1 file changed
src/main/java/org/apache/commons/mail/Email.java
@@ -1261,9 +1261,9 @@ public boolean isStartTLSRequired() {
1261
/**
1262
* Tests whether the client is configured to try to enable STARTTLS. See EMAIL-105 for reason of deprecation.
1263
*
1264
- * @deprecated Since 1.3, use {@link #isStartTLSEnabled()} instead.
1265
* @return true if using STARTTLS for authentication, false otherwise.
1266
* @since 1.1
+ * @deprecated Since 1.3, use {@link #isStartTLSEnabled()} instead.
1267
*/
1268
@Deprecated
1269
public boolean isTLS() {
0 commit comments