[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 250 lines (8 kb) |
Included or required: | 2 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
mime:: (5 methods):
mime()
encode()
addSubPart()
_getEncodedData()
_quotedPrintableEncode()
mime($body, $params = '') X-Ref |
Constructor. Sets up the object. param: $body - The body of the mime part if any. param: $params - An associative array of parameters: |
encode() X-Ref |
encode() Encodes and returns the email. Also stores it in the encoded member variable return: An associative array containing two elements, |
addSubPart($body, $params) X-Ref |
No description |
_getEncodedData($data, $encoding) X-Ref |
_getEncodedData() Returns encoded data based upon encoding passed to it param: $data The data to encode. param: $encoding The encoding type to use, 7bit, base64, |
_quotedPrintableEncode($input , $line_max = 76) X-Ref |
quoteadPrintableEncode() Encodes data to quoted-printable standard. param: $input The data to encode param: $line_max Optional max line length. Should |
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |