Located in /Zend/Mime/Message.php (line 37)
Class | Description |
---|---|
![]() |
Class for sending an email. |
Append a new Zend_Mime_Part to the current eMail
decodes a mime encoded String and returns a MimeMessage object with all the mime parts set according to the given string
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.
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.
get the (encoded) content of a given part as a string
get the headers of a given part as a string
Returns the list of all Zend_Mime_Parts in this Mail as an Array.
check if message needs to be sent as multipart mime message of if it has only one part.
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.
sets the given Array of Zend_Mime_Parts as the Array for this eMail.
explode mime multipart string into seperate parts the parts consist of the header and the body of the mime part.
Documentation generated on Tue, 18 Apr 2006 11:55:20 -0700 by phpDocumentor 1.3.0RC3