PHP Interface Horde_ActiveSync_Interface_ImapFactory, horde

Author: Michael J Rubinsky ([email protected])
Mostrar archivo Open project: horde/horde Interface Usage Examples

Public Methods

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

Method Details

getImapOb() public method

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

getMailboxes() public method

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

getSpecialMailboxes() public method

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