well how do i not show it?? most programs don't...
$mailHeader = @imap_headerinfo($link, $id);
$from = $mailHeader->fromaddress;
$subject = strip_tags($mailHeader->subject);
$date = $mailHeader->date;
$fromaddress = $mailHeader->fromaddress;
$from = $mailHeader->from;
$to = $mailHeader->to;
$subject = $mailHeader->subject;
$body = nl2br(strip_tags(imap_body($link, $id)));
echo $body;
when i echo $body. it shows all this