This patch provides an example fix for the APPEND decoding issue.

* Added SwitchableDelimiterBasedFrameDecoder that can be switched a
non-framing mode
* Modified IMAPServer to use SwitchableDelimiterBasedFrameDecoder
* Modified ImapRequestFrameDecoder to disable framing when reading the
body of an APPEND command and re-enable framing once the APPEND
command has been successfully decoded.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to