require_once 'Net/NNTP/Client.php';
Authenticate on an already open connection
$user - Username to authenticate with
$pass - Password to authenticate with
$authmode - Type of authentication. Default=NET_NNTP_AUTHORIGINAL
boolean - Retourne TRUE en cas de succès, un objet PEAR_Error en cas d'échec.
Cette fonction ne peut pas être appelée de façon statique.
Net_NNTP_Client::connectAuthenticated()