previousAuth_Container_PEAR (Previous) (Next) Auth_Container_RADIUSnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Auth_Container_POP3

Auth_Container_POP3 – Identification en utilisant a POP3 server

Conteneur POP3

Ce conteneur se connecte à un serveur POP3 spécifique et tente de s'y identifier avec le nom d'utilisateur et le mot de passe fournis.

L'argument spécifique de stockage pour le constructeur Auth() est un tableau d'options.

Options disponibles
Option Type de données Valeur par défaut Description
"host" string "localhost" Le nom de l'hôte ou l'adresse IP du serveur POP3.
"port" integer "110" Le numéro du port du serveur POP3
"method" boolean or string TRUE

La méthode d'identification à utiliser avec le serveur POP3. Options disponibles :

TRUE

Utilise l'algorithme d'autodétection Net_POP3

'DIGEST-MD5', 'CRAM-MD5', 'LOGIN', 'PLAIN', 'APOP', 'USER'

Tente d'abord ces styles d'identification avant de revenir vers une autodétection

previousAuth_Container_PEAR (Previous) (Next) Auth_Container_RADIUSnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.