release-0.6
till 17 years ago
parent c1f160203e
commit a664a679ca

@ -532,6 +532,7 @@ function rcmail_login($user, $pass, $host=NULL)
{
global $CONFIG, $IMAP, $DB, $sess_user_lang;
$user_id = NULL;
$user = strtolower($user); // fix case: #1484473
if (!$host)
$host = $CONFIG['default_host'];

Loading…
Cancel
Save