PHP Class IMP_Ajax_Application_Handler_Smartmobile, horde

Global tasks: - flag_config: (boolean) True if flag information is needed.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Ajax_Application_Handler
Datei anzeigen Open project: horde/horde

Public Methods

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

Method Details

__construct() public method

public __construct ( Horde_Core_Ajax_Application $base )
$base Horde_Core_Ajax_Application

copyMoveMailboxList() public method

Variables used: NONE
public copyMoveMailboxList ( ) : string
return string HTML to use for the folder tree.

smartmobileAutocomplete() public method

Variables used: - search: (string) The address search string.
public smartmobileAutocomplete ( ) : array
return array Returns an array of matched addresses (full address), which are HTML escaped.

smartmobileFolderTree() public method

Variables used: - all: (integer) If 1, return all mailboxes. Otherwise, return only INBOX, special mailboxes, and polled mailboxes.
public smartmobileFolderTree ( ) : string
return string HTML to use for the folder tree.

smartmobileGetForwardData() public method

AJAX action: Get forward compose data.

smartmobileSendMessage() public method

AJAX action: Send message.
public smartmobileSendMessage ( ) : string
return string HTML to use for the folder tree.