[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ g ] [ h ] [ l ] [ m ] [ n ] [ p ] [ q ] [ r ] [ s ] [ v ] [ _ ]

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

b

basic.php
procedural page basic.php
top

c

command
in file SMTP2.php, method Net_SMTP2::command()
    Issue an SMTP command and verify its response.
connect
in file SMTP2.php, method Net_SMTP2::connect()
    Attempt to connect to the SMTP server.
top

d

data
in file SMTP2.php, method Net_SMTP2::data()
    Send the DATA command.
disconnect
in file SMTP2.php, method Net_SMTP2::disconnect()
    Attempt to disconnect from the SMTP server.
top

g

getGreeting
in file SMTP2.php, method Net_SMTP2::getGreeting()
    Return the SMTP server's greeting string.
getResponse
in file SMTP2.php, method Net_SMTP2::getResponse()
    Return a 2-tuple containing the last response from the SMTP server.
getServiceExtensions
in file SMTP2.php, method Net_SMTP2::getServiceExtensions()
    Return the list of SMTP service extensions advertised by the server.
top

h

$host
in file SMTP2.php, variable Net_SMTP2::$host
    The server to connect to.
helo
in file SMTP2.php, method Net_SMTP2::helo()
    Send the HELO command.
top

l

$localhost
in file SMTP2.php, variable Net_SMTP2::$localhost
    The value to give when sending EHLO or HELO.
top

m

mailFrom
in file SMTP2.php, method Net_SMTP2::mailFrom()
    Send the MAIL FROM: command.
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

q

quotedata
in file SMTP2.php, method Net_SMTP2::quotedata()
    Quote the data so that it meets SMTP standards.
top

r

rcptTo
in file SMTP2.php, method Net_SMTP2::rcptTo()
    Send the RCPT TO: command.
rset
in file SMTP2.php, method Net_SMTP2::rset()
    Send the RSET command.
top

s

SMTP2.php
procedural page SMTP2.php
samlFrom
in file SMTP2.php, method Net_SMTP2::samlFrom()
    Send the SAML FROM: command.
sendFrom
in file SMTP2.php, method Net_SMTP2::sendFrom()
    Send the SEND FROM: command.
setAuthMethod
in file SMTP2.php, method Net_SMTP2::setAuthMethod()
    Add a new authentication method.
setDebug
in file SMTP2.php, method Net_SMTP2::setDebug()
    Set the value of the debugging flag.
setTimeout
in file SMTP2.php, method Net_SMTP2::setTimeout()
    Set the socket I/O timeout value in seconds plus microseconds.
somlFrom
in file SMTP2.php, method Net_SMTP2::somlFrom()
    Send the SOML FROM: command.
top

v

vrfy
in file SMTP2.php, method Net_SMTP2::vrfy()
    Send the VRFY command.
top

_

$_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

Documentation generated on Mon, 11 Mar 2019 15:57:16 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.