Dec 13th, 1999, 09:05 PM
Hello,
I have been trying to make an e-mail client for the past week.
I have been experiencing the problem with connecting to the e-mail server.
I believe the coding is:
winsock1.connect "mail.server.com:,110
If this is wrong, can you please instruct me how to
A) connect to the server
B) What is the varible that holds all the responses from the server...I wish to print that out in my degub window.
For example, when I connect to the server and it is sucessfull, it should return with "+OK"
How do I get a log of what the server sent back to me?
Thanks
PS: I have socketwrench installed!
Please direct me to URLS in creating a POP3 mail client
[This message has been edited by ddasilva (edited 12-14-1999).]
I have been trying to make an e-mail client for the past week.
I have been experiencing the problem with connecting to the e-mail server.
I believe the coding is:
winsock1.connect "mail.server.com:,110
If this is wrong, can you please instruct me how to
A) connect to the server
B) What is the varible that holds all the responses from the server...I wish to print that out in my degub window.
For example, when I connect to the server and it is sucessfull, it should return with "+OK"
How do I get a log of what the server sent back to me?
Thanks
PS: I have socketwrench installed!
Please direct me to URLS in creating a POP3 mail client
[This message has been edited by ddasilva (edited 12-14-1999).]