Complete.Org: Mailing Lists: Archives: linux-help: September 2003:
[linux-help] Re: deleting emails through telnet
Home

[linux-help] Re: deleting emails through telnet

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: linux-help@xxxxxxxxx
Subject: [linux-help] Re: deleting emails through telnet
From: "Jonathan Hall" <flimzy@xxxxxxxxxx>
Date: Sat, 13 Sep 2003 23:12:20 -0500
Reply-to: linux-help@xxxxxxxxx

The quickest way I can think of...

$ for n in $(seq 700); do echo "dele $n" > asdf.txt; done

Then telnet to your POP3 server and log in, then cut-and-paste asdf.txt to
your telnet client's window.





----- Original Message -----
From: "XXXSudharsha WijesingheXXX" <adithya111@xxxxxxxxx>
To: <linux-help@xxxxxxxxx>
Sent: Saturday, September 13, 2003 10:44 PM
Subject: [linux-help] Re: deleting emails through telnet


thanks for the info
I know this method but this will only delete the
perticuler message. I have about 700 messages and
I want to get rid of them all.
Thanks,
Sudharsha.
--- Jonathan Hall <flimzy@xxxxxxxxxx> wrote:
> telnet <host> 110    # telnet to the host, port
> 110
> user <username>    # enter your username
> pass <password>    # enter your password
> list                           # list all
> messages and their sizes
> dele <#>                # Delete message number
> #
> quit                        # close the session
>
>
> ----- Original Message -----
> From: "XXXSudharsha WijesingheXXX"
> <adithya111@xxxxxxxxx>
> To: <linux-help@xxxxxxxxx>
> Sent: Saturday, September 13, 2003 8:16 PM
> Subject: [linux-help] deleting emails through
> telnet
>
>
> I have about 700 messages  on my email account.
> I want to delete them with out downloading.
> I can log in to it using telnet on pop3 and
> delete 1 by 1. Does any one know how I can
> delete
> them all at once other than issueing 700 delete
> commands.
> Thanks in advance.
> Sudharsha.
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
> -- This is the linux-help@xxxxxxxxx list.  To
> unsubscribe,
> visit
>
http://www.complete.org/cgi-bin/listargate-aclug.cgi
>
>
> -- This is the linux-help@xxxxxxxxx list.  To
> unsubscribe,
> visit
>
http://www.complete.org/cgi-bin/listargate-aclug.cgi
>


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
-- This is the linux-help@xxxxxxxxx list.  To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi


-- This is the linux-help@xxxxxxxxx list.  To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]