Property | Type | Description | |
---|---|---|---|
$_base | Horde_Mime_Part | The composited mime part. | |
$_hasAttachments | boolean | Local cache of hasAttachments data. |
Method | Description | |
---|---|---|
__call ( string $method, array $params ) : mixed | Delegate calls to the composed MIME object. | |
__construct ( Horde_Mime_Part $mime ) | Cont'r | |
__destruct ( ) | ||
__get ( string $property ) : mixed | Accessor | |
findBody ( string $subtype = null ) : mixed | Finds the main "body" text part (if any) in a message. "Body" data is the first text part under this part. Considers only body data that should be displayed as the main body on an EAS client. I.e., this ignores any text parts contained withing "attachment" parts such as messages/rfc822 attachments. | |
hasAttachments ( ) : boolean | Return the hasAttachments flag | |
hasiCalendar ( ) : mixed | Return the MIME part of the iCalendar attachment, if available. | |
isAttachment ( string $id, string $mime_type ) : boolean | Determines if a MIME type is an attachment. | |
isEncrypted ( Horde_Mime_Part $mime = null ) : boolean | Return the S/MIME encryption status of this message. | |
isSigned ( Horde_Mime_Part $mime = null ) : boolean | Return the S/MIME status of this message (RFC2633) |
public __construct ( Horde_Mime_Part $mime ) | ||
$mime | Horde_Mime_Part | The mime data. |
public hasAttachments ( ) : boolean | ||
return | boolean |
public hasiCalendar ( ) : mixed | ||
return | mixed | The mime id of an iCalendar part, if present. Otherwise false. |
public isEncrypted ( Horde_Mime_Part $mime = null ) : boolean | ||
$mime | Horde_Mime_Part | |
return | boolean | True if message is S/MIME encrypted, otherwise false. |
protected Horde_Mime_Part $_base | ||
return | Horde_Mime_Part |
protected bool $_hasAttachments | ||
return | boolean |