|
| __construct (array $params) |
| Public constructor.
|
|
| getTopLines () |
| return toplines as found after headers
|
|
| hasFlag ($flag) |
| check if flag is set
|
|
| getFlags () |
| get all set flags
|
|
| __construct (array $params) |
| Public constructor.
|
|
| getContent ($stream=null) |
| Body of part.
|
|
| getSize () |
| Return size of part.
|
|
| getPart ($num) |
| Get part of multipart message.
|
|
| __construct (array $params) |
| Public constructor.
|
|
| setPartClass ($class) |
| Set name pf class used to encapsulate message parts.
|
|
| getPartClass () |
| Retrieve the class name used to encapsulate message parts.
|
|
| isMultipart () |
| Check if part is a multipart message.
|
|
| getContent () |
| Body of part.
|
|
| getSize () |
| Return size of part.
|
|
| getPart ($num) |
| Get part of multipart message.
|
|
| countParts () |
| Count parts of a multipart part.
|
|
| getHeaders () |
| Get all headers.
|
|
| getHeader ($name, $format=null) |
| Get a header in specificed format.
|
|
| headerExists ($name) |
| Check wheater the Mail part has a specific header.
|
|
| getHeaderField ($name, $wantedPart=0, $firstName=0) |
| Get a specific field from a header like content type or all fields as array.
|
|
| __get ($name) |
| Getter for mail headers - name is matched in lowercase.
|
|
| __isset ($name) |
| Isset magic method proxy to hasHeader.
|
|
| __toString () |
| magic method to get content of part
|
|
| hasChildren () |
| implements RecursiveIterator::hasChildren()
|
|
| getChildren () |
| implements RecursiveIterator::getChildren()
|
|
| valid () |
| implements Iterator::valid()
|
|
| next () |
| implements Iterator::next()
|
|
| key () |
| implements Iterator::key()
|
|
| current () |
| implements Iterator::current()
|
|
| rewind () |
| implements Iterator::rewind()
|
|