auth_imaphost)) {
$config->auth_imaphost = "127.0.0.1";
}
if (!isset($config->auth_imaptype)) {
$config->auth_imaptype = "imap";
}
if (!isset($config->auth_imapport)) {
$config->auth_imapport = "143";
}
?>
auth_imaphost: |
if (isset($err["auth_imaphost"])) formerr($err["auth_imaphost"]); ?>
|
print_string("auth_imaphost","auth") ?>
|
auth_imaptype: |
$imaptypes = array("imap","imapssl", "imapcert", "imaptls");
foreach($imaptypes as $imaptype) {
$imapoptions[$imaptype] = $imaptype;
}
choose_from_menu($imapoptions, "auth_imaptype", $config->auth_imaptype, "");
?>
|
print_string("auth_imaptype","auth") ?>
|
auth_imapport: |
if (isset($err["auth_imapport"])) formerr($err["auth_imapport"]); ?>
|
print_string("auth_imapport","auth") ?>
|
print_string("instructions", "auth") ?>: |
|
print_string("authinstructions","auth") ?>
helpbutton("text", get_string("helptext")) ?>
|