Public Member Functions | |
__construct (array $params) | |
getContent ($stream=null) | |
getSize () | |
getPart ($num) | |
Protected Attributes | |
$_contentPos = array() | |
$_partPos = array() | |
$_fh |
Definition at line 40 of file File.php.
__construct | ( | array $ | params ) |
Public constructor
This handler supports the following params:
array | $params | full message with or without headers |
Zend_Mail_Exception |
Reimplemented from Zend_Mail_Part.
Reimplemented in Zend_Mail_Message_File.
getContent | ( | $ | stream = null ) |
Body of part
If part is multipart the raw content of this part with all sub parts is returned
Zend_Mail_Exception |
getPart | ( | $ | num ) |
Get part of multipart message
int | $num | number of part starting with 1 for first part |
Zend_Mail_Exception |
Reimplemented from Zend_Mail_Part.
getSize | ( | ) |
Return size of part
Quite simple implemented currently (not decoding). Handle with care.
Reimplemented from Zend_Mail_Part.