CMSC 360 -- Project 3

Project 3

The project

You are to implement both a server and client for the POP3 email scheme. POP3 is defined in RFC 1939. Your client must be able to handle email messages and parse out (subject, from, date, and body). Your server may use the plain text login using the commands USER and PASS. You will need to have dummy emails to store on your server and to deliver to your clients.

Handin

You need to turn in your lab by using handin script on the CS servers. handin cmsc360 lab4 yourdirectoryname

The lab is due at 11:59pm Nov. 14th 2017.