Donation Goal
Donate Now Goal amount for this year: 799 USD, Received: 100 USD (13%)
Please donate to help support this website. The funds will be used to purchase owned license of LiteSpeed Web Server Enterprise (2-CPU). It provides superior performance in terms of raw speed, scalability and anti-DDoS capabilities.

Manually Delete POP3 Emails Without Accessing Webmail or Using Email Client

Posted By Raymond In Category: Computer

Oct
3
2008

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.
telnet port 110

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.

Delete email using Telnet

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.
Enable Telnet Client Vista

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!


Related posts:
  • Easily Send and Receive Emails from Multiple Email Accounts
  • How to Easily Identify Legitimate Email in Webmail and Outlook
  • Read/Send Yahoo! e-mail using disabled Yahoo! POP3 service
  • Check Gmail through The Bat! email client
  • Why Sent Email Arrives in Mailbox with Incorrect Date or Time
    • f1tzy

      so wait, telnet does something else besides that “star wars trick” =P

      haha thanks mate, may come in handy!

    • http://www.raymond.cc/ Raymond

      Hah that’s right f1tzy. I actually just got to know about the star wars trick few days ago and find it really amazing.

    • http://ultrafunk.com/products/popcorn/ ComputerAnswerMan

      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!

    • http://ultrafunk.com/products/popcorn/ ComputerAnswerMan

      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!

    • Mario

      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.

    • http://www.blu3digital.com Christian Markley

      Yet another awesome and useful tip. Thank you. Keep ‘em coming! :-)

    • rbmilch

      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

    • http://www.raymond.cc/ Raymond

      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.

    • Doktor Notor

      #7: Telnet won’t work with Gmail since it requires encrypted connection, telnet has no support for that.

    • rbmilch

      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.
      :)

    • Ed

      You can use telnet to get to Gmail, or any SSL connection, just start and use stunnel. More complex, not worth it.

    Copyright © 2005-2012 - Raymond.CC Blog