PHP Classes

messages deleted

Recommend this page to a friend!

      POP3 e-mail client  >  POP3 e-mail client package blog  >  How Can PHP Read Emai...  >  All threads  >  messages deleted  >  (Un) Subscribe thread alerts  
Subject:messages deleted
Summary:How not to have message deleted
Messages:2
Author:Ketil Engmark
Date:2012-12-18 17:53:19
Update:2012-12-18 20:29:16
 

  1. messages deleted   Reply   Report abuse  
Picture of Ketil Engmark Ketil Engmark - 2012-12-18 17:53:19
First I would like to say out of all the pop3 php scripts/class I tried yours is the only one that actually worked. I am not an expert in php as yourself but I do some scripting.

I dont want the messages to be deleted is that possible? I have not located any setting other than if the connection is closed the message will be deleted.

Thanks for the great class.
Ketil

  2. Re: messages deleted   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2012-12-18 20:29:16 - In reply to message 1 from Ketil Engmark
You need to call the DeleteMessage function. The message is deleted effectively when the connection is closed.