auth_pop3host)) {
$config->auth_pop3host = "127.0.0.1";
}
if (!isset($config->auth_pop3type)) {
$config->auth_pop3type = "pop3";
}
if (!isset($config->auth_pop3port)) {
$config->auth_pop3port = "110";
}
?>
auth_pop3host: |
if (isset($err["auth_pop3host"])) formerr($err["auth_pop3host"]); ?>
|
print_string("auth_pop3host","auth") ?>
|
auth_pop3type: |
$pop3types = array("pop3","pop3cert");
foreach($pop3types as $pop3type) {
$pop3options[$pop3type] = $pop3type;
}
choose_from_menu($pop3options, "auth_pop3type", $config->auth_pop3type, "");
?>
|
print_string("auth_pop3type","auth") ?>
|
auth_pop3port: |
if (isset($err["auth_pop3port"])) formerr($err["auth_pop3port"]); ?>
|
print_string("auth_pop3port","auth") ?>
|
print_string("instructions", "auth") ?>: |
|
print_string("authinstructions","auth") ?>
helpbutton("text", get_string("helptext")) ?>
|