From 696d0c60c391be71ac58f7fc719ced47863fe756 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sun, 09 Mar 2008 12:02:10 -0400
Subject: [PATCH] Remove unnecessary flush() causing headers-sent message (#1484860)

---
 program/lib/imap.inc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/program/lib/imap.inc b/program/lib/imap.inc
index e9b4684..905d3e2 100644
--- a/program/lib/imap.inc
+++ b/program/lib/imap.inc
@@ -2448,7 +2448,6 @@
 	if (fputs($fp, $request)) {
 		$line=iil_ReadLine($fp, 100);		
 		$sent = fwrite($fp, $message."\r\n");
-		flush();
 		do {
 			$line=iil_ReadLine($fp, 1000);
 		} while ($line[0] != 'A');

--
Gitblit v1.9.1