Element index for package Net_SMTP2
[ a ]
[ b ]
[ c ]
[ d ]
[ g ]
[ h ]
[ l ]
[ m ]
[ n ]
[ p ]
[ q ]
[ r ]
[ s ]
[ v ]
[ _ ]
_
- $_arguments
- in file SMTP2.php, variable Net_SMTP2::$_arguments
The most recent server response arguments.
- $_code
- in file SMTP2.php, variable Net_SMTP2::$_code
The most recent server response code.
- $_debug
- in file SMTP2.php, variable Net_SMTP2::$_debug
Should debugging output be enabled?
- $_debug_handler
- in file SMTP2.php, variable Net_SMTP2::$_debug_handler
Debug output handler.
- $_esmtp
- in file SMTP2.php, variable Net_SMTP2::$_esmtp
Stores detected features of the SMTP server.
- $_greeting
- in file SMTP2.php, variable Net_SMTP2::$_greeting
Stores the SMTP server's greeting string.
- $_pipelined_commands
- in file SMTP2.php, variable Net_SMTP2::$_pipelined_commands
Number of pipelined commands.
- $_socket
- in file SMTP2.php, variable Net_SMTP2::$_socket
The socket resource being used to connect to the SMTP server.
- $_socket_options
- in file SMTP2.php, variable Net_SMTP2::$_socket_options
Array of socket options that will be passed to Net_Socket2::connect().
- $_timeout
- in file SMTP2.php, variable Net_SMTP2::$_timeout
The socket I/O timeout value in seconds.
- _authCRAM_MD5
- in file SMTP2.php, method Net_SMTP2::_authCRAM_MD5()
Authenticates the user using the CRAM-MD5 method.
- _authDigest_MD5
- in file SMTP2.php, method Net_SMTP2::_authDigest_MD5()
Authenticates the user using the DIGEST-MD5 method.
- _authLogin
- in file SMTP2.php, method Net_SMTP2::_authLogin()
Authenticates the user using the LOGIN method.
- _authPlain
- in file SMTP2.php, method Net_SMTP2::_authPlain()
Authenticates the user using the PLAIN method.
- _debug
- in file SMTP2.php, method Net_SMTP2::_debug()
Write the given debug text to the current debug output handler.
- _getBestAuthMethod
- in file SMTP2.php, method Net_SMTP2::_getBestAuthMethod()
Returns the name of the best authentication method that the server has advertised.
- _negotiate
- in file SMTP2.php, method Net_SMTP2::_negotiate()
Attempt to send the EHLO command and obtain a list of ESMTP extensions available, and failing that just send HELO.
- _parseResponse
- in file SMTP2.php, method Net_SMTP2::_parseResponse()
Read a reply from the SMTP server. The reply consists of a response code and a response message.
- _put
- in file SMTP2.php, method Net_SMTP2::_put()
Send a command to the server with an optional string of
- _send
- in file SMTP2.php, method Net_SMTP2::_send()
Send the given string of data to the server.
- __construct
- in file SMTP2.php, method Net_SMTP2::__construct()
Instantiates a new Net_SMTP2 object, overriding any defaults with parameters that are passed in.
top
a
- $auth_methods
- in file SMTP2.php, variable Net_SMTP2::$auth_methods
List of supported authentication methods, in preferential order.
- auth
- in file SMTP2.php, method Net_SMTP2::auth()
Attempt to do SMTP authentication.
top
top
top
top
top
top
l
- $localhost
- in file SMTP2.php, variable Net_SMTP2::$localhost
The value to give when sending EHLO or HELO.
top
top
n
- Net_SMTP2
- in file SMTP2.php, class Net_SMTP2
Provides an implementation of the SMTP protocol using PEAR's Net_Socket2:: class.
- noop
- in file SMTP2.php, method Net_SMTP2::noop()
Send the NOOP command.
top
p
- $pipelining
- in file SMTP2.php, variable Net_SMTP2::$pipelining
Use SMTP command pipelining (specified in RFC 2920) if the SMTP server supports it.
- $port
- in file SMTP2.php, variable Net_SMTP2::$port
The port to connect to.
top
top
top
top
top
Documentation generated on Mon, 11 Mar 2019 15:57:16 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|