| PEAR Announce 2006-06-17, 8:12 am |
| The new PEAR package Net_NNTP-1.4.0RC1 (beta) has been released at http://pear.php.net/.
Release notes
-------------
+ Changes in Net_NNTP_Client:
- fix bug #6833: mail() does not work
- fix bug #6845: notices in getOverview()
+ Loading deprecated classes Net_NNTP_Message and Net_NNTP_Header now triggers warnings !
Package Info
-------------
PEAR's package for communication with NNTP/Usenet servers.
Net_NNTP handles the connection and protocol level commands (RFC977), including many commonly implemented non-standard commands (RFC2980).
Net_NNTP includes an unserfriendly API for intermediate user, who don't want to work directly at the command level. However, Net_NNTP does require some knowlege about the NNTP protocol (RFC 977), and general knowledge about email (RFC(2)822) and MIME (204
5-2048), since any handling of both content and headers is left up to the user!
The protocol implementation does not parse the actual article data, but at the command level it splits returned data at protocol specified boundaries where appropriate.
Related Links
-------------
Package home: http://pear.php.net/package/Net_NNTP
Changelog: http://pear.php.net/package/Net_NNTP/download/1.4.0RC1
Download: http://pear.php.net/get/Net_NNTP-1.4.0RC1.tgz
Authors
-------------
Heino H. Gehlsen (lead)
|