I’m using pop3class for retrieving mails from pop3 server. when I call
$pop3->RetieveMessage($messageNumber,$header,$body,-1);
I receive header and body of the message in $header and $body variables.
when I
Print_r($body);
I’ve lot of HTML code in output. Can someone help me in which class should
I use for dealing with the received mail, because I don’t know the returned
data type of the mail.
i think this link can help u in getting the incoming mails
http://ca.php.net/imap