PHP 클래스 IMP_Ajax_Application_Handler_RemotePrefs, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Core_Ajax_Application_Handler
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
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.