seen ? ‘read’ : ‘unread’).'”>’;
$output.= ‘‘.$overview[0]->subject.’ ‘;
$output.= ‘‘.$overview[0]->from.’‘;
$output.= ‘on ‘.$overview[0]->date.’‘;
$output.= ‘
triponthego
‘;
/* output the email body */
$output.= ‘
‘.$message.’
‘;
}
echo $output.”mails”;
}
/* close the connection */
imap_close($inbox);
?>