[Nottingham] deleting selected POP3 mail

Paul Sladen notlug at paul.sladen.org
Tue Mar 2 00:05:08 GMT 2004


On Mon, 1 Mar 2004, James Gibbon wrote:
> So, to come to the point - is there a (preferably lightweight)
> Linux mailer which will allow me to:

    $ telnet pop3.example.com pop3
    USER foobar
    PASS S3cReT

> [*] read my mail on the move, leaving it on the mailserver

    LIST
    RETR 1
    RETR 2
    RETR 3
    RETR 4

> [*] delete selected POP3 mail on the mailserver, so I can remove spam

    DELE 2
    DELE 3

> [*] browse POP3 mail by headers without actually downloading it

    TOP 2 0
    TOP 3 0
    TOP 4 0

should do what you want, then:

    QUIT

	-Paul
-- 
Is there no safe way to travel?  London, GB





More information about the Nottingham mailing list