PHP 클래스 Horde_Core_ActiveSync_Imap_Factory, horde

저자: Michael J Rubinsky ([email protected])
상속: implements Horde_ActiveSync_Interface_ImapFactory
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_adapter
$_mailboxlist
$_specialMailboxlist

공개 메소드들

메소드 설명
getImapOb ( ) : Horde_Imap_Client_Base Return a Horde_Imap_Client
getMailboxes ( boolean $force = false ) : array Return an array of email folders.
getMsgFlags ( ) : array Return a list of user-defined flags.
getSpecialMailboxes ( ) : array Return a list of the special mailboxes available on this server.

메소드 상세

getImapOb() 공개 메소드

Return a Horde_Imap_Client
public getImapOb ( ) : Horde_Imap_Client_Base
리턴 Horde_Imap_Client_Base

getMailboxes() 공개 메소드

Return an array of email folders.
public getMailboxes ( boolean $force = false ) : array
$force boolean If true, will force a refresh of the folder list.
리턴 array An array of folder information. Each entry is keyed by the mailbox UTF-8 name and contains: - level: How many parents a folder has, 0 is the root. - label: The display label for the mailbox. - d: The delimiter.

getMsgFlags() 공개 메소드

Return a list of user-defined flags.
public getMsgFlags ( ) : array
리턴 array An array of flag arrays keyed by the RFC 3501 flag name.

getSpecialMailboxes() 공개 메소드

Return a list of the special mailboxes available on this server.
public getSpecialMailboxes ( ) : array
리턴 array An array of special mailboxes.

프로퍼티 상세

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

protected $_adapter

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

protected $_mailboxlist

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

protected $_specialMailboxlist