|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | auth_imap |
Variables | |
| $string ['auth_imapdescription'] = 'This method uses an IMAP server to check whether a given username and password is valid.' | |
| $string ['auth_imaphost'] = 'The IMAP server address. Use the IP number, not DNS name.' | |
| $string ['auth_imaphost_key'] = 'Host' | |
| $string ['auth_imapchangepasswordurl_key'] = 'Password-change URL' | |
| $string ['auth_imapnotinstalled'] = 'Cannot use IMAP authentication. The PHP IMAP module is not installed.' | |
| $string ['auth_imapport'] = 'IMAP server port number. Usually this is 143 or 993.' | |
| $string ['auth_imapport_key'] = 'Port' | |
| $string ['auth_imaptype'] = 'The IMAP server type. IMAP servers can have different types of authentication and negotiation.' | |
| $string ['auth_imaptype_key'] = 'Type' | |
| $string ['pluginname'] = 'IMAP server' | |
| $string['auth_imapdescription'] = 'This method uses an IMAP server to check whether a given username and password is valid.' |
Definition at line 26 of file auth_imap.php.
| $string['auth_imaphost'] = 'The IMAP server address. Use the IP number, not DNS name.' |
Definition at line 27 of file auth_imap.php.
| $string['auth_imaphost_key'] = 'Host' |
Definition at line 28 of file auth_imap.php.
| $string['auth_imapchangepasswordurl_key'] = 'Password-change URL' |
Definition at line 29 of file auth_imap.php.
| $string['auth_imapnotinstalled'] = 'Cannot use IMAP authentication. The PHP IMAP module is not installed.' |
Definition at line 30 of file auth_imap.php.
| $string['auth_imapport'] = 'IMAP server port number. Usually this is 143 or 993.' |
Definition at line 31 of file auth_imap.php.
| $string['auth_imapport_key'] = 'Port' |
Definition at line 32 of file auth_imap.php.
| $string['auth_imaptype'] = 'The IMAP server type. IMAP servers can have different types of authentication and negotiation.' |
Definition at line 33 of file auth_imap.php.
| $string['auth_imaptype_key'] = 'Type' |
Definition at line 34 of file auth_imap.php.
| $string['pluginname'] = 'IMAP server' |
Definition at line 35 of file auth_imap.php.