PHP 인터페이스 Horde_ActiveSync_Interface_ImapFactory, horde

저자: Michael J Rubinsky ([email protected])
파일 보기 프로젝트 열기: horde/horde 0 사용 예제들

공개 메소드들

메소드 설명
getImapOb ( ) : mixed Return an imap client object.
getMailboxes ( boolean $force = false ) : array Return the list of IMAP mailboxes
getSpecialMailboxes ( ) : array Return the list of "special" mailboxes such as Trash/Sent

메소드 상세

getImapOb() 공개 메소드

Return an imap client object.
public getImapOb ( ) : mixed
리턴 mixed An object capable of communicating with an IMAP server.

getMailboxes() 공개 메소드

Return the list of IMAP mailboxes
public getMailboxes ( boolean $force = false ) : array
$force boolean If true, force a refresh of the list.
리턴 array An array of mailbox names.

getSpecialMailboxes() 공개 메소드

Return the list of "special" mailboxes such as Trash/Sent
public getSpecialMailboxes ( ) : array
리턴 array An array of mailbox names, keyed by the special type.