Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Can I connect to the yahoo mail servers to either check or send my mail using telnet? How? I am using win98.
Thanks

To follow up to danny's reply. Yes but its probably not as simple as youre hoping. You'd have to know the approriate commands to issue for the POP3 and SMTP protocols.
How about trying a POP3 email client instead?

I am already using pop mail client ie. Eudora but I wanna connect and test the another way by connecting to the yahoo mail through telnet. Could u plz tell some sites relevant to this stuff?
thanks

As far as I know yahoo mail is web based and doesn't have POP3 and SMTP servers. Technically you could access the webserver by doing something like:
telnet mail.yahoo.com 80But they haven't made it very easy so it's not just filling in a few form fields and then proceed. They use a javascript version of the MD5 algorithm to send your name and password. After that you get some kind of a key back which is used to access the rest of your mail box. So it isn't exactly easy, but ofcourse all things are possible if you are creative and persistent.
Mik

manish,
can you help me know how u managed to connect to yahoo using eudora. i am trying it , but no luck.
thanks.

i have tried to connect mail.yahoo.com through telnet but i could not get connected.i typed "telnet mail.yahoo.com 80" at command promt but not connected.can any one help me in doing that?i am behind a firewall will this effect in getting connected?
thanks

you can telnet to port 110 and manually enter POP3 commands, but it won't be pretty. like so:
$ telnet pop.mail.yahoo.com 110
USER
PASS
STAT
RETR
QUIT
$
you login with the USER and PASS commands, the STAT command will tell you how many messages you have, then you can retrieve a message with RETR and the message number. then QUIT when you are done.rfc1939 covers POP3...read it if you want more info.

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |