If you have an internet account with your ISP, chances are you already have POP3 email account and you check your emails using Outlook Express, Windows Mail or Microsoft Outlook. It is definitely convenient using an email client to download all emails but it pisses me off when someone forward an email containing a huge attachment which takes very long to download. It is even worst when I am at my mum’s place where the connection is slow and unstable… If the connection breaks or time out, I’ll have to redownload all the emails again including the attachments.
If the POP3 email account has a webmail service, I could just log in to the webmail and delete the email message containing big sized attachment. When I delete an email from webmail, I am actually deleting it from my server. So when I run Outlook Express, it will no longer download the deleted email. What if your POP3 email account doesn’t have a webmail service?
Here is a fast and easy tip on how to manually delete an email from your POP3 email account without using any software.
All Windows computer has a Telnet client. I am going to show you how to delete POP3 e-mail using Telnet. Sounds tough right? You won’t think so after you’ve finished reading this article.
1. Go to Start > Run.
2. Type telnet mail.yourserver.com 110. If your POP3 port is different from the default 110, please change accordingly.

3. Telnet would connect to your mailserver at port 110. Once connected, it will show the message +OK Hello there.
4. Now you’ll have to login using the user command. Some pop3 username requires full email address as login and some only username.
Type user username@domain.com
You will now see the message +OK Password required.
5. Type pass yourpassword
If you’ve entered a correct password for the user, you will get the message +OK logged in.
6. You can now type the command list to list all the messages on the server and their sizes in bytes.
You should see a message that says +OK POP3 clients that break here, they violate STD53.
1 2243
2 2841
3 1241188
4 4932
The above image shows that you have 4 emails on the server, they are listed in order from oldest first to newest last.
7. To view any of the email message, use the retr command followed by the message number that you see in the list command. It will return the whole message including all headers. Example, retr 3.
8. To delete a message, use the dele command followed by the message number. Example, delete 3
9. Type quit to end the session.

Tip: If you accidentally deleted a wrong email message, quickly type rset. It will resurrect the email message. When you use the dele command, the message is only marked for deletion and will only permanently delete the messages once you quit the session.
In Windows Vista, if you type telnet in run, you will get the error message “Windows cannot find ‘telnet’. Make sure you typed the name correctly, and then try again.” To enable Telnet in Windows Vista, go to Control Panel, Programs, Programs and Features, and then click Turn Windows Features on or off. In the list, scroll down and select Telnet Client. Click OK to start the installation.


You can use telnet to get to Gmail, or any SSL connection, just start and use stunnel. More complex, not worth it.
mail2web.com ?
Nice site… but what happens, if the ownder of this domain logg the entries and sell the acountnames and passwords?
My whole live is in my mailacount!!!
If my password were stolen, it would be a supergau for me!!!
Im afraid – that google knows my password… but a further webservice shouldn’t have it.
:)
#7: Telnet won’t work with Gmail since it requires encrypted connection, telnet has no support for that.
This method only works on normal POP3 servers and I am pretty sure that it won’t work on Gmail servers.
Actually another way that I forgot to mention is using mail2web.
Hi Raymond!
I tryed this wih my gmail account… but it didn’t run.
T think, the command for gmail is:
telnet pop.google.com 995
Is that wrong?
Thanks for answering
Greets from germany
Yet another awesome and useful tip. Thank you. Keep ‘em coming! :-)
Thats a nice trick… But if youre not a geek, you can try Magic Mail Monitor (mmm3.sourceforge.net/).
It’s an opensource tool and its also very hand.
Use Popcorn at the link (sorry should’ve put it here)
ultrafunk.com/products/popcorn/
It’s free, it doesn’t download email, it’s the ultimate spam stopper (because it’s controlled by grey matter not RAM matter), it allows deletion of email manually without accessing webmail or using email client, but it does so much easier than the method you provided Ray. No offense!
Use Popcorn at the link. It’s free, it doesn’t download email, it’s the ultimate spam stopper (because it’s controlled by grey matter not RAM matter), it allows deletion of email manually without accessing webmail or using email client, but it does so much easier than the method you provided Ray. No offense!
Hah that’s right f1tzy. I actually just got to know about the star wars trick few days ago and find it really amazing.
so wait, telnet does something else besides that “star wars trick” =P
haha thanks mate, may come in handy!