diff -r 30113bfbe723 -r b3afb9f1e801 php/vmail.inc --- a/php/vmail.inc Sun Jan 20 00:12:17 2008 +0100 +++ b/php/vmail.inc Sun Jan 20 00:22:09 2008 +0100 @@ -65,7 +65,7 @@ if ($length == 0) { while (!feof($vmailsock)) - $out=fread($vmailsock, 65535); + $out.=fread($vmailsock, 65535); fclose($vmailsock); return $out; }