NNTP Client Lib 0.1.5 review

Download
by rbytes.net on

NNTP Client Lib is a Java implementation of RFC 997 for newsreaders, with support for authentication and logging. NNTP Client Lib

License: BSD License
File size: 0K
Developer: Pedro Fonseca
0 stars award from rbytes.net

NNTP Client Lib is a Java implementation of RFC 997 for newsreaders, with support for authentication and logging.

NNTP Client Lib is meant to be used by newsreader implementations as some NNTP commands irrelevant for newsreaders are not implemented. Support for MIME or any other article encoding is not included.

If you want to quickly see nntpClientLib working, run NewsDemo . Note that this prints every message to System.err; you can edit NewsDemo.java and choose any other PrintStream.

KNOWN ISSUES:

- The POST and AUTHUSER commands haven't been tested (yet).

TODO List:

- FIX NNTPConnectionImpl.disconnect() NullPointerException if host is unreachable.
- Add SSL support.

What's New in This Release:
A new logging system and code cleanup.

NNTP Client Lib 0.1.5 search tags