Support class for MultiPart Mime Messages
Located in /Zend/Mime.php (line 30)
Encode the given string with the given encoding.
Encode a given string in base64 encoding and break lines according to the maximum linelength.
Encode a given string with the QUOTED_PRINTABLE mechanism
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
Return a MIME boundary
Return a MIME boundary line
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 Sun, 29 Oct 2006 21:27:23 -0600 by phpDocumentor 1.3.0RC6