|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | auth_pop3 |
Variables | |
| $string ['auth_pop3description'] = 'This method uses a POP3 server to check whether a given username and password is valid.' | |
| $string ['auth_pop3host'] = 'The POP3 server address. Use the IP number, not DNS name.' | |
| $string ['auth_pop3host_key'] = 'Host' | |
| $string ['auth_pop3changepasswordurl_key'] = 'Password-change URL' | |
| $string ['auth_pop3mailbox'] = 'Name of the mailbox to attempt a connection with. (usually INBOX)' | |
| $string ['auth_pop3mailbox_key'] = 'Mailbox' | |
| $string ['auth_pop3notinstalled'] = 'Cannot use POP3 authentication. The PHP IMAP module is not installed.' | |
| $string ['auth_pop3port'] = 'Server port (110 is the most common, 995 is common for SSL)' | |
| $string ['auth_pop3port_key'] = 'Port' | |
| $string ['auth_pop3type'] = 'Server type. If your server uses certificate security, choose pop3cert.' | |
| $string ['auth_pop3type_key'] = 'Type' | |
| $string ['pluginname'] = 'POP3 server' | |
| $string['auth_pop3description'] = 'This method uses a POP3 server to check whether a given username and password is valid.' |
Definition at line 26 of file auth_pop3.php.
| $string['auth_pop3host'] = 'The POP3 server address. Use the IP number, not DNS name.' |
Definition at line 27 of file auth_pop3.php.
| $string['auth_pop3host_key'] = 'Host' |
Definition at line 28 of file auth_pop3.php.
| $string['auth_pop3changepasswordurl_key'] = 'Password-change URL' |
Definition at line 29 of file auth_pop3.php.
Definition at line 30 of file auth_pop3.php.
| $string['auth_pop3mailbox_key'] = 'Mailbox' |
Definition at line 31 of file auth_pop3.php.
| $string['auth_pop3notinstalled'] = 'Cannot use POP3 authentication. The PHP IMAP module is not installed.' |
Definition at line 32 of file auth_pop3.php.
| $string['auth_pop3port'] = 'Server port (110 is the most common, 995 is common for SSL)' |
Definition at line 33 of file auth_pop3.php.
| $string['auth_pop3port_key'] = 'Port' |
Definition at line 34 of file auth_pop3.php.
| $string['auth_pop3type'] = 'Server type. If your server uses certificate security, choose pop3cert.' |
Definition at line 35 of file auth_pop3.php.
| $string['auth_pop3type_key'] = 'Type' |
Definition at line 36 of file auth_pop3.php.
| $string['pluginname'] = 'POP3 server' |
Definition at line 37 of file auth_pop3.php.