in reply to pop3-check

Hi Shotgun Bob,

I have just read the code and I have found the line
about list of messages. What do you think about
enhancing your code to enable deleting unwanted
messages at the mailserver (dele <msgnr>) directly to
prevent you from downloading them?
--
there are no silly questions
killerhippy

Replies are listed 'Best First'.
Re: Re: pop3-check
by ajt (Prior) on Sep 24, 2001 at 18:08 UTC
    I wrote a simple script that does essentially this. I even wrote a little scheduler for it as NT isn't as neat as *nix for scheduling. I felt very proud, then I discovered that Lincon Stein's book had pretty much the same thing in already, plus his was better.

    Have a look at his book, it's got a very good desciption of all things Net:: and CGI. Perl Network Programming