Subscribe to Windows IT Pro
December 22, 1999 12:00 AM

I have a bad message in my POP3 mail box , how can I remove it/read POP using TELNET?

Windows IT Pro
InstantDoc ID #13652
Rating: (0)

A. A. It is possible to connect to a POP3 mailbox using Telnet so you should connect via telnet and delete the problem message.

  1. Telnet to the pop3 mail server on port 110
    C:\> telnet <pop3 mail server> 110
    e.g. telnet pop.savilltech.com 110 (this does not exist so don't bother!)
    Once you connet you will get a +OK prompt
  2. Tell the pop3 server your username (the name you usually logon as)
    user john
  3. Now tell the server your password
    pass password
  4. You will now be logged in and to see how many messages you have enter the word STAT which will tell you the number and size of the messages.
  5. To get a list of each message type LIST.
  6. To view the contents of a message use
    retr <message number>
    or to view just the header type
    top <message number> 0
  7. Once you find the problem just delete it using the DELE comamdn
    dele <message number>
  8. Finally to exit just type QUIT

This is obviously useful in a number of scerios and you could use it just to read you mail if you did not have access to a mail client.

Below is an example of the above in action.

Click here to view image


Related Content:

ARTICLE TOOLS

Comments
  • Anonymous User
    8 years ago
    Nov 11, 2004

    Excellen help. I used this to get my outlook working again.

You must log on before posting a comment.

Are you a new visitor? Register Here

advertisement

advertisement

Windows is a trademark of the Microsoft group of companies. Windows IT Pro is used by Penton Media Inc. under license from owner.