Flag: whether or not email has attachments
text/html MIME part
text/plain MIME part
Mail character set
From: address
Mail headers
MIME boundary string
Array of all recipients
Return-Path header
Subject: header
To: addresses
Content type of the message
Inherited from Zend_Mime_Message
Zend_Mime_Message::$_mime
Zend_Mime_Message::$_parts
Sets the default mail transport for all following uses of Zend_Mail::send();
Public constructor
Adds Cc-header and recipient
Add a custom header to the message
Adds To-header and recipient
Creates a Zend_Mime_Part attachment
Attachment is automatically added to the mail object after creation. The attachment object is returned to allow for further manipulation.
Return Zend_Mime_Part representing body HTML
Return text body Zend_Mime_Part or string
Return charset string
Returns the sender of the mail
Return mail headers
Return the boundary string used for the message
Return a count of message parts
Return list of recipient email addresses
Returns the current Return-Path address for the email
If no Return-Path header is set, returns the value of $_from.
Returns the encoded subject of the message
Get content type of the message
Sends this email using the given transport or a previously set DefaultTransport or the internal mail function if no default transport had been set.
Sets the HTML body for the message
Sets the text body for the message.
Sets From-header and sender of the message
Set an arbitrary mime boundary for the message
If not set, Zend_Mime will generate one.
Sets the Return-Path header for an email
Sets the subject of the message
Set content type
Should only be used for manually setting multipart content types.
Add a recipient
Helper function for adding a recipient and the corresponding header
Encode header fields
Encodes header content according to RFC1522 if it contains non-printable characters.
Add a header to the message
Adds a header to this message. If append is true and the header already exists, raises a flag indicating that the header should be appended.
Inherited From Zend_Mime_Message
Zend_Mime_Message::addPart()
Zend_Mime_Message::createFromMessage()
Zend_Mime_Message::generateMessage()
Zend_Mime_Message::getMime()
Zend_Mime_Message::getPartContent()
Zend_Mime_Message::getPartHeaders()
Zend_Mime_Message::getPartHeadersArray()
Zend_Mime_Message::getParts()
Zend_Mime_Message::isMultiPart()
Zend_Mime_Message::setMime()
Zend_Mime_Message::setParts()
Zend_Mime_Message::_disassembleMime()
Documentation generated on Sun, 27 May 2007 23:25:33 -0700 by phpDocumentor 1.3.2