Telnet can be used as another way to check email. The first two steps are for Windows only; Mac and Linux users should use their own methods for launching a terminal/console window.
EditSteps
- 1Select Start in the bottom left corner of the screen, then select Run.
- 2Once the Run window starts, type in cmd.
- 3At the command prompt, type in telnet emailprovider.com 110 (where "emailprovider" is the name of the service you use for email).
- 4Type USER yourusername (you may see what you type or not, and "yourusername" should be changed to whatever comes before the @ in your email address).
- 5Then type in PASS yourpassword (if you can see what you type, you will see your password).
- 6Type list.
- 7You will see a list of items with labels like "1 607" and "2 1323403."
- 8If you want to look at the message labeled 2 1323403, type retr 2. You can replace the 2 with any other number to view other messages.
- 9If you want to delete message 1 607, type dele 1.
- 10When you are done checking your email, type quit.

