This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git
from 4d72dac7 Use try-with-resources
new 5bb7ca6a Javadoc
new 7d708664 Javadoc
new 7d58933e Javadoc
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/commons/net/examples/mail/IMAPMail.java | 2 +-
.../java/org/apache/commons/net/ftp/FTPCmd.java | 125 +++++++++++++-
.../java/org/apache/commons/net/ftp/FTPReply.java | 180 ++++++++++++++++++---
.../org/apache/commons/net/ftp/FTPSClient.java | 2 +-
.../commons/net/imap/AuthenticatingIMAPClient.java | 2 +-
.../java/org/apache/commons/net/imap/IMAP.java | 2 +-
.../org/apache/commons/net/imap/IMAPClient.java | 2 +-
.../org/apache/commons/net/imap/IMAPCommand.java | 121 +++++++++++++-
.../org/apache/commons/net/imap/IMAPReply.java | 2 +-
.../org/apache/commons/net/imap/IMAPSClient.java | 2 +-
.../org/apache/commons/net/pop3/POP3SClient.java | 2 +-
.../org/apache/commons/net/smtp/SMTPSClient.java | 2 +-
12 files changed, 405 insertions(+), 39 deletions(-)