
 khuram - 2010-07-27 18:46:33 - 
In reply to message 2 from Manuel LemosHi
I am calling 
//set the message for deletion and reset the messages
						if(($error=$pop3->DeleteMessage($message))=="")
{
	if(($error=$pop3->ResetDeletedMessages())=="")
	{
	}
}
in the for loop, and after the loop is complete,
if($error=="" && ($error=$pop3->Close())=="")
	echo "Disconnected from the POP3 server "".$pop3->hostname."".";
But it is still not deleting. Any help or any special settings on the server?
Regards
Khuram
P.S: Great Work BTW