From: moodler <moodler> Date: Sun, 15 Aug 2004 14:17:22 +0000 (+0000) Subject: Removed HALFOPEN as per http://moodle.org/mod/forum/discuss.php?d=11115 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=00cd9cf735178946a7b43711018a911835f2751d;p=moodle.git Removed HALFOPEN as per http://moodle.org/mod/forum/discuss.php?d=11115 --- diff --git a/auth/pop3/lib.php b/auth/pop3/lib.php index a383905756..bd78bc29d5 100644 --- a/auth/pop3/lib.php +++ b/auth/pop3/lib.php @@ -26,7 +26,7 @@ function auth_user_login ($username, $password) { } error_reporting(0); - $connection = imap_open($host, $username, $password, OP_HALFOPEN); + $connection = imap_open($host, $username, $password); error_reporting($CFG->debug); if ($connection) {