yahoo / imapnio

Java imap nio client that is designed to scale well for thousands of connections per machine and reduce contention when using large number of threads and cpus.
57 stars 50 forks source link

Support other returned options in LIST STATUS command. #106

Closed jui8wang closed 3 years ago

jui8wang commented 3 years ago

This pull request has 2 changes:

  1. allows callers to pass other returned options when requesting a list status command.
  2. Bump up dependent library: javax.mail to 1.5.5 (release at 2015) to obtain bugs fixes.

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: