POP3 :: boolean prset ( resource connection ) Returns TRUE if has been successfully recived, FALSE if not. Send RSET command. Example:
$open = POP3::Connect('mail.host.net', 'username', 'password'); $rset = POP3::pRset($open); echo $rset ? 'Success' : 'Error';