PHP Classes

How To delete Message

Recommend this page to a friend!

      PHP MIME Email Message Parser  >  All threads  >  How To delete Message  >  (Un) Subscribe thread alerts  
Subject:How To delete Message
Summary:How To delete Message
Messages:2
Author:nitin sharma
Date:2009-04-23 08:33:02
Update:2009-04-23 08:44:51
 

  1. How To delete Message   Reply   Report abuse  
Picture of nitin sharma nitin sharma - 2009-04-23 08:33:02
First of all gr8 works for developing to read mail content, keep it up.
But i facing the problem after reading the content i want to delete the thats message and also i can read more than 1 mail at the same time

Thanks in advace



  2. Re: How To delete Message   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2009-04-23 08:44:52 - In reply to message 1 from nitin sharma
This is not really a subject of the MIME parser class.

If you are getting messages using the POP3 class, you need to use the DeleteMessage function of that class.

Take a look at the example scripts that come with that class. They also demonstrate how to process multiple messages within the same connection.

You should also read this article for more explanations:

phpclasses.org/blog/package/2/post/ ...