[Zend_Mime] element index

Package indexes

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