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 c1e77b1b Normalize internal names
     new 73f19514 Fix typos in AuthenticatingIMAPClient::AUTH_METHOD Javadoc
     new 7277fe0a Remove unnecessary newline, fix Javadoc typo
     new 816c0f48 Migrate IMAPTest to Junit5
     new 68a1404b Add IMAPReply tests
     new 71e1728d Merge branch 'apache:master' into 
add_imap_reply_tests_refactor_imap_test
     new 553d10e4 Merge pull request #165 from 
jkbkupczyk/add_imap_reply_tests_refactor_imap_test

The 2893 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:
 .../commons/net/imap/AuthenticatingIMAPClient.java |   6 +-
 .../org/apache/commons/net/imap/IMAPReply.java     |   4 +-
 .../org/apache/commons/net/imap/IMAPReplyTest.java | 156 +++++++++++++++++++++
 .../java/org/apache/commons/net/imap/IMAPTest.java |  10 +-
 4 files changed, 166 insertions(+), 10 deletions(-)
 create mode 100644 src/test/java/org/apache/commons/net/imap/IMAPReplyTest.java

Reply via email to