[ a ]
[ d ]
[ e ]
[ f ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ _ ]
_
_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.
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.
in file null.php, class Mail_null Null implementation of the PEAR Mail:: interface.
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_RFC822
in file RFC822.php, class Mail_RFC822 RFC 822 Email address list validation Utility
Mail_sendmail
in file sendmail.php, class Mail_sendmail Sendmail implementation of the PEAR Mail:: interface.
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.
$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.
in file RFC822.php, variable Mail_RFC822::$validate Whether or not to validate atoms for non-ascii characters.
$verp
in file smtp.php, variable Mail_smtp::$verp Whether to use VERP or not. If not a boolean, the string value will be used as the VERP separators.
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