Project Notes
Project: Simple Mail Server, 2002, Inet-Java
Author: Vasil Karpachev
Company: fmi
Description:
This project is for the Internet Programming in Java,
for the summer semester of the 2002 year.
It should implement both POP3 on 110 port
and SMTP on 25 port with the subset of
the commands in the above mentioned protocols.
Its aim is to exercise java.net.* and java.lang.Thread
Things to do...
- Design/Implement SMSMailServer class (2002.Mar.26)
- Design/Implement SMSpop3Server class (2002.Mar.26)
- SMSpop3ServerThread (2002.Mar.26)
- initial version done (2002.Mar.24)
- Design/Implement SMSpop3ServerThreadMenager (2002.Mar.27)
- Design/Implement SMSsmtpServer class (2002.Mar.26)
- SMSsmtpServerThread (2002.Mar.26)
- initial version done (2002.Mar.24)
- Design/Implement SMSMailDrop class (2002.Mar.28)
- Design/Implement SMSMessageTracer class (2002.Mar.28)