Andrew Wright - 2008-02-22 14:05:16
Hi,
I want to write a script to delete all messages from a mailbox / mailboxes which are more than 1 month old. I have install the pop3class (which seems awesome) on my server and it has access to the mailboxes (all are pop3).
I know that I would have to iterate through all the emails on the server and test to see how old they are, then use the delete command to delete but I am struggling to understand the documentation AND I am a bit of a newbie to classes...
Any help would be much appreciated (especially pseudo-code :o) )