| 1. Connect to the Internet as you normally would. | ||
| 2. Click on the Start button. | ||
| 3. Select Run... | ||
| 4. In the text box, type telnet | ||
| 5. Click OK | ||
| 6. Click on Connect | ||
| 7. Click on Terminal | ||
| 8. Choose Preferences... | ||
| 9. If Local Echo is not checked, check the box. | ||
| 10. Click OK | ||
| 11. Click on Connect. | ||
| 12. Choose Remote System... | ||
| A connect Dialog box will appear. Enter information into the text boxes as indicated below. | ||
| Host name: | mail.computerlynx.net | |
| Port: | 110 | |
| Term Type: | vt100 | |
| 8. Click the Connect button. | ||
| You will see: | ||
+OK Microsoft Exchange POP3 server version 5.0.1460.9 ready |
||
| Type: | ||
| user login | {Press ENTER | where login is your e-mail login} | |
| You will see: | ||
+OK |
||
| Type: | ||
| pass password | {Press ENTER | where password is your e-mail password} | |
| You will see: | ||
+OK User successfully logged on |
||
| Type: | ||
| list | {the list command displays the individual messages in your mailbox and their byte sizes} | |
| You will see: | ||
1 1509 2 1965 3 1250 . |
{This is an index of messages. The first number is a reference number for commands, the second number is the actual bytesize of the message} | |
| Type: | ||
| retr 1 | {the retr command is used to retrieve messages. Determine the
number of the message you wish to retreive using the LIST command (mentioned previously)} Note that retrieving a message does not delete it. Deletion method will be discussed later. |
|
| You will see: | ||
+OK
Received: from tribune12.su-colo.bbnplanet.com by opus.worldlynxyork.net with SM
TP (Microsoft Exchange Internet Mail Service Version 5.0.1460.8)
id P5YGCKVY; Wed, 26 Aug 1998 15:57:48 -0400
Received: from tribune12.su-colo.bbnplanet.com ([127.0.0.1])
by tribune12.su-colo.bbnplanet.com (Netscape Mail Server v2.02)
with SMTP id AAA14288 for
|
||
| Type: | ||
| top 1 10 | {the top command is used to retrieve messages, but with specifics: the first number is the message to be retrieved [in this case, 1] (determined by the LIST command), and the second number specifies how many lines [in this case, 10] to retrieve. Determine the number of the message you wish to retreive using the LIST command (mentioned previously)} | |
| You will see: | ||
+OK
Received: from tribune12.su-colo.bbnplanet.com by opus.worldlynxyork.net with SM
TP (Microsoft Exchange Internet Mail Service Version 5.0.1460.8)
id P5YGCKVY; Wed, 26 Aug 1998 15:57:48 -0400
Received: from tribune12.su-colo.bbnplanet.com ([127.0.0.1])
by tribune12.su-colo.bbnplanet.com (Netscape Mail Server v2.02)
with SMTP id AAA14288 for
|
||
| Type: | ||
| dele 1 | {the dele command deletes the individual messages [in this case, message 1] in your mailbox} | |
| You will see: | ||
+OK |
||
| Type: | ||
| quit | ||
| You will see, depending on the speed of your computer and internet connection: | ||
+OK Microsoft Exchange POP3 server version 5.0.1460.9 signing off |
||