Net_NNTP_Client
Table of Contents
- Constants — predefined constants
- Net_NNTP_Client::authenticate() — Authenticate
- Net_NNTP_Client::connect() — Connects to a NNTP-server
- Net_NNTP_Client::connectAuthenticated() — Connect and authenticate to a NNTP-server
- Net_NNTP_Client::count() — Get the number of articles in the current newsgroup
- Net_NNTP_Client::getDescriptions()
- Net_NNTP_Client::first() — Get the number of the first article in the current newsgroup
- Net_NNTP_Client::getArticle() — Fetch an article from the NNTP-server
- Net_NNTP_Client::getArticleRaw() — Fetch an article from the NNTP-server
- Net_NNTP_Client::getGroupArticles()
- Net_NNTP_Client::getBodyRaw() — Fetch the body of an article from the NNTP-server
- Net_NNTP_Client::getDate() — Get date from NNTP-server
- Net_NNTP_Client::getGroups() — Fetch list of avaible newsgroups
- Net_NNTP_Client::getHeader() — Fetch the header of an article from the NNTP-server
- Net_NNTP_Client::getHeaderRaw() — fetch message header
- Net_NNTP_Client::getNewGroups()
- Net_NNTP_Client::getNewNews()
- Net_NNTP_Client::getOverview() — Fetch newsgroup overview
- Net_NNTP_Client::getReferencesOverview()
- Net_NNTP_Client::group()
- Net_NNTP_Client::isConnected() — Connected?
- Net_NNTP_Client::last() — Get the number of the last article in the current newsgroup
- Net_NNTP_Client::post()
- Net_NNTP_Client::quit() — Close the connection to the NNTP-server
- Net_NNTP_Client::selectGroup() — select a newsgroup
NNTP client implementation