|
@@ -438,13 +438,11 @@ function mime_fetch_body ($imap_stream, $id, $ent_id ) {
|
|
|
_("Message:") . " $message<BR>" .
|
|
|
_("FETCH line:") . " $topline ....<BR></tt></font></b>";
|
|
|
|
|
|
-/*
|
|
|
$data = sqimap_run_command ($imap_stream, "FETCH $passed_id BODY[]", true, $response, $message);
|
|
|
array_shift($data);
|
|
|
$wholemessage = implode('', $data);
|
|
|
|
|
|
$ret = "---------------\n$wholemessage";
|
|
|
-*/
|
|
|
}
|
|
|
return( $ret );
|
|
|
}
|