Table of Contents Link to heading
Summary Link to heading
- Developed an Email Server encompassing features such as add attachment, compose, star, and delete messages
- Implemented other features like the ability to create and delete folders, searching on messages, and sorting messages
- Organized the application to contain several sections like inbox, draft, starred, deleted, and contacts
- Improved the code design by applying several Design Patterns on the project such as Filter, Proxy, and MVC design patterns