|
-
April 9th, 1999, 11:16 PM
#1
Detecting email on server
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
#2
Re: Detecting email on server
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.
-
April 12th, 1999, 06:04 PM
#3
Re: Detecting email on server
Thanks, but how do I connect to the pop3? Can you give me sometype of example?
Thanks,
Nathan Strandberg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|