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

Index of all elements

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

a

$arguments
in file SMTP.php, variable Net_SMTP::$arguments
    The most recent server response arguments.
$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.
authCRAMMD5
in file SMTP.php, method Net_SMTP::authCRAMMD5()
    Authenticates the user using the CRAM-MD5 method.
authDigestMD5
in file SMTP.php, method Net_SMTP::authDigestMD5()
    Authenticates the user using the DIGEST-MD5 method.
authGSSAPI
in file SMTP.php, method Net_SMTP::authGSSAPI()
    Authenticates the user using the GSSAPI method.
authLogin
in file SMTP.php, method Net_SMTP::authLogin()
    Authenticates the user using the LOGIN method.
authPlain
in file SMTP.php, method Net_SMTP::authPlain()
    Authenticates the user using the PLAIN method.
authXOAuth2
in file SMTP.php, method Net_SMTP::authXOAuth2()
    Authenticates the user using the XOAUTH2 method.
top

b

basic.php
procedural page basic.php
top

c

$code
in file SMTP.php, variable Net_SMTP::$code
    The most recent server response code.
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

d

$debug
in file SMTP.php, variable Net_SMTP::$debug
    Should debugging output be enabled?
$debug_handler
in file SMTP.php, variable Net_SMTP::$debug_handler
    Debug output handler.
data
in file SMTP.php, method Net_SMTP::data()
    Send the DATA command.
debug
in file SMTP.php, method Net_SMTP::debug()
    Write the given debug text to the current debug output handler.
disconnect
in file SMTP.php, method Net_SMTP::disconnect()
    Attempt to disconnect from the SMTP server.
top

e

$esmtp
in file SMTP.php, variable Net_SMTP::$esmtp
    Stores detected features of the SMTP server.
top

g

$greeting
in file SMTP.php, variable Net_SMTP::$greeting
    Stores the SMTP server's greeting string.
getBestAuthMethod
in file SMTP.php, method Net_SMTP::getBestAuthMethod()
    Returns the name of the best authentication method that the server has advertised.
getGreeting
in file SMTP.php, method Net_SMTP::getGreeting()
    Return the SMTP server's greeting string.
getResponse
in file SMTP.php, method Net_SMTP::getResponse()
    Return a 2-tuple containing the last response from the SMTP server.
getServiceExtensions
in file SMTP.php, method Net_SMTP::getServiceExtensions()
    Return the list of SMTP service extensions advertised by the server.
top

h

$host
in file SMTP.php, variable Net_SMTP::$host
    The server to connect to.
helo
in file SMTP.php, method Net_SMTP::helo()
    Send the HELO command.
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

m

mailFrom
in file SMTP.php, method Net_SMTP::mailFrom()
    Send the MAIL FROM: command.
top

n

negotiate
in file SMTP.php, method Net_SMTP::negotiate()
    Attempt to send the EHLO command and obtain a list of ESMTP extensions available, and failing that just send HELO.
Net_SMTP
in file SMTP.php, class Net_SMTP
    Provides an implementation of the SMTP protocol using PEAR's Net_Socket class.
noop
in file SMTP.php, method Net_SMTP::noop()
    Send the NOOP command.
top

p

$pipelined_commands
in file SMTP.php, variable Net_SMTP::$pipelined_commands
    Number of pipelined commands.
$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.
parseResponse
in file SMTP.php, method Net_SMTP::parseResponse()
    Read a reply from the SMTP server. The reply consists of a response code and a response message.
put
in file SMTP.php, method Net_SMTP::put()
    Send a command to the server with an optional string of
top

q

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

r

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

s

$socket
in file SMTP.php, variable Net_SMTP::$socket
    The socket resource being used to connect to the SMTP server.
$socket_options
in file SMTP.php, variable Net_SMTP::$socket_options
    Array of socket options that will be passed to Net_Socket::connect().
SMTP.php
procedural page SMTP.php
samlFrom
in file SMTP.php, method Net_SMTP::samlFrom()
    Send the SAML FROM: command.
send
in file SMTP.php, method Net_SMTP::send()
    Send the given string of data to the server.
sendFrom
in file SMTP.php, method Net_SMTP::sendFrom()
    Send the SEND FROM: command.
setAuthMethod
in file SMTP.php, method Net_SMTP::setAuthMethod()
    Add a new authentication method.
setDebug
in file SMTP.php, method Net_SMTP::setDebug()
    Set the value of the debugging flag.
setTimeout
in file SMTP.php, method Net_SMTP::setTimeout()
    Set the socket I/O timeout value in seconds plus microseconds.
somlFrom
in file SMTP.php, method Net_SMTP::somlFrom()
    Send the SOML FROM: command.
top

t

$timeout
in file SMTP.php, variable Net_SMTP::$timeout
    The socket I/O timeout value in seconds.
top

v

vrfy
in file SMTP.php, method Net_SMTP::vrfy()
    Send the VRFY command.
top

_

__construct
in file SMTP.php, method Net_SMTP::__construct()
    Instantiates a new Net_SMTP object, overriding any defaults with parameters that are passed in.
top

Documentation generated on Sat, 30 Nov 2019 18:46:06 -0500 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.