Re: deleting emails through telnet
"Jonathan Hall" <[email protected]> Sat, 13 Sep 2003 23:12:20 -0500
| Newsgroups | gmane.org.user-groups.aclug.linux-help |
|---|---|
| Message-ID | <002b01c37a76$64c04e40$9602000a@tirian> |
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-/[email protected]> To: <[email protected]> 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 <[email protected]> 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-/[email protected]> > To: <[email protected]> > 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 [email protected] list. To > unsubscribe, > visit > http://www.complete.org/cgi-bin/listargate-aclug.cgi > > > -- This is the [email protected] 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 [email protected] list. To unsubscribe, visit http://www.complete.org/cgi-bin/listargate-aclug.cgi -- This is the [email protected] list. To unsubscribe, visit http://www.complete.org/cgi-bin/listargate-aclug.cgi