PHP Класс IMP_Ajax_Application_Handler_Smartmobile, horde

Global tasks: - flag_config: (boolean) True if flag information is needed.
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Core_Ajax_Application_Handler
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Horde_Core_Ajax_Application $base )
copyMoveMailboxList ( ) : string Return the copy/move selection list.
smartmobileAutocomplete ( ) : array AJAX action: Get autocomplete data.
smartmobileFolderTree ( ) : string AJAX action: Check access rights for creation of a submailbox.
smartmobileGetForwardData ( ) AJAX action: Get forward compose data.
smartmobileSendMessage ( ) : string AJAX action: Send message.

Описание методов

__construct() публичный Метод

public __construct ( Horde_Core_Ajax_Application $base )
$base Horde_Core_Ajax_Application

copyMoveMailboxList() публичный Метод

Variables used: NONE
public copyMoveMailboxList ( ) : string
Результат string HTML to use for the folder tree.

smartmobileAutocomplete() публичный Метод

Variables used: - search: (string) The address search string.
public smartmobileAutocomplete ( ) : array
Результат array Returns an array of matched addresses (full address), which are HTML escaped.

smartmobileFolderTree() публичный Метод

Variables used: - all: (integer) If 1, return all mailboxes. Otherwise, return only INBOX, special mailboxes, and polled mailboxes.
public smartmobileFolderTree ( ) : string
Результат string HTML to use for the folder tree.

smartmobileGetForwardData() публичный Метод

AJAX action: Get forward compose data.

smartmobileSendMessage() публичный Метод

AJAX action: Send message.
public smartmobileSendMessage ( ) : string
Результат string HTML to use for the folder tree.