PHP 클래스 IMP_Maillog_Log_Sentmail, horde

저자: Michael Slusarz ([email protected])
상속: extends IMP_Maillog_Log_Base
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_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.

메소드 상세

__construct() 공개 메소드

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 __get ( $name )

addData() 공개 메소드

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

searchMailboxes() 공개 메소드

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

searchQuery() 공개 메소드

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

프로퍼티 상세

$_folder 보호되어 있는 프로퍼티

Sent-mail folder.
protected string $_folder
리턴 string

$_msgId 보호되어 있는 프로퍼티

Message ID.
protected string $_msgId
리턴 string

$_msgidHeader 보호되어 있는 프로퍼티

Message ID header label.
protected string $_msgidHeader
리턴 string