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

Enhancements and bugs fixes. #60

Closed jui8wang closed 5 years ago

jui8wang commented 5 years ago
  1. Support getCommandType() in Imap command class.
  2. Support ImapResponseParser to parse response from SearchCommand and UidSearchCommand to appropriate object.
  3. Fix bug: ImapResponseMapper in parsing to AppendUid.
  4. Fix bug: Uid Search command to pass message sequences instead of UID.

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: