PHP Class IMP_Maillog_Log_Sentmail, horde

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

Protected Properties

Свойство Type Description
$_folder string Sent-mail folder.
$_msgId string Message ID.
$_msgidHeader string Message ID header label.

Méthodes publiques

Méthode 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 méthode

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 méthode

public __get ( $name )

addData() public méthode

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

searchMailboxes() public méthode

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

searchQuery() public méthode

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

Property Details

$_folder protected_oe property

Sent-mail folder.
protected string $_folder
Résultat string

$_msgId protected_oe property

Message ID.
protected string $_msgId
Résultat string

$_msgidHeader protected_oe property

Message ID header label.
protected string $_msgidHeader
Résultat string