From d2993ee4db2ad20b2feebb04060acbe15d890cda Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 30 Oct 2008 09:17:36 +0000 Subject: - added BYE response simple support to prevent from endless loops in imap.inc (#1483956) --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index a080ef585..92223d22f 100644 --- a/index.php +++ b/index.php @@ -100,7 +100,7 @@ if ($RCMAIL->action=='login' && $RCMAIL->task=='mail') { $OUTPUT->redirect(); } else { - $OUTPUT->show_message($IMAP->error_code == -1 ? 'imaperror' : 'loginfailed', 'warning'); + $OUTPUT->show_message($IMAP->error_code == -1 ? 'loginfailed' : 'imaperror', 'warning'); $RCMAIL->kill_session(); } } -- cgit v1.2.3