Just in case ...
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 19 Apr 2005 10:44:26 +0000 (10:44 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 19 Apr 2005 10:44:26 +0000 (10:44 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9355 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index fabe0fedfd7ecb296f28a366295ccf804a32f9d8..478f4558e584f025521f19b2b42cda48e73fceaa 100644 (file)
@@ -159,7 +159,7 @@ function mime_fetch_body($imap_stream, $id, $ent_id=1, $fetch_size=0) {
     return $ret;
 }
 
-function mime_print_body_lines ($imap_stream, $id, $ent_id=1, $encoding, $rStream) {
+function mime_print_body_lines ($imap_stream, $id, $ent_id=1, $encoding, $rStream='php://stdout') {
 
     /* Don't kill the connection if the browser is over a dialup
     * and it would take over 30 seconds to download it.