classpathx-javamail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Classpathx-javamail] Bug: gnu.mail.util.QPOutputStream encodes linebrea


From: Andy Wu
Subject: [Classpathx-javamail] Bug: gnu.mail.util.QPOutputStream encodes linebreaks
Date: Mon, 28 Aug 2006 10:14:08 +0100
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Hi,

I believe I've found a bug in the QPOutputStream code. When it comes across a line break both "\r\n" and "=0D=0A" are being output resulting in extraneous new lines.

The fault appears to lie in the write( int b ) method. If b=='\r' or b=='\n' the last if block should be avoided as the outputCRLF() will have already done what's required.

Regards
Andy Wu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]