_getHtmlPart()
_getHtmlPart(\Horde_Imap_Client_Data_Fetch $data, \Horde_Mime_Part $html_mime, boolean $convert_to_plain) : array
Build the data needed for the html part.
Parameters
\Horde_Imap_Client_Data_Fetch |
$data |
FETCH results. |
\Horde_Mime_Part |
$html_mime |
The text/html MIME part. |
boolean |
$convert_to_plain |
Convert text to plain text
also? If true, will also return a 'plain' array. |
Returns
array
— An array containing 'html' and if $convert_to_true is set,
a 'plain' part as well. @see self::_getPlainPart for
structure of each entry.