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

Element index for package Mail

[ a ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

_

_Mail_smtp
in file smtp.php, method Mail_smtp::_Mail_smtp()
    Destructor implementation to ensure that we disconnect from any potentially-alive persistent SMTP connections.
__construct
in file smtpmx.php, method Mail_smtpmx::__construct()
    Constructor.
__destruct
in file smtpmx.php, method Mail_smtpmx::__destruct()
    Destructor implementation to ensure that we disconnect from any potentially-alive persistent SMTP connections.
top

a

$address
in file RFC822.php, variable Mail_RFC822::$address
    The address being parsed by the RFC822 object.
$addresses
in file RFC822.php, variable Mail_RFC822::$addresses
    The array of raw addresses built up as we parse.
$auth
in file smtp.php, variable Mail_smtp::$auth
    Should SMTP authentication be used?
addServiceExtensionParameter
in file smtp.php, method Mail_smtp::addServiceExtensionParameter()
    Add parameter associated with a SMTP service extension.
approximateCount
in file RFC822.php, method Mail_RFC822::approximateCount()
    Returns an approximate count of how many addresses are in the
top

d

$debug
in file smtpmx.php, variable Mail_smtpmx::$debug
    Turn on Net_SMTP debugging?
$debug
in file smtp.php, variable Mail_smtp::$debug
    Turn on Net_SMTP debugging?
$default_domain
in file RFC822.php, variable Mail_RFC822::$default_domain
    The default domain to use for unqualified addresses.
disconnect
in file smtp.php, method Mail_smtp::disconnect()
    Disconnect and destroy the current SMTP connection.
top

e

$error
in file RFC822.php, variable Mail_RFC822::$error
    The current error message, if any.
$errorCode
in file smtpmx.php, variable Mail_smtpmx::$errorCode
    internal error codes
top

f

factory
in file Mail.php, method Mail::factory()
    Provides an interface for generating Mail:: objects of various types
top

g

getSMTPObject
in file smtp.php, method Mail_smtp::getSMTPObject()
    Connect to the SMTP server by instantiating a Net_SMTP object.
top

h

$host
in file smtp.php, variable Mail_smtp::$host
    The SMTP host to connect to.
top

i

$index
in file RFC822.php, variable Mail_RFC822::$index
    An internal counter/pointer.
isValidInetAddress
in file RFC822.php, method Mail_RFC822::isValidInetAddress()
    This is a email validating function separate to the rest of the
top

l

$limit
in file RFC822.php, variable Mail_RFC822::$limit
    A limit after which processing stops
$localhost
in file smtp.php, variable Mail_smtp::$localhost
    Hostname or domain that will be sent to the remote SMTP server in the HELO / EHLO message.
top

m

$mailname
in file smtpmx.php, variable Mail_smtpmx::$mailname
    Hostname or domain that will be sent to the remote SMTP server in the HELO / EHLO message.
$mailRFC822
in file RFC822.php, variable Mail_RFC822::$mailRFC822
    A variable so that we can tell whether or not we're inside a Mail_RFC822 object.
Mail
in file Mail.php, class Mail
    PEAR's Mail:: interface. Defines the interface for implementing mailers under the PEAR hierarchy, and provides supporting functions useful in multiple mailer backends.
mail.php
procedural page mail.php
mock.php
procedural page mock.php
Mail.php
procedural page Mail.php
Mail_mail
in file mail.php, class Mail_mail
    internal PHP-mail() implementation of the PEAR Mail:: interface.
Mail_mail
in file mail.php, method Mail_mail::Mail_mail()
    Constructor.
Mail_mock
in file mock.php, method Mail_mock::Mail_mock()
    Constructor.
Mail_mock
in file mock.php, class Mail_mock
    Mock implementation of the PEAR Mail:: interface for testing.
Mail_null
in file null.php, class Mail_null
    Null implementation of the PEAR Mail:: interface.
Mail_RFC822
in file RFC822.php, class Mail_RFC822
    RFC 822 Email address list validation Utility
Mail_RFC822
in file RFC822.php, method Mail_RFC822::Mail_RFC822()
    Sets up the object. The address must either be set here or when calling parseAddressList(). One or the other.
Mail_sendmail
in file sendmail.php, method Mail_sendmail::Mail_sendmail()
    Constructor.
Mail_sendmail
in file sendmail.php, class Mail_sendmail
    Sendmail implementation of the PEAR Mail:: interface.
Mail_smtp
in file smtp.php, method Mail_smtp::Mail_smtp()
    Constructor.
Mail_smtp
in file smtp.php, class Mail_smtp
    SMTP implementation of the PEAR Mail interface. Requires the Net_SMTP class.
Mail_smtpmx
in file smtpmx.php, method Mail_smtpmx::Mail_smtpmx()
    Constructor wrapper for PHP4
Mail_smtpmx
in file smtpmx.php, class Mail_smtpmx
    SMTP MX implementation of the PEAR Mail interface. Requires the Net_SMTP class.
top

n

$nestGroups
in file RFC822.php, variable Mail_RFC822::$nestGroups
    Should we return a nested array showing groups, or flatten everything?
$num_groups
in file RFC822.php, variable Mail_RFC822::$num_groups
    The number of groups that have been found in the address list.
null.php
procedural page null.php
top

p

$password
in file smtp.php, variable Mail_smtp::$password
    The password to use if the SMTP server requires authentication.
$persist
in file smtp.php, variable Mail_smtp::$persist
    Indicates whether or not the SMTP connection should persist over multiple calls to the send() method.
$pipelining
in file smtp.php, variable Mail_smtp::$pipelining
    Use SMTP command pipelining (specified in RFC 2920) if the SMTP server supports it. This speeds up delivery over high-latency connections. By default, use the default value supplied by Net_SMTP.
$port
in file smtpmx.php, variable Mail_smtpmx::$port
    The port the SMTP server is on.
$port
in file smtp.php, variable Mail_smtp::$port
    The port the SMTP server is on.
parseAddressList
in file RFC822.php, method Mail_RFC822::parseAddressList()
    Starts the whole process. The address must either be set here or when creating the object. One or the other.
top

r

$resolver
in file smtpmx.php, variable Mail_smtpmx::$resolver
    PEAR:Net_DNS_Resolver
RFC822.php
procedural page RFC822.php
top

s

$sendmail_args
in file sendmail.php, variable Mail_sendmail::$sendmail_args
    Any extra command-line parameters to pass to the sendmail or sendmail wrapper binary.
$sendmail_path
in file sendmail.php, variable Mail_sendmail::$sendmail_path
    The location of the sendmail or sendmail wrapper binary on the filesystem.
$sentMessages
in file mock.php, variable Mail_mock::$sentMessages
    Array of messages that have been sent with the mock.
$sep
in file Mail.php, variable Mail::$sep
    Line terminator used for separating header lines.
$structure
in file RFC822.php, variable Mail_RFC822::$structure
    The final array of parsed address information that we build up.
sendmail.php
procedural page sendmail.php
send
in file smtp.php, method Mail_smtp::send()
    Implements Mail::send() function using SMTP.
send
in file smtpmx.php, method Mail_smtpmx::send()
    Implements Mail::send() function using SMTP direct delivery
send
in file sendmail.php, method Mail_sendmail::send()
    Implements Mail::send() function using the sendmail command-line binary.
send
in file mock.php, method Mail_mock::send()
    Implements Mail_mock::send() function. Silently discards all mail.
send
in file mail.php, method Mail_mail::send()
    Implements Mail_mail::send() function using php's built-in mail() command.
send
in file null.php, method Mail_null::send()
    Implements Mail_null::send() function. Silently discards all mail.
send
in file Mail.php, method Mail::send()
    Implements Mail::send() function using php's built-in mail() command.
top

t

$test
in file smtpmx.php, variable Mail_smtpmx::$test
    Switch to test mode - don't send emails for real
$timeout
in file smtpmx.php, variable Mail_smtpmx::$timeout
    SMTP connection timeout value. NULL indicates no timeout.
$timeout
in file smtp.php, variable Mail_smtp::$timeout
    SMTP connection timeout value. NULL indicates no timeout.
top

u

$username
in file smtp.php, variable Mail_smtp::$username
    The username to use if the SMTP server requires authentication.
top

v

$validate
in file RFC822.php, variable Mail_RFC822::$validate
    Whether or not to validate atoms for non-ascii characters.
$verp
in file smtpmx.php, variable Mail_smtpmx::$verp
    Whether to use VERP or not. If not a boolean, the string value will be used as the VERP separators.
$vrfy
in file smtpmx.php, variable Mail_smtpmx::$vrfy
    Whether to use VRFY or not.
validateMailbox
in file RFC822.php, method Mail_RFC822::validateMailbox()
    Function to validate a mailbox, which is: mailbox = addr-spec ; simple address / phrase route-addr ; name and route-addr
top

w

$withNetDns
in file smtpmx.php, variable Mail_smtpmx::$withNetDns
    use either PEAR:Net_DNS or getmxrr
top

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