[Zend_Mime] element index

Package indexes

All elements
a b c d e f g i l m p q s t z _
_
top
Variable $_boundary
Variable $_content
Variable $_isStream
Variable $_mime
Variable $_parts
Method _disassembleMime
Explode MIME multipart string into seperate parts
Method __construct
create a new Mime Part.
Method __construct
Constructor
a
top
Method addPart
Append a new Zend_Mime_Part to the current message
b
top
Variable $boundary
Method boundary
Return a MIME boundary
Method boundaryLine
Return a MIME boundary line
c
top
Variable $charset
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
Variable $description
Variable $disposition
Method decodeQuotedPrintable
decode a quoted printable encoded string
Class Constant DISPOSITION_ATTACHMENT
Class Constant DISPOSITION_INLINE
Page Decode.php
Decode.php in Decode.php
e
top
Variable $encoding
Method encode
Encode the given string with the given encoding.
Method encodeBase64
Encode a given string in base64 encoding and break lines according to the maximum linelength.
Method encodeQuotedPrintable
Encode a given string with the QUOTED_PRINTABLE mechanism
Class Constant ENCODING_7BIT
Class Constant ENCODING_8BIT
Class Constant ENCODING_BASE64
Class Constant ENCODING_QUOTEDPRINTABLE
Page Exception.php
Exception.php in Exception.php
f
top
Variable $filename
g
top
Method generateMessage
Generate MIME-compliant message from the current configuration
Method getContent
Get the Content of the current Mime Part in the given encoding.
Method getEncodedStream
if this was created with a stream, return a filtered stream for reading the content. very useful for large file attachments.
Method getHeaders
Return the headers for this part as a string
Method getHeadersArray
Create and return the array of headers for this MIME part
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
Variable $id
Method isMultiPart
Check if message needs to be sent as multipart MIME message or if it has only one part.
Method isPrintable
Check if the given string is "printable"
Method isStream
check if this part can be read as a stream.
l
top
Class Constant LINEEND
Zend_Mime::LINEEND in Mime.php
Class Constant LINELENGTH
m
top
Variable $makeUnique
Page Message.php
Message.php in Message.php
Page Mime.php
Mime.php in Mime.php
Method mimeEnd
Return MIME ending
Class Constant MULTIPART_ALTERNATIVE
Class Constant MULTIPART_MIXED
Class Constant MULTIPART_RELATED
p
top
Page Part.php
Part.php in Part.php
q
top
Variable $qpKeys
Zend_Mime::$qpKeys in Mime.php
Variable $qpKeysString
Variable $qpReplaceValues
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
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
t
top
Variable $type
Class Constant TYPE_HTML
Class Constant TYPE_OCTETSTREAM
Class Constant TYPE_TEXT
z
top
Class Zend_Mime
Zend_Mime in Mime.php
Support class for MultiPart Mime Messages
Class Zend_Mime_Decode
Zend_Mime_Decode in Decode.php
Class Zend_Mime_Exception
Zend_Mime_Exception in Exception.php
Class Zend_Mime_Message
Zend_Mime_Message in Message.php
Class Zend_Mime_Part
Zend_Mime_Part in Part.php
Class representing a MIME part.
a b c d e f g i l m p q s t z _