PHP Class Horde_ActiveSync_Stub_ImapFactory, horde

Author: Michael J Rubinsky ([email protected])
Inheritance: implements Horde_ActiveSync_Interface_ImapFactory
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$fixture [type] Holds a mock Horde_Imap_Client_Socket object.

Méthodes publiques

Méthode Description
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.

Method Details

getImapOb() public méthode

Return a Horde_Imap_Client
public getImapOb ( ) : Horde_Imap_Client_Base
Résultat Horde_Imap_Client_Base

getMailboxes() public méthode

Return an array of email folders.
public getMailboxes ( boolean $force = false ) : array
$force boolean If true, will force a refresh of the folder list.
Résultat 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() public méthode

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

getSpecialMailboxes() public méthode

Return a list of the special mailboxes available on this server.
public getSpecialMailboxes ( ) : array
Résultat array An array of special mailboxes.

Property Details

$fixture public_oe property

Holds a mock Horde_Imap_Client_Socket object.
public [type] $fixture
Résultat [type]