| [ PHPXref.com ] | [ Generated: Sun Jul 20 21:17:54 2008 ] | [ Zoph 0.5.1 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Source view] [Print]
(no description)
| File Size: | 351 lines (13 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Mail_mimePart:: (5 methods):
Mail_mimePart()
encode()
addSubPart()
_getEncodedData()
_quotedPrintableEncode()
Class: Mail_mimePart - X-Ref
Raw mime encoding class| Mail_mimePart($body = '', $params = array() 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 |
| &addSubPart() Adds a subpart to current mime part and returns a reference to it param: $body The body of the subpart, if any. param: $params The parameters for the subpart, same return: A reference to the part you just added. It is |
| _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 |
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |