I created the JIRA ticket in the James server project as the bug is in the server's Netty stack.
The ticket is: https://issues.apache.org/jira/browse/JAMES-1436 and attached the patch to it. I'm not sure what you'd like regarding the grant, but if it's for the patch, you're free to use it in any way you like. Regards, Samant On 21 September 2012 00:41, Eric Charles <[email protected]> wrote: > Hi Samant, > > Thx for this. > The mailing list has removed the attached file. > > Could you please open a JIRA on [1] and attached there the patch (grant ASF > for it). > > Thx, Eric > > [1] https://issues.apache.org/jira/browse/IMAP > > > On 20/09/2012 00:39, Samant Maharaj wrote: >> >> 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] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
