duesee / imap-codec

Rock-solid and complete codec for IMAP
Apache License 2.0
35 stars 13 forks source link

Server has not access to tag when rejecting literal #331

Closed jakoschiko closed 11 months ago

jakoschiko commented 11 months ago

Scenario:

In order to reject the literal, the server needs access to the Tag. But currently the Tag is only part of the Command and the Command is not accessible because decoding failed.

Is there any workaround for this?