The first full release of GNU inetlib is now available at
http://ftp.gnu.org/gnu/classpath/inetlib-1.0.tar.gz
You can also check out the 1.0 release version from CVS using the "release-1-0" tag, e.g.
cvs co -r release-1-0 inetlib
GNU inetlib provides low-level clients for the FTP, Gopher, finger, IMAP, NNTP, POP3, and SMTP protocols. It is similar in purpose to Python's internet protocols library.
The IMAP, POP3 and SMTP clients support TLS and SASL authentication and QOP, as well as many standard protocol extensions.
There are also URLStreamHandler and URLConnection implementations for the ftp, gopher, and finger URL schemes.
inetlib is used by several of the GNU JavaMail providers; GNU JavaMail and JAF were also released as 1.0 versions recently, for more information see
http://www.gnu.org/software/classpathx -- Chris Burdess
_______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

