Class | Description |
---|---|
![]() |
raw part body
count of parts of a multipart message
headers of part as array
current position of iterator
mail handler, if late fetch is active
message number for mail handler
parts of multipart message
toplines as fetched with headers
Public constructor
Zend_Mail_Part supports different sources for content. The possible params are:
Count parts of a multipart part
implements Iterator::current()
implements RecursiveIterator::getChildren()
Body of part
If part is multipart the raw content of this part with all sub parts is returned
Get a header in specificed format
Internally headers that occur more than once are saved as array, all other as string. If $format is set to string implode is used to concat the values (with Zend_Mime::LINEEND as delim).
Get all headers
The returned headers are as saved internally. All names are lowercased. The value is a string or an array if a header with the same name occurs more than once.
Get part of multipart message
implements RecursiveIterator::hasChildren()
Check if part is a multipart message
implements Iterator::key()
implements Iterator::next()
implements Iterator::rewind()
implements Iterator::valid()
Cache content and split in parts if multipart
Getter for mail headers - name is matched in lowercase
This getter is short for Zend_Mail_Part::getHeader($name, 'string')
magic method to get content of part
Documentation generated on Sun, 27 May 2007 23:26:30 -0700 by phpDocumentor 1.3.2