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. |
public __construct ( Horde_Core_Ajax_Application $base ) | ||
$base | Horde_Core_Ajax_Application |
public copyMoveMailboxList ( ) : string | ||
return | string | HTML to use for the folder tree. |
public smartmobileAutocomplete ( ) : array | ||
return | array | Returns an array of matched addresses (full address), which are HTML escaped. |
public smartmobileFolderTree ( ) : string | ||
return | string | HTML to use for the folder tree. |
public smartmobileGetForwardData ( ) |
public smartmobileSendMessage ( ) : string | ||
return | string | HTML to use for the folder tree. |