host)) { $config->host = '127.0.0.1'; } if (!isset($config->type)) { $config->type = 'pop3notls'; } if (!isset($config->port)) { $config->port = '110'; } if (!isset($config->mailbox)) { $config->mailbox = 'INBOX'; } if (!isset($config->changepasswordurl)) { $config->changepasswordurl = ''; } ?>
error_text($err['host']); } ?> | ||
: | type, false); ?> | |
error_text($err['port']); } ?> | ||
error_text($err['mailbox']); } ?> | ||
error_text($err['changepasswordurl']); } ?> |