This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push: new 15fb9053 Javadoc: Use an HTTPS URL to the Apache web site 15fb9053 is described below commit 15fb9053ee87f1b8292991abcf275cf86de3fb6a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jan 14 10:31:34 2024 -0500 Javadoc: Use an HTTPS URL to the Apache web site --- src/main/java/org/apache/commons/net/imap/IMAPSClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/net/imap/IMAPSClient.java b/src/main/java/org/apache/commons/net/imap/IMAPSClient.java index ce4628ef..2992f169 100644 --- a/src/main/java/org/apache/commons/net/imap/IMAPSClient.java +++ b/src/main/java/org/apache/commons/net/imap/IMAPSClient.java @@ -37,7 +37,7 @@ import org.apache.commons.net.util.SSLSocketUtils; /** * The IMAPSClient class provides SSL/TLS connection encryption to IMAPClient. Copied from - * <a href="http://commons.apache.org/proper/commons-net/apidocs/index.html?org/apache/commons/net/ftp/FTPSClient.html"> FTPSClient</a> and modified to suit + * <a href="https://commons.apache.org/proper/commons-net/apidocs/index.html?org/apache/commons/net/ftp/FTPSClient.html"> FTPSClient</a> and modified to suit * IMAP. If implicit mode is selected (NOT the default), SSL/TLS negotiation starts right after the connection has been established. In explicit mode (the * default), SSL/TLS negotiation starts when the user calls execTLS() and the server accepts the command. *