[Zend_Mime] element index

Package indexes

All elements
a c g i m s z _
_
top
Variable $_mime
Variable $_parts
a
top
Method addPart
Append a new Zend_Mime_Part to the current message
c
top
Method createFromMessage
Decodes a MIME encoded string and returns a Zend_Mime_Message object with all the MIME parts set according to the given string
g
top
Method generateMessage
Generate MIME-compliant message from the current configuration
Method getMime
Returns the Zend_Mime object in use by the 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 getPartHeadersArray
Get the headers of a given part as an array
Method getParts
Returns the list of all Zend_Mime_Parts in the message
i
top
Method isMultiPart
Check if message needs to be sent as multipart MIME message or if it has only one part.
m
top
Page Message.php
Message.php in Message.php
s
top
Method setMime
Set Zend_Mime object for the message
Method setParts
Sets the given array of Zend_Mime_Parts as the array for the message
z
top
Class Zend_Mime_Message
Zend_Mime_Message in Message.php
a c g i m s z _