[Zend_Mime] element index

Package indexes

All elements
a c d g i m s z _
_
top
Variable $_mime
Variable $_parts
a
top
Method addPart
Append a new Zend_Mime_Part to the current eMail
c
top
Method createFromMessage
decodes a mime encoded String and returns a MimeMessage object with all the mime parts set according to the given string
d
top
Page Decode.php
Decode.php in Decode.php
g
top
Method generateMessage
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.
Method getMime
returns the Zend_Mime object in use by this Message.
Method getPartContent
get the (encoded) content of a given part as a string
Method getPartHeaders
get the headers of a given part as a string
Method getParts
Returns the list of all Zend_Mime_Parts in this Mail as an Array.
i
top
Method isMultiPart
check if message needs to be sent as multipart mime message of if it has only one part.
m
top
Page Message.php
Message.php in Message.php
s
top
Method setMime
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.
Method setParts
sets the given Array of Zend_Mime_Parts as the Array for this eMail.
z
top
Class Zend_Mime_Message
Zend_Mime_Message in Message.php
a c d g i m s z _