3 Oct
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.

By the way, the winners for Nero BackItUp 4 and Nero 9 license has just been announced. You can go to this page to see if you’ve won!
[tags]telnet, pop3, email, delete, webmail[/tags]
: Copying this article to your website is strictly NOT allowed. However, if you like this article, you can use the HTML code below to directly link to this article.
Easily Send and Receive Emails from Multiple Email Accounts How to Receive Webmails (Hotmail, Yahoo, Gmail and etc) in Outlook Solutions for Your POP3 Server Has Not Responded in 60 Seconds in Windows Live Mail Why Sent Email Arrives in Mailbox with Incorrect Date or Time Read/Send Yahoo! e-mail using disabled Yahoo! POP3 service Gmail Marks Legitimate Emails as SPAM! How To Correct This? Multiple email checker
Have computer technical problems? Get FREE help from Raymond.CC FORUM
so wait, telnet does something else besides that “star wars trick” =P
haha thanks mate, may come in handy!
Hah that’s right f1tzy. I actually just got to know about the star wars trick few days ago and find it really amazing.
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!
Use Popcorn at the link (sorry should’ve put it here)
http://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!
Thats a nice trick… But if youre not a geek, you can try Magic Mail Monitor (http://mmm3.sourceforge.net/).
It’s an opensource tool and its also very hand.
Yet another awesome and useful tip. Thank you. Keep ‘em coming! :-)
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
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.
#7: Telnet won’t work with Gmail since it requires encrypted connection, telnet has no support for that.
http://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.
:)
You can use telnet to get to Gmail, or any SSL connection, just start and use stunnel. More complex, not worth it.