Method | Description | |
---|---|---|
__construct ( IMP_Mailbox $mailbox = null ) | Constructor. | |
getFrom ( Horde_Imap_Client_Data_Envelope $ob ) : array | Get From address information for display on mailbox page. | |
getSubject ( string $subject, string $htmlspaces = false ) : string | Formats the subject header. |
public __construct ( IMP_Mailbox $mailbox = null ) | ||
$mailbox | IMP_Mailbox | The current mailbox. |
public getFrom ( Horde_Imap_Client_Data_Envelope $ob ) : array | ||
$ob | Horde_Imap_Client_Data_Envelope | An envelope object. |
return | array | An array of information: - from: (string) The label(s) of the From address (personal part; fallback to address). - from_label: (string) String to prefix to From label. - from_list: (Horde_Mail_Rfc822_List) From address list. - to: (boolean) True if this is who the message was sent to. |