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 parse Enable command response #116

Closed fansu closed 3 years ago

fansu commented 3 years ago

Description

Support parse Enable command response, add EnableResult class and its parser

Motivation and Context

Support parse Enable command response for ENABLE command

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

arun-prakash commented 3 years ago

Looks good