Click to See Complete Forum and Search --> : Detecting email on server


Nathan Strandberg
April 9th, 1999, 11:16 PM
I am trying to make a program like the Yahoo Pager(c) program that tells you when you have mail in your email account. The user will tell the program their username and password and it will idle until a email message is send to them.

Any idea how I can do this?

Thanks,
Nathan Strandberg

April 12th, 1999, 03:59 PM
What you will want to look at is the POP3 protocol specification (RFC 1460). You will want to periodically connect to the users POP3 server and check if any new mail has arrived.

Nathan Strandberg
April 12th, 1999, 06:04 PM
Thanks, but how do I connect to the pop3? Can you give me sometype of example?

Thanks,
Nathan Strandberg