summaryrefslogtreecommitdiff
path: root/roundcubemail
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-03-09 16:02:10 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-03-09 16:02:10 +0000
commit1bb063392890ae594b098e8eb376c70464bb33f5 (patch)
tree8af94b842b98ce9fd08f5ad93312da3e189b0d49 /roundcubemail
parent7ef3e686cc60a4bfa17734e0b954966bcd372f9d (diff)
Remove unnecessary flush() causing headers-sent message (#1484860)
git-svn-id: https://svn.roundcube.net/trunk@1188 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
-rw-r--r--roundcubemail/program/lib/imap.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/imap.inc b/roundcubemail/program/lib/imap.inc
index e9b46847d..905d3e2e5 100644
--- a/roundcubemail/program/lib/imap.inc
+++ b/roundcubemail/program/lib/imap.inc
@@ -2448,7 +2448,6 @@ function iil_C_Append(&$conn, $folder, &$message) {
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');