Mail
[ ]
[ Display-example ]
[ ]
[ ]
[ ]
[ ]
Element index for package Mail
[
a ]
[
b ]
[
c ]
[
d ]
[
e ]
[
f ]
[
g ]
[
h ]
[
i ]
[
k ]
[
l ]
[
m ]
[
n ]
[
o ]
[
p ]
[
r ]
[
s ]
[
t ]
[
u ]
[
v ]
[
_ ]
_
- __construct : ezcMailParser
- in file parser.php, method ezcMailParser::__construct()
Constructs a new ezcMailParser.
- __construct : ezcMailPart
- in file part.php, method ezcMailPart::__construct()
Constructs a new mail part.
- __construct : ezcMailNoSuchMessageException
- in file no_such_message.php, method ezcMailNoSuchMessageException::__construct()
Constructs an ezcMailNoSuchMessageException
- __construct : ezcMailMultipartRelated
- in file multipart_related.php, method ezcMailMultipartRelated::__construct()
Constructs a new ezcMailMultipartRelated.
- __construct : ezcMailComposer
- in file composer.php, method ezcMailComposer::__construct()
Constructs an empty ezcMailComposer object.
- __construct : ezcMailPop3Transport
- in file pop3_transport.php, method ezcMailPop3Transport::__construct()
Creates a new pop3 transport and connects to the $server.
- __construct : ezcMailRfc822Digest
- in file rfc822_digest.php, method ezcMailRfc822Digest::__construct()
Constructs a new ezcMailDigest with the mail $mail.
- __construct : ezcMailSmtpTransport
- in file transport_smtp.php, method ezcMailSmtpTransport::__construct()
Constructs a new ezcMailTransportSmtp.
- __construct : ezcMailVariableSet
- in file var_set.php, method ezcMailVariableSet::__construct()
Constructs a new set that servers the files specified by $files.
- __construct : ezcMailMtaTransport
- in file transport_mta.php, method ezcMailMtaTransport::__construct()
Constructs a new ezcMailTransportMta.
- __construct : ezcMailTransportException
- in file transport_exception.php, method ezcMailTransportException::__construct()
Constructs an ezcMailTransportException with low level information $driverInfo.
- __construct : ezcMailText
- in file text.php, method ezcMailText::__construct()
Constructs a new TextPart with the given $text, $charset and $encoding.
- __construct : ezcMailMultipartDigest
- in file multipart_digest.php, method ezcMailMultipartDigest::__construct()
Constructs a new ezcMailMultipartDigest
- __construct : ezcMailMultipartMixed
- in file multipart_mixed.php, method ezcMailMultipartMixed::__construct()
Constructs a new ezcMailMultipartMixed
- __construct : ezcMailMultipartAlternative
- in file multipart_alternative.php, method ezcMailMultipartAlternative::__construct()
Constructs a new ezcMailMultipartAlternative
- __construct : ezcMailFileSet
- in file file_set.php, method ezcMailFileSet::__construct()
Constructs a new set that servers the files specified by $files.
- __construct : ezcMailFile
- in file file.php, method ezcMailFile::__construct()
Constructs a new attachment with $fileName.
- __construct : ezcMailContentDispositionHeader
- in file content_disposition_header.php, method ezcMailContentDispositionHeader::__construct()
Constructs a new ezcMailAddress with the mail address $email and the optional name $name.
- __construct : ezcMailAddress
- in file mail_address.php, method ezcMailAddress::__construct()
Constructs a new ezcMailAddress with the mail address $email and the optional name $name.
- __construct : ezcMail
- in file mail.php, method ezcMail::__construct()
Constructs an empty ezcMail object.
- __construct : ezcMailMboxTransport
- in file mbox_transport.php, method ezcMailMboxTransport::__construct()
Constructs the ezcMailMboxTransport object
- __construct : ezcMailMboxSet
- in file mbox_set.php, method ezcMailMboxSet::__construct()
Constructs a new mbox parser set
- __construct : ezcMailException
- in file mail_exception.php, method ezcMailException::__construct()
Constructs a new ezcMailException with error message $message and error code $code.
- __construct : ezcMailMultipart
- in file multipart.php, method ezcMailMultipart::__construct()
Constructs a new ezcMailMultipart with the parts $parts.
- __destruct : ezcMailSmtpTransport
- in file transport_smtp.php, method ezcMailSmtpTransport::__destruct()
Destructs this object.
- __destruct : ezcMailFileSet
- in file file_set.php, method ezcMailFileSet::__destruct()
Destructs the set.
- __destruct : ezcMailPop3Transport
- in file pop3_transport.php, method ezcMailPop3Transport::__destruct()
Destructs the pop3 transport.
- __get : ezcMailRfc822Digest
- in file rfc822_digest.php, method ezcMailRfc822Digest::__get()
Sets the property $name to $value.
- __set : ezcMailRfc822Digest
- in file rfc822_digest.php, method ezcMailRfc822Digest::__set()
Sets the property $name to $value.
- __set_state : ezcMailContentDispositionHeader
- in file content_disposition_header.php, method ezcMailContentDispositionHeader::__set_state()
Returns a new instance of this class with the data specified by $array.
- __set_state : ezcMailAddress
- in file mail_address.php, method ezcMailAddress::__set_state()
Returns a new instance of this class with the data specified by $array.
a
- $additionalParameters : ezcMailContentDispositionHeader
- in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$additionalParameters
Any additional parameters provided in the Content-Disposition header.
- addAttachment : ezcMailComposer
- in file composer.php, method ezcMailComposer::addAttachment()
Adds the file $fileName to the list of attachments.
- addBcc : ezcMail
- in file mail.php, method ezcMail::addBcc()
Adds the ezcMailAddress $address to the list of 'bcc' recipients.
- addCc : ezcMail
- in file mail.php, method ezcMail::addCc()
Adds the ezcMailAddress $address to the list of 'cc' recipients.
- addRelatedPart : ezcMailMultipartRelated
- in file multipart_related.php, method ezcMailMultipartRelated::addRelatedPart()
Adds $part to the list of parts and returns the Content-ID of the part.
- addTo : ezcMail
- in file mail.php, method ezcMail::addTo()
Adds the ezcMailAddress $address to the list of 'to' recipients.
- appendExcludeHeaders : ezcMailPart
- in file part.php, method ezcMailPart::appendExcludeHeaders()
The array $headers will be excluded when the headers are generated.
- appendPart : ezcMailMultipartMixed
- in file multipart_mixed.php, method ezcMailMultipartMixed::appendPart()
Appends a part to the list of parts.
- appendPart : ezcMailMultipartAlternative
- in file multipart_alternative.php, method ezcMailMultipartAlternative::appendPart()
Appends a part to the list of parts.
- appendPart : ezcMailMultipartDigest
- in file multipart_digest.php, method ezcMailMultipartDigest::appendPart()
Appends a part to the list of parts.
- authenticate : ezcMailPop3Transport
- in file pop3_transport.php, method ezcMailPop3Transport::authenticate()
Authenticates the user to the POP3 server with the user $user and the password $password.
- BASE64 : ezcMail
- in file mail.php, class constant ezcMail::BASE64
Base 64 encoding.
b
- build : ezcMailComposer
- in file composer.php, method ezcMailComposer::build()
Builds the complete email message in RFC822 format.
c
- $charset : ezcMailAddress
- in file mail_address.php, variable ezcMailAddress::$charset
The character set used in the $name property.
- $creationDate : ezcMailContentDispositionHeader
- in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$creationDate
The creation date of the file attachment.
- cmdRcpt : ezcMailSmtpTransport
- in file transport_smtp.php, method ezcMailSmtpTransport::cmdRcpt()
Sends the 'RCTP TO' to the server with the address $email.
- composeEmailAddress : ezcMailTools
- in file tools.php, method ezcMailTools::composeEmailAddress()
Returns ezcMailAddress $item as a RFC822 compliant address string.
- composeEmailAddresses : ezcMailTools
- in file tools.php, method ezcMailTools::composeEmailAddresses()
Returns the array $items consisting of ezcMailAddress objects as one RFC822 compliant address string.
- composer.php
- procedural page composer.php
- content_disposition_header.php
- procedural page content_disposition_header.php
d
- $disposition : ezcMailContentDispositionHeader
- in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$disposition
The disposition type, either "inline" or "attachment".
- delete : ezcMailPop3Transport
- in file pop3_transport.php, method ezcMailPop3Transport::delete()
Deletes the message with the message number $msgNum from the server.
- disconnect : ezcMailSmtpTransport
- in file transport_smtp.php, method ezcMailSmtpTransport::disconnect()
Sends the QUIT command to the server and breaks the connection.
- disconnect : ezcMailPop3Transport
- in file pop3_transport.php, method ezcMailPop3Transport::disconnect()
Disconnects the transport from the pop3 server.
e
- $email : ezcMailAddress
- in file mail_address.php, variable ezcMailAddress::$email
The email address of the recipient.
- ezcMail
- in file mail.php, class ezcMail
The main mail class.
- ezcMailAddress
- in file mail_address.php, class ezcMailAddress
A container to store a mail address in RFC822 format.
- ezcMailComposer
- in file composer.php, class ezcMailComposer
Convenience class for writing mail.
- ezcMailContentDispositionHeader
- in file content_disposition_header.php, class ezcMailContentDispositionHeader
A container to store a Content-Disposition header as described in http://www.faqs.org/rfcs/rfc2183.
- ezcMailException
- in file mail_exception.php, class ezcMailException
ezcMailExceptions are thrown when an exceptional state occures in the Mail package.
- ezcMailFile
- in file file.php, class ezcMailFile
Mail part for all forms of binary data.
- ezcMailFileSet
- in file file_set.php, class ezcMailFileSet
ezcMailFileSet is an internal class that can be used to parse mail directly from files on disk.
- ezcMailMboxSet
- in file mbox_set.php, class ezcMailMboxSet
ezcMailMboxSet is an internal class that fetches a series of mail from an mbox file.
- ezcMailMboxTransport
- in file mbox_transport.php, class ezcMailMboxTransport
ezcMailMboxTransport implements mail retrieval from an mbox file.
- ezcMailMtaTransport
- in file transport_mta.php, class ezcMailMtaTransport
Implementation of the mail transport interface using the system MTA.
- ezcMailMultipart
- in file multipart.php, class ezcMailMultipart
Abstract base class for all multipart types.
- ezcMailMultipartAlternative
- in file multipart_alternative.php, class ezcMailMultipartAlternative
ezcMailMultipartAlternative is used to bundle a group of mail parts where only one should be shown.
- ezcMailMultipartDigest
- in file multipart_digest.php, class ezcMailMultipartDigest
The mixed multipart type is used to bundle a list of mail objects.
- ezcMailMultipartMixed
- in file multipart_mixed.php, class ezcMailMultipartMixed
The mixed multipart type is used to bundle an ordered list of mail parts.
- ezcMailMultipartRelated
- in file multipart_related.php, class ezcMailMultipartRelated
ezcMailMultipartRelated is intended for mail parts consisting of several inter-related body parts.
- ezcMailNoSuchMessageException
- in file no_such_message.php, class ezcMailNoSuchMessageException
The ezcMailNoSuchMessageException is thrown when a message with an ID is requested that doesn't exist in the transport.
- ezcMailParser
- in file parser.php, class ezcMailParser
Parses a mail in RFC822 format to an ezcMail structure.
- ezcMailParserSet
- in file parser_set.php, class ezcMailParserSet
- ezcMailPart
- in file part.php, class ezcMailPart
Abstract base class for all mail MIME parts.
- ezcMailPop3Transport
- in file pop3_transport.php, class ezcMailPop3Transport
ezcMailPop3Transport implements POP3 for mail retrieval.
- ezcMailRfc822Digest
- in file rfc822_digest.php, class ezcMailRfc822Digest
Mail part or mail digest parts.
- ezcMailSmtpTransport
- in file transport_smtp.php, class ezcMailSmtpTransport
This class implements the Simple Mail Transfer Protocol (SMTP) with authentication support.
- ezcMailText
- in file text.php, class ezcMailText
Mail part used for sending all forms of plain text.
- ezcMailTools
- in file tools.php, class ezcMailTools
This class contains static convenience methods for composing addresses and ensuring correct line-breaks in the mail.
- ezcMailTransport
- in file transport.php, class ezcMailTransport
Interface for classes that implement a mail transport.
- ezcMailTransportException
- in file transport_exception.php, class ezcMailTransportException
Transport exceptions are thrown when either sending or receiving mail transports fail to do their job properly.
- ezcMailTransportMta
- in file transport_mta.php, class ezcMailTransportMta
This class is deprecated. Use ezcMailMtaTransport instead.
- ezcMailTransportSmtp
- in file transport_smtp.php, class ezcMailTransportSmtp
This class is deprecated. Use ezcMailSmtpTransport instead.
- ezcMailVariableSet
- in file var_set.php, class ezcMailVariableSet
ezcMailVariableSet is an internal class that can be used to parse mail directly from a variable in your script.
- REPLY_ALL : ezcMailTools
- in file tools.php, class constant ezcMailTools::REPLY_ALL
Reply to all.
- REPLY_SENDER : ezcMailTools
- in file tools.php, class constant ezcMailTools::REPLY_SENDER
Reply to sender.
- SEVEN_BIT : ezcMail
- in file mail.php, class constant ezcMail::SEVEN_BIT
7 bit encoding.
f
- $fh : ezcMailMboxTransport
- in file mbox_transport.php, variable ezcMailMboxTransport::$fh
Holds the filepointer to the mbox
- $fileName : ezcMailContentDispositionHeader
- in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$fileName
The filename of the attachment.
- fetchAll : ezcMailPop3Transport
- in file pop3_transport.php, method ezcMailPop3Transport::fetchAll()
Returns a parserset with all the messages on the server.
- fetchAll : ezcMailMboxTransport
- in file mbox_transport.php, method ezcMailMboxTransport::fetchAll()
Returns an ezcMailMboxSet containing all the messages in the mbox.
- fetchByMessageNr : ezcMailPop3Transport
- in file pop3_transport.php, method ezcMailPop3Transport::fetchByMessageNr()
Returns an ezcMailPop3Set containing only the $number -th message in the mailbox.
- fetchByMessageNr : ezcMailMboxTransport
- in file mbox_transport.php, method ezcMailMboxTransport::fetchByMessageNr()
Returns an ezcMailMboxSet containing only the $number -th message in the mbox.
- file_parser.php
- procedural page file_parser.php
- file.php
- procedural page file.php
- file_set.php
- procedural page file_set.php
g
- generate : ezcMailPart
- in file part.php, method ezcMailPart::generate()
Returns the complete mail part including both the header and the body as a string.
- generateBody : ezcMailMultipart
- in file multipart.php, method ezcMailMultipart::generateBody()
Returns the generated body for all multipart types.
- generateBody : ezcMailText
- in file text.php, method ezcMailText::generateBody()
Returns the generated text body of this part as a string.
- generateBody : ezcMailFile
- in file file.php, method ezcMailFile::generateBody()
Returns the contents of the file with the correct encoding.
- generateBody : ezcMailPart
- in file part.php, method ezcMailPart::generateBody()
Returns the body of this part as a string.
- generateBody : ezcMail
- in file mail.php, method ezcMail::generateBody()
Returns the generated body part of this mail.
- generateBody : ezcMailRfc822Digest
- in file rfc822_digest.php, method ezcMailRfc822Digest::generateBody()
Returns the body part of this mail consisting of the digested mail.
- generateBoundary : ezcMailMultipart
- in file multipart.php, method ezcMailMultipart::generateBoundary()
Returns a unique boundary string.
- generateContentId : ezcMailTools
- in file tools.php, method ezcMailTools::generateContentId()
Returns an unique ID to be used for Content-ID headers.
- generateHeaders : ezcMailPart
- in file part.php, method ezcMailPart::generateHeaders()
Returns the headers set for this part as a RFC 822 string.
- generateHeaders : ezcMailText
- in file text.php, method ezcMailText::generateHeaders()
Returns the headers set for this part as a RFC822 compliant string.
- generateHeaders : ezcMail
- in file mail.php, method ezcMail::generateHeaders()
Returns the generated headers for the mail.
- generateMessageId : ezcMailTools
- in file tools.php, method ezcMailTools::generateMessageId()
Returns an unique message ID to be used for a mail message.
- getHeader : ezcMailPart
- in file part.php, method ezcMailPart::getHeader()
Returns the RAW value of the header $name.
- getMainPart : ezcMailMultipartRelated
- in file multipart_related.php, method ezcMailMultipartRelated::getMainPart()
Returns the main part of this multipart or null if there is no such part.
- getNextLine : ezcMailParserSet
- in file parser_set.php, method ezcMailParserSet::getNextLine()
Returns one line of data from the current mail in the set including the ending linebreak.
- getNextLine : ezcMailFileSet
- in file file_set.php, method ezcMailFileSet::getNextLine()
Returns one line of data from the current mail in the set.
- getNextLine : ezcMailVariableSet
- in file var_set.php, method ezcMailVariableSet::getNextLine()
Returns one line of data from the current mail in the set.
- getNextLine : ezcMailMboxSet
- in file mbox_set.php, method ezcMailMboxSet::getNextLine()
Returns one line of data from the current mail in the set including the ending linebreak.
- getParts : ezcMailMultipartDigest
- in file multipart_digest.php, method ezcMailMultipartDigest::getParts()
Returns the mail parts associated with this multipart.
- getParts : ezcMailMultipartMixed
- in file multipart_mixed.php, method ezcMailMultipartMixed::getParts()
Returns the mail parts associated with this multipart.
- getParts : ezcMailMultipartAlternative
- in file multipart_alternative.php, method ezcMailMultipartAlternative::getParts()
Returns the mail parts associated with this multipart.
- getRelatedPartByID : ezcMailMultipartRelated
- in file multipart_related.php, method ezcMailMultipartRelated::getRelatedPartByID()
Returns the part associated with the passed Content-ID.
- getRelatedParts : ezcMailMultipartRelated
- in file multipart_related.php, method ezcMailMultipartRelated::getRelatedParts()
Returns the mail parts associated with this multipart.
- getTmpDir : ezcMailParser
- in file parser.php, method ezcMailParser::getTmpDir()
Returns the temporary directory.
h
- headers_holder.php
- procedural page headers_holder.php
i
- BINARY : ezcMail
- in file mail.php, class constant ezcMail::BINARY
Binary encoding.
- DISPLAY_ATTACHMENT : ezcMailFile
- in file file.php, class constant ezcMailFile::DISPLAY_ATTACHMENT
Use DISPLAY_ATTACHMENT if you want the file to be displayed as an attachment to the recipients of the mail.
- DISPLAY_INLINE : ezcMailFile
- in file file.php, class constant ezcMailFile::DISPLAY_INLINE
Use DISPLAY_INLINE if you want the file to be displayed inline in the mail to the recipients.
- EIGHT_BIT : ezcMail
- in file mail.php, class constant ezcMail::EIGHT_BIT
8 bit encoding.
- isFinished : ezcMailMboxSet
- in file mbox_set.php, method ezcMailMboxSet::isFinished()
Returns true if all the data has been fetched from this set.
k
- keepConnection : ezcMailSmtpTransport
- in file transport_smtp.php, method ezcMailSmtpTransport::keepConnection()
Sets if the connection should be kept open after sending an email.
l
- lineBreak : ezcMailTools
- in file tools.php, method ezcMailTools::lineBreak()
Returns one endLine character.
- listMessages : ezcMailPop3Transport
- in file pop3_transport.php, method ezcMailPop3Transport::listMessages()
Returns a list of the messages on the server and the size of the messages in bytes.
- listMessages : ezcMailMboxTransport
- in file mbox_transport.php, method ezcMailMboxTransport::listMessages()
This function reads through the whole mbox and returns starting positions of the messages.
- listUniqueIdentifiers : ezcMailPop3Transport
- in file pop3_transport.php, method ezcMailPop3Transport::listUniqueIdentifiers()
Returns the unique identifiers for each message on the POP3 server or for the specified message $msgNum if provided.
m
- $modificationDate : ezcMailContentDispositionHeader
- in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$modificationDate
The last modification date of the file attachment.
- mail_exception.php
- procedural page mail_exception.php
- mail.php
- procedural page mail.php
- multipart_alternative_parser.php
- procedural page multipart_alternative_parser.php
- multipart_digest_parser.php
- procedural page multipart_digest_parser.php
- multipart_mixed_parser.php
- procedural page multipart_mixed_parser.php
- multipart_parser.php
- procedural page multipart_parser.php
- multipart_related_parser.php
- procedural page multipart_related_parser.php
- multipart.php
- procedural page multipart.php
- multipart_alternative.php
- procedural page multipart_alternative.php
- multipart_digest.php
- procedural page multipart_digest.php
- multipart_mixed.php
- procedural page multipart_mixed.php
- multipart_related.php
- procedural page multipart_related.php
- mail_address.php
- procedural page mail_address.php
- mbox_set.php
- procedural page mbox_set.php
- mbox_transport.php
- procedural page mbox_transport.php
- mimeDecode : ezcMailTools
- in file tools.php, method ezcMailTools::mimeDecode()
Decodes mime encoded fields and tries to recover from errors.
- multipartType : ezcMailMultipartRelated
- in file multipart_related.php, method ezcMailMultipartRelated::multipartType()
Returns "related".
- multipartType : ezcMailMultipartDigest
- in file multipart_digest.php, method ezcMailMultipartDigest::multipartType()
Returns "mixed".
- multipartType : ezcMailMultipart
- in file multipart.php, method ezcMailMultipart::multipartType()
Returns the type of multipart.
- multipartType : ezcMailMultipartAlternative
- in file multipart_alternative.php, method ezcMailMultipartAlternative::multipartType()
Returns "alternative".
- multipartType : ezcMailMultipartMixed
- in file multipart_mixed.php, method ezcMailMultipartMixed::multipartType()
Returns "mixed".
n
- $name : ezcMailAddress
- in file mail_address.php, variable ezcMailAddress::$name
The name of the recipient (optional).
- no_such_message.php
- procedural page no_such_message.php
- nextMail : ezcMailVariableSet
- in file var_set.php, method ezcMailVariableSet::nextMail()
Moves the set to the next mail and returns true upon success.
- nextMail : ezcMailParserSet
- in file parser_set.php, method ezcMailParserSet::nextMail()
Moves the set to the next mail and returns true upon success.
- nextMail : ezcMailMboxSet
- in file mbox_set.php, method ezcMailMboxSet::nextMail()
Moves the set to the next mail and returns true upon success.
- nextMail : ezcMailFileSet
- in file file_set.php, method ezcMailFileSet::nextMail()
Moves the set to the next mail and returns true upon success.
o
- CONTENT_TYPE_APPLICATION : ezcMailFile
- in file file.php, class constant ezcMailFile::CONTENT_TYPE_APPLICATION
Application content type. Use this if the file non of the other content types match.
- CONTENT_TYPE_AUDIO : ezcMailFile
- in file file.php, class constant ezcMailFile::CONTENT_TYPE_AUDIO
Audio content type. Use this if the contents of the file is an audio.
- CONTENT_TYPE_IMAGE : ezcMailFile
- in file file.php, class constant ezcMailFile::CONTENT_TYPE_IMAGE
Image content type. Use this if the contents of the file is an image.
- CONTENT_TYPE_VIDEO : ezcMailFile
- in file file.php, class constant ezcMailFile::CONTENT_TYPE_VIDEO
Video content type. Use this if the contents of the file is a video.
p
- $parts : ezcMailMultipart
- in file multipart.php, variable ezcMailMultipart::$parts
An array holding the parts of this multipart.
- part.php
- procedural page part.php
- parser_set.php
- procedural page parser_set.php
- part_parser.php
- procedural page part_parser.php
- parser.php
- procedural page parser.php
- pop3_transport.php
- procedural page pop3_transport.php
- parseEmailAddress : ezcMailTools
- in file tools.php, method ezcMailTools::parseEmailAddress()
Returns an ezcMailAddress object parsed from the address string $address.
- parseEmailAddresses : ezcMailTools
- in file tools.php, method ezcMailTools::parseEmailAddresses()
Returns an array of ezcMailAddress objects parsed from the address string $addresses.
- parseMail : ezcMailParser
- in file parser.php, method ezcMailParser::parseMail()
Returns an array of ezcMail objects parsed from the mail set $set.
r
- $readDate : ezcMailContentDispositionHeader
- in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$readDate
The last date the file attachment was read.
- CRLF : ezcMailSmtpTransport
- in file transport_smtp.php, class constant ezcMailSmtpTransport::CRLF
The line-break characters to use.
- rfc822_digest_parser.php
- procedural page rfc822_digest_parser.php
- rfc822_parser.php
- procedural page rfc822_parser.php
- rfc822_digest.php
- procedural page rfc822_digest.php
- replyToMail : ezcMailTools
- in file tools.php, method ezcMailTools::replyToMail()
Returns a new mail object that is a reply to the current object.
s
- $size : ezcMailContentDispositionHeader
- in file content_disposition_header.php, variable ezcMailContentDispositionHeader::$size
The size of the content in bytes.
- shutdown_handler.php
- procedural page shutdown_handler.php
- send : ezcMailSmtpTransport
- in file transport_smtp.php, method ezcMailSmtpTransport::send()
Sends the ezcMail $mail using the SMTP protocol.
- send : ezcMailTransport
- in file transport.php, method ezcMailTransport::send()
Sends the contents of $mail.
- send : ezcMailMtaTransport
- in file transport_mta.php, method ezcMailMtaTransport::send()
Sends the mail $mail using the PHP mail method.
- setHeader : ezcMailPart
- in file part.php, method ezcMailPart::setHeader()
Sets the header $name to the value $value.
- setHeaders : ezcMailPart
- in file part.php, method ezcMailPart::setHeaders()
Adds the headers $headers.
- setLineBreak : ezcMailTools
- in file tools.php, method ezcMailTools::setLineBreak()
Sets the endLine $character(s) to use when generating mail.
- setMainPart : ezcMailMultipartRelated
- in file multipart_related.php, method ezcMailMultipartRelated::setMainPart()
Sets the main part $part of this alternative multipart.
- setTmpDir : ezcMailParser
- in file parser.php, method ezcMailParser::setTmpDir()
Sets the temporary directory.
- status : ezcMailPop3Transport
- in file pop3_transport.php, method ezcMailPop3Transport::status()
Returns the number of messages on the server and the combined size of the messages through the input variables $numMessages and $sizeMessages.
t
- transport_exception.php
- procedural page transport_exception.php
- transport.php
- procedural page transport.php
- text_parser.php
- procedural page text_parser.php
- text.php
- procedural page text.php
- tools.php
- procedural page tools.php
- transport_mta.php
- procedural page transport_mta.php
- transport_smtp.php
- procedural page transport_smtp.php
- STATE_AUTHORIZATION : ezcMailPop3Transport
- in file pop3_transport.php, class constant ezcMailPop3Transport::STATE_AUTHORIZATION
Internal state set when the the pop3 transport is connected to the server but no successfull authentication has been performed.
- STATE_NOT_CONNECTED : ezcMailPop3Transport
- in file pop3_transport.php, class constant ezcMailPop3Transport::STATE_NOT_CONNECTED
Internal state set when the pop3 transport is not connected to a server.
- STATE_TRANSACTION : ezcMailPop3Transport
- in file pop3_transport.php, class constant ezcMailPop3Transport::STATE_TRANSACTION
Internal state set when the pop3 transport is connected to the server and authenticated.
- STATE_UPDATE : ezcMailPop3Transport
- in file pop3_transport.php, class constant ezcMailPop3Transport::STATE_UPDATE
Internal state set when the QUIT command has been issued to the pop3 server but before the disconnect has taken place.
- top : ezcMailPop3Transport
- in file pop3_transport.php, method ezcMailPop3Transport::top()
Returns the headers and the $numLines first lines of the body of the mail with the message number $msgNum.
u
- AUTH_APOP : ezcMailPop3Transport
- in file pop3_transport.php, class constant ezcMailPop3Transport::AUTH_APOP
APOP authorization
- AUTH_PLAIN_TEXT : ezcMailPop3Transport
- in file pop3_transport.php, class constant ezcMailPop3Transport::AUTH_PLAIN_TEXT
Plain text authorization.
- QUOTED_PRINTABLE : ezcMail
- in file mail.php, class constant ezcMail::QUOTED_PRINTABLE
Quoted printable encoding.
v
- var_set.php
- procedural page var_set.php
Last updated: Thu, 01 Nov 2007