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

Fix to match the tag from the response to be exact as command sent #92

Closed jui8wang closed 4 years ago

jui8wang commented 4 years ago

Fix to match the tag from the responses to be exact as the command sent when deciding all server responses are completed.

Description

Before, as long as we see tagged responses, we call it complete.

Motivation and Context

In case server sends junk characters instead of * or +, we will not treat it a tag response.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: