			Things to do:

In the SSL support, we need to add server certificate validation (In
other words, does the certificate match the system we are trying to
contact?).  Also, add authentication of Certifying Authority (Is this
a Certifying Authority we recognize?).

Laszlo Vecsey writes: "I believe qmail uses a technique of writing
temporary files to nfs, and then moving them into place to ensure that
they're written. Actually a hardlink is made to the temporary file and
the destination name in a new directory, then the first one is
unlinked.. maybe a combination of this will help with the fetchmail
lock file."

Move everything to using service strings rather that port numbers, so we
can get rid of ENABLE_INET6 everywhere but in SockOpen (this will get
rid of the kluge in rcfile_y.y).

IMAP IDLE is flaky.  It should be reimplemented after careful study of 
RFC 2177.

Fetchmail doesn't work 0.9.5a of OpenSSL. Apparently fetchmail needs
to do some kind or randomization-seed setting that previous OpenSSL
versions didn't require.

			Known bugs:

The Debian bug-tracking page for fetchmail is:

	http://cgi.debian.org/cgi-bin/pkgreport.cgi?archive=no&pkg=fetchmail

