Re: [PHP] I need a script for deleting mail from mail boxes...

2003-12-09 Thread Chris Hayes
At 16:08 9-12-03, you wrote: Hi All, I need to know how to write a script for deleting mail from a Linux server. It's more important to know what sort of mail it is. I suppose POP3 mail, so then look for the POP class of Manuel Lemos, i think on phpclasses.org. Essentially I need to be able to

[PHP] I need a script for deleting mail from mail boxes...

2003-12-09 Thread Keith
Hi All, I need to know how to write a script for deleting mail from a Linux server. Essentially I need to be able to delete all mail with a date-stamp less than some threshold date. Then I want this script to run from a regular cron job. I am not sure if this is doable in PHP or whether I must wri