Свойство | Тип | Описание | |
---|---|---|---|
$_folder | string | Sent-mail folder. | |
$_msgId | string | Message ID. | |
$_msgidHeader | string | Message ID header label. |
Метод | Описание | |
---|---|---|
__construct ( array $params = [] ) | Constructor. | |
__get ( $name ) | ||
addData ( ) : array | Add entry specific data to the backend storage. | |
searchMailboxes ( ) : array | Return the mailboxes that can be searched to find the sent message. | |
searchQuery ( ) : Horde_Imap_Client_Search_Query | Return the search query to use to find the sent message. |
public __construct ( array $params = [] ) | ||
$params | array | Parameters: - folder: (IMP_Mailbox|string) Potential sent-mail folder. - msgid: (string) Message ID of the message sent. |
public searchMailboxes ( ) : array | ||
Результат | array | Array of mailboxes to search in order of priority. |
public searchQuery ( ) : Horde_Imap_Client_Search_Query | ||
Результат | Horde_Imap_Client_Search_Query | The query object. |
protected string $_msgidHeader | ||
Результат | string |