$_data
$_data : array
Internal data array.
Fetch query object for use with Horde_Imap_Client_Base#fetch().
fullText(array $opts = array())
Get the full text of the message.
array | $opts | The following options are available:
|
headerText(array $opts = array())
Return header text.
Header text is defined only for the base RFC 2822 message or message/rfc822 parts.
array | $opts | The following options are available:
|
bodyText(array $opts = array())
Return body text.
Body text is defined only for the base RFC 2822 message or message/rfc822 parts.
array | $opts | The following options are available:
|
mimeHeader(string $id, array $opts = array())
Return MIME header text.
MIME header text is defined only for non-RFC 2822 messages and non-message/rfc822 parts.
string | $id | The MIME ID to obtain the MIME header text for. |
array | $opts | The following options are available:
|
bodyPart(string $id, array $opts = array())
Return the body part data for a MIME ID.
string | $id | The MIME ID to obtain the body part text for. |
array | $opts | The following options are available:
|
headers(string $label, array $search, array $opts = array())
Returns RFC 2822 header text that matches a search string.
This header search work only with the base RFC 2822 message or message/rfc822 parts.
string | $label | A unique label associated with this particular search. This is how the results are stored. |
array | $search | The search string(s) (case-insensitive). |
array | $opts | The following options are available:
|