Свойство | Тип | Описание | |
---|---|---|---|
$_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. |
public getImapOb ( ) : Horde_Imap_Client_Base | ||
Результат | Horde_Imap_Client_Base |
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. |
public getMsgFlags ( ) : array | ||
Результат | array | An array of flag arrays keyed by the RFC 3501 flag name. |
public getSpecialMailboxes ( ) : array | ||
Результат | array | An array of special mailboxes. |