fetchmail-friends
[Top] [All Lists]

Re: [fetchmail] Re: Bug#197813: POP3 (with CAPA and STLS) no longer works

2003-07-17 08:20:02
Sunil Shetye <shetye(_at_)bombay(_dot_)retortsoft(_dot_)com>:
* In driver.c: idletimeout is never reset to 0. This leads to a return
value of PS_IDLETIMEOUT (15) instead of PS_SOCKET on socket errors.

* In socket.c: the test (SSL_connect() == -1) is insufficient for
error handling. SSL_connect() returns any value less than 1 on errors.

* In pop3.c: capa_probe() is called again after a successful STLS.
However, the previous information is not discarded.

You should find the patches in the archives of last ten days.

I don't think I have all of these.  I'm going to issue a 6.2.3
with immediate bug fixes today.  Please develop an appropriate
patch for 6.2.4.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [fetchmail] Re: Bug#197813: POP3 (with CAPA and STLS) no longer works, Eric S. Raymond <=