Zend_Mime_MessageLocated in /library/Zend/Mime/Message.php (line 41)
static createFromMessage (line 190)
decodes a mime encoded String and returns a MimeMessage object with all the mime parts set according to the given string
addPart (line 77)
Append a new Zend_Mime_Part to the current eMail
generateMessage (line 134)
Generate Mime Compliant Message from the current configuration This can be a multipart message if more than one mimeParts were added. If only one Part is present, the content of this part is returned. If no part had been added, an empty string is returned.
Parts are seperated by the mime boundary as defined in Zend_Mime. If setMime has been called before this method, the Zend_Mime object set by this call will be used. Otherwise, a new Zend_Mime Object is generated and used.
getMime (line 116)
returns the Zend_Mime object in use by this Message.
If the object was not present, it is created and returned. Can be used to determine the boundary used in this message.
getPartContent (line 176)
get the (encoded) content of a given part as a string
getPartHeaders (line 164)
get the headers of a given part as a string
getParts (line 54)
Returns the list of all Zend_Mime_Parts in this Mail as an Array.
isMultiPart (line 91)
check if message needs to be sent as multipart mime message of if it has only one part.
setMime (line 103)
set mime Object for this Message. This can be used to set the Boundary specifically or to use a SubClass of Zend_Mime for generating the boundary.
setParts (line 66)
sets the given Array of Zend_Mime_Parts as the Array for this eMail.
Documentation generated on Tue, 11 Jul 2006 12:24:20 -0500 by phpDocumentor 1.3.0RC6