-
Hi every body,
Here is my thread :
I want to download(or retrieve) mails from my accounts in mail servers like yahoomail.com using the POP3 protocol. In web, there are dlls like rk.mail,jmail which provides this facilities. I want to get the site names or details , which can provide much information to create a dll like this dlls (post office protocol).
Thanking you
Robert Mathew
-
POP3 only has about 10 functions or so.
Check on the web (?Microsot Knowledge base etc.) for what these commands might be.
In general, they are all text sent and received.
If you can do a TelNet to port 110 (I think it is, but if not try port 25), then you should be able to use POP3.
Cheers, Chris
-