hi again. i use this code to delete a specific email...
$do = $pop3->delete_mail ($delid);
if ($do == false) {
echo $pop3->error;
}
echo 'message deleted';
there was no error, and when i tried to dump the content of the $delid, it is correct, it even shows the message deleted message, but when i look n my inbox again (which i always refresh), it is still there. 😕