Property | Type | Description | |
---|---|---|---|
$_ignoreAttachments | boolean | Flag to ignore parts that EAS considers attachments. | |
$_part | Horde_Mime_Part | Base part. | |
$_state | object | State data. |
Method | Description | |
---|---|---|
__construct ( Horde_Mime_Part $part, $ignoreAttachments = false ) | Constructor. | |
count ( ) : integer | Returns the number of message parts. | |
current ( ) | ||
key ( ) | ||
next ( ) | ||
rewind ( ) | ||
valid ( ) |
Method | Description | |
---|---|---|
_allowRecursion ( Horde_Mime_Part $part ) : boolean | Return whether or not to allow recursion into a mime part when iterating all of the parts. So far, only disallows this for message/rfc822 parts to prevent each mime part of the rfc822 part to display as an attachment. | |
_isAttachment ( $part ) |
public __construct ( Horde_Mime_Part $part, $ignoreAttachments = false ) | ||
$part | Horde_Mime_Part |
protected _allowRecursion ( Horde_Mime_Part $part ) : boolean | ||
$part | Horde_Mime_Part | The part to check. |
return | boolean | True is we can descend into the part. False otherwise. |
protected bool $_ignoreAttachments | ||
return | boolean |