You might also want to take a look here: http://www.easternct.edu/p
Main Topics
Browse All TopicsHi all,
I've wrote a pretty basic web server before (with the help of you java developers), and I'm interested in moving on to an email server (ie, SMTP and POP3).
I haven't had any luck finding online information. And my TCP/IP book doesn't have enough about SMTP and POP3 to build an email server.
Could someone help? I've built a basic SMTP client previously. However, an SMTP and POP3 SERVER is different. What methods are used to transfer the emails? What commands are sent to a POP3 server to request emails? What are the login sequences??
If any one can help. ie; any tutorials, good SMTP/POP3 references, then it would be MUCH appreciated.
Thanks in advance,
[r.D]
PS: I would have asked this question in the networking section, however, I feel that atleast some of you Java developers could help, and also help relate the protocol to Java.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You might also want to take a look here: http://www.easternct.edu/p
if you intend to implement the servers, than u`ll need this:
SMTP: http://www.faqs.org/rfcs/r
POP3: http://www.faqs.org/rfcs/r
for more info, check
http://www.google.com/sear
http://www.google.com/sear
Business Accounts
Answer for Membership
by: girionisPosted on 2004-08-12 at 05:36:13ID: 11783073
I think you better off looking at JAMES: http://james.apache.org/ since it is a 100% pure java mail server. You can get ideas by looking at the code.