PHP Класс IMP_Ajax_Application_Handler_RemotePrefs, horde

Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Core_Ajax_Application_Handler
Показать файл Открыть проект

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

Метод Описание
autoconfigAccount ( ) : boolean AJAX action: Do autoconfiguration for a remote account.

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

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

Variables used: - email: (string) The e-mail address. - password: (string) Remote server password. - password_base64: (boolean) If true, password is base64 encoded. - secure: (boolean) If true, require a secure remote connection.
public autoconfigAccount ( ) : boolean
Результат boolean An object with the following properties: - mconfig: (object) The configuration object. - success: (boolean) True if autoconfiguration was successful.