Hi, It works great. Of course I had already deleted the message on the client. So I needed to set the status to 0 for the messages.
That is actually for me the biggest reason to run dbmail. So that I know that I can restore the email. A plus are the advantages as mentioned on the website. Since the status value of the messages table is so important, an explanation might be helpful on the website for new users. 000 message is ready to be popped 001 ??? 002 message has been popped and is still on the server 003 message is either completely deleted or ready to be deleted Jan-Kees -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Norell Sent: Saturday, May 29, 2004 11:32 PM To: [email protected] Subject: RE: [Dbmail] informational request: restore email Hello, If your pop client simply didn't delete mail on the server and remembers the uidl, see if you can clear the uidl cache on your client. If it's actually been deleted, you can change the status back in the database, eg. "update messages set status = 0 where message_indr = 2175". Jn ---- Original Message ---- From: Jan-Kees Fels <[email protected]> To: <[email protected]> Subject: [Dbmail] informational request: restore email Sent: Sat, 29 May 2004 17:33:36 +0200 > Hi, > > > > How do I pop a message after it has been popped before. In other words I > want to do a restore. Lets say the message has message id 2175? > > > > Thanks, > > > > Jan-Kees > > > _______________________________________________ > Dbmail mailing list > [email protected] > https://mailman.fastxs.nl/mailman/listinfo/dbmail > > -- End Original Message -- -- Jesse Norell [EMAIL PROTECTED] is not my email address; change "administrator" to my first name. -- _______________________________________________ Dbmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
