X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fmime.php;h=478f4558e584f025521f19b2b42cda48e73fceaa;hb=6cc670de711a39c7617a9fbfd4e523a9750ac48d;hp=fabe0fedfd7ecb296f28a366295ccf804a32f9d8;hpb=7591f1435e55e514fd8e3d62e0c6bc217ad71337;p=squirrelmail.git diff --git a/functions/mime.php b/functions/mime.php index fabe0fed..478f4558 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -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.