Implementation of the NNTP protocol
Note: The Net_NNTP class is considered deprecated as of v0.10.x; Net_NNTP_Client should be used instead in new applications. A 'backport' of Net_NNTP_Client has replaced Net_NNTP to maintain backward compatibility, but this is temporary and will only last for some time.
authenticate() -- Authenticatecount() -- Get the number of articles in the current newsgroupgetDescriptions() -- first() -- Get the number of the first article in the current newsgroupgetGroupArticles() -- getNewGroups() -- getNewNews() -- getReferencesOverview() -- group() -- isConnected() -- Connected?last() -- Get the number of the last article in the current newsgrouppost() -- quit() -- Close the connection to the NNTP-serverNNTP client implementation
| Warning |
This function is deprecated. That means that future versions of this package may not support it anymore. |
The historical Net_NNTP class
| Warning |
This module is EXPERIMENTAL. That means that the behaviour of these functions, these function names, in concreto ANYTHING documented here can change in a future release of this package WITHOUT NOTICE. Be warned, and use this module at your own risk. |
This package is not documented yet.
| Warning |
This module is EXPERIMENTAL. That means that the behaviour of these functions, these function names, in concreto ANYTHING documented here can change in a future release of this package WITHOUT NOTICE. Be warned, and use this module at your own risk. |
This package is not documented yet.
Low level NNTP client implementation.
This package is not documented yet.