Browse Source

Merge branch 'trunk' into master

Andy 4 years ago
parent
commit
477e7647f1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      functions/mime.php

+ 2 - 1
functions/mime.php

@@ -194,7 +194,8 @@ 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='php://stdout', $force_crlf='') {
+// TODO: Needs documentation.  $ent_id default is usually 1
+function mime_print_body_lines ($imap_stream, $id, $ent_id, $encoding, $rStream='php://stdout', $force_crlf='') {
 
     /* Don't kill the connection if the browser is over a dialup
      * and it would take over 30 seconds to download it.