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...