program/lib/imap.inc
@@ -620,7 +620,7 @@ } stream_set_timeout($conn->fp, 10); $line = stream_get_line($conn->fp, 8192, "\r\n"); $line = stream_get_line($conn->fp, 8192, "\n"); if ($my_prefs['debug_mode'] && $line) write_log('imap', 'S: '. $line);