Return a complete Horde_ActiveSync_Imap_Message object for the requested
uid.
public getImapMessage ( string $mailbox, array | integer $uid, array $options = [] ) : array | ||
$mailbox | string | The mailbox name. |
$uid | array | integer | The message uid. |
$options | array | Additional options: - headers: (boolean) Also fetch the message headers if this is true. DEFAULT: false (Do not fetch headers). |
return | array | An array of Horde_ActiveSync_Imap_Message objects. |