From d2993ee4db2ad20b2feebb04060acbe15d890cda Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 30 Oct 2008 05:17:36 -0400 Subject: [PATCH] - added BYE response simple support to prevent from endless loops in imap.inc (#1483956) --- index.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/index.php b/index.php index a080ef5..92223d2 100644 --- a/index.php +++ b/index.php @@ -100,7 +100,7 @@ $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(); } } -- Gitblit v1.9.1