PHP Classes

Problem in deleting message

Recommend this page to a friend!

      POP3 e-mail client  >  All threads  >  Problem in deleting message  >  (Un) Subscribe thread alerts  
Subject:Problem in deleting message
Summary:Problem in deleting message
Messages:3
Author:jangkukchol
Date:2008-09-15 18:46:50
Update:2008-09-16 02:54:05
 

  1. Problem in deleting message   Reply   Report abuse  
Picture of jangkukchol jangkukchol - 2008-09-15 18:46:50
Sorry for interrupting your work.

I am making simple email browser using pop3 class.

By the way, I can't delete email on pop3 mail server.

Please tell me the way for deleting message.

Thanks and regards.

  2. Re: Problem in deleting message   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-09-15 19:09:07 - In reply to message 1 from jangkukchol
You need to use the DeleteMessage function and Quit without calling the ResetDeletedMessages function.

  3. Re: Problem in deleting message   Reply   Report abuse  
Picture of jangkukchol jangkukchol - 2008-09-16 02:54:05 - In reply to message 2 from Manuel Lemos
Thank you very much