IMP_Ajax_Application_Handler_Remote
extends Horde_Core_Ajax_Application_Handler
in package
Defines AJAX actions used for remote server access.
Tags
Table of Contents
Methods
- remoteLogin() : bool
- AJAX action: Login to a remote account.
- remoteLogout() : bool
- AJAX action: Logout from a remote account.
Methods
remoteLogin()
AJAX action: Login to a remote account.
public
remoteLogin() : bool
Variables used:
- password: (string) Remote server password.
- password_base64: (boolean) If true, password is base64 encoded.
- password_save: (boolean) If true, password is saved (encrypted) to config data.
- remoteid: (string) Remote server ID (base64url encoded).
- unsub: (boolean) If true, show unsubscribed mailboxes.
Return values
bool —An object with the following properties:
- success: (boolean) True if login was successful.
remoteLogout()
AJAX action: Logout from a remote account.
public
remoteLogout() : bool
Variables used:
- remoteid: (string) Remote server ID (base64url encoded).
Return values
bool —True.