[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 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
d
top
Method decodeQuotedPrintable
decode a quoted printable encoded string
Page Decode.php
Decode.php in Decode.php
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
Method splitContentType
split a content type in its different parts - maybe that could get a more generic name and code as many fields use this format
Method splitHeaderField
split a header field like content type in its different parts
Method splitMessage
split a message in header and body part, if no header or an invalid header is found $headers is empty
Method splitMessageStruct
decodes a mime encoded String and returns a struct of parts with header and body
Method splitMime
Explode MIME multipart string into seperate parts
z
top
Class Zend_Mime_Decode
Zend_Mime_Decode in Decode.php
Class Zend_Mime_Message
Zend_Mime_Message in Message.php
a c d g i m s z _