Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ p ]
[ q ]
[ r ]
[ s ]
[ v ]
a
- $auth_methods
- in file SMTP.php, variable Net_SMTP::$auth_methods
List of supported authentication methods, in preferential order.
- auth
- in file SMTP.php, method Net_SMTP::auth()
Attempt to do SMTP authentication.
top
top
c
- command
- in file SMTP.php, method Net_SMTP::command()
Issue an SMTP command and verify its response.
- connect
- in file SMTP.php, method Net_SMTP::connect()
Attempt to connect to the SMTP server.
top
top
top
top
i
- identifySender
- in file SMTP.php, method Net_SMTP::identifySender()
Backwards-compatibility method. identifySender()'s functionality is now handled internally.
top
l
- $localhost
- in file SMTP.php, variable Net_SMTP::$localhost
The value to give when sending EHLO or HELO.
top
top
n
- Net_SMTP
- in file SMTP.php, class Net_SMTP
Provides an implementation of the SMTP protocol using PEAR's Net_Socket:: class.
- Net_SMTP
- in file SMTP.php, method Net_SMTP::Net_SMTP()
Instantiates a new Net_SMTP object, overriding any defaults with parameters that are passed in.
- noop
- in file SMTP.php, method Net_SMTP::noop()
Send the NOOP command.
top
p
- $pipelining
- in file SMTP.php, variable Net_SMTP::$pipelining
Use SMTP command pipelining (specified in RFC 2920) if the SMTP server supports it.
- $port
- in file SMTP.php, variable Net_SMTP::$port
The port to connect to.
top
q
- quotedata
- in file SMTP.php, method Net_SMTP::quotedata()
Quote the data so that it meets SMTP standards.
top
top
top
top
Documentation generated on Sat, 13 Aug 2011 18:30:02 +0000 by phpDocumentor 1.4.3. PEAR Logo Copyright © PHP Group 2004.
|
|