Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

10057 socket is not connected

Status
Not open for further replies.

Batuhan

Programmer
Sep 27, 2001
8
TR
i wrote an pop3 email program by using NMPOP3 i m trying to connect with my id and password to pop.mail.yahoo.com but it gaves AuthenticationFailure so i gave my info again than instantly program gaves the error:10057 socket not connected, i tried many things but couldnt find the answer anyone can help?? thanx...
 
Perhaps there is something wrong with your yahoo Id or your Password.
That is the first thing I would check.
hnd
hasso55@yahoo.com

 
But when i try to enter my mail account through yahoo s website nothing go wrong with the same id and password...maybe something about firewall but i dun know how to handle it
 
With the authentication error, perhaps you need to encode (base 64) username:password.
 
wow, you ppl are completley missing the point

the error means the program has done closesocket() after the first connect, then after any further attempts, the program creates the socket(), but does not connect() the socket, or the connect failed before he send()s data.. so for some reason any further conencts are not being initiated
 
I am afraid there is something else wrong.

Does a Yahoo Mailbox support POP3?

I am afraid it does not.
hnd
hasso55@yahoo.com

 
try once with one of the examples of c++builder, there is an example of a pop3client. But i'm also pretty sure that yahoo does not have a pop3 server. Accessing through the website is quit different from accessing through pop3. Wim Vanherp
Wim.Vanherp@myself.com
 
Check if your mailbox is working with a regular Pop3-Client like Outlook Express.

If you can make your mailbox working, then you should check your software.

hnd
hasso55@yahoo.com

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top