From 5bb2b28dcd0c4c95b71217508c4d1e3ca663fdb1 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 30 Oct 2008 09:17:36 +0000 Subject: - added BYE response simple support to prevent from endless loops in imap.inc (#1483956) git-svn-id: https://svn.roundcube.net/trunk@2026 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/index.php') diff --git a/roundcubemail/index.php b/roundcubemail/index.php index a080ef585..92223d22f 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/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