[Zend_Mime] element index

Package indexes

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