Just in case ...
[squirrelmail.git] / 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.