PHP Class IMP_Maillog_Log_Sentmail, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends IMP_Maillog_Log_Base
Datei anzeigen Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_folder string Sent-mail folder.
$_msgId string Message ID.
$_msgidHeader string Message ID header label.

Public Methods

Method Description
__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.

Method Details

__construct() public method

Constructor.
public __construct ( array $params = [] )
$params array Parameters: - folder: (IMP_Mailbox|string) Potential sent-mail folder. - msgid: (string) Message ID of the message sent.

__get() public method

public __get ( $name )

addData() public method

Add entry specific data to the backend storage.
public addData ( ) : array
return array An array of key -> value pairs to add.

searchMailboxes() public method

Return the mailboxes that can be searched to find the sent message.
public searchMailboxes ( ) : array
return array Array of mailboxes to search in order of priority.

searchQuery() public method

Return the search query to use to find the sent message.
public searchQuery ( ) : Horde_Imap_Client_Search_Query
return Horde_Imap_Client_Search_Query The query object.

Property Details

$_folder protected_oe property

Sent-mail folder.
protected string $_folder
return string

$_msgId protected_oe property

Message ID.
protected string $_msgId
return string

$_msgidHeader protected_oe property

Message ID header label.
protected string $_msgidHeader
return string