Zend_MimeSupport class for MultiPart Mime Messages
Located in /Zend/Mime.php (line 30)
static string
encodeBase64
(string $str, [int $lineLength = self::LINELENGTH], [int $lineEnd = self::LINEEND])
static string
encodeQuotedPrintable
(string $str, [int $lineLength = self::LINELENGTH], [int $lineEnd = self::LINEEND])
static mixed
$makeUnique
= 0 (line 48)
static mixed
$qpKeys
= array(
static mixed
$qpKeysString
=
static mixed
$qpReplaceValues
= array(
mixed
$_boundary
(line 47)
static encode (line 199)
Encode the given string with the given encoding.
static encodeBase64 (line 168)
Encode a given string in base64 encoding and break lines according to the maximum linelength.
static encodeQuotedPrintable (line 124)
Encode a given string with the QUOTED_PRINTABLE mechanism
static isPrintable (line 111)
Check if the given string is "printable"
Checks that a string contains no unprintable characters. If this returns false, encode the string for secure delivery.
Constructor __construct (line 182)
Constructor
boundary (line 222)
Return a MIME boundary
boundaryLine (line 234)
Return a MIME boundary line
mimeEnd (line 245)
Return MIME ending
DISPOSITION_ATTACHMENT
= 'attachment'
(line 39)
DISPOSITION_INLINE
= 'inline'
(line 40)
ENCODING_7BIT
= '7bit'
(line 35)
ENCODING_8BIT
= '8bit'
(line 36)
ENCODING_BASE64
= 'base64'
(line 38)
ENCODING_QUOTEDPRINTABLE
= 'quoted-printable'
(line 37)
LINEEND
= "\r\n"
(line 42)
LINELENGTH
= 74
(line 41)
MULTIPART_ALTERNATIVE
= 'multipart/alternative'
(line 43)
MULTIPART_MIXED
= 'multipart/mixed'
(line 44)
MULTIPART_RELATED
= 'multipart/related'
(line 45)
TYPE_HTML
= 'text/html'
(line 34)
TYPE_OCTETSTREAM
= 'application/octet-stream'
(line 32)
TYPE_TEXT
= 'text/plain'
(line 33)
Documentation generated on Wed, 21 Feb 2007 11:54:19 -0800 by phpDocumentor 1.3.1