classpathx-javamail
[Top][All Lists]
Advanced

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

Re: [Classpathx-javamail] Bug in cvs 2003.08.06?


From: chris burdess
Subject: Re: [Classpathx-javamail] Bug in cvs 2003.08.06?
Date: Sun, 7 Sep 2003 09:46:53 +0100
User-agent: Mutt/1.3.28i

Doug Porter wrote:
> I've been using an older version of classpathx javamail, fixed some bugs,
> and decided to reconcile with the current cvs.
> 
> Looks like cvs javamail 2003.08.06 has a new bug. In
> POP3Store.getMessage, if it gets a size back in response to LIST, it
> passes the input stream down to POP3Message. POP3Message used to call
> InputStream.available to see whether headers were available. It no longer
> does, which is good, but now always attempts to parse the headers, which
> is bad. Since there aren't any headers after a pop3 LIST, the session
> hangs.

i see what you mean. i don't know when this was introduced.

> The fix looks like it may change the coupling between some classes, so
> someone more familiar with the code is likely to get it right the first
> time. But I'm happy to hack away :)

if you want to send me patches against current cvs, i can incorporate
those and fix this bug.
-- 
chris burdess




reply via email to

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