Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 867 Bytes

File metadata and controls

24 lines (15 loc) · 867 Bytes

Distributed Mail Server

Table of Contents

Introduction

The laboratory project consists in developing a Java application that implements an e-mail service organized with a mail server that manages users' e-mail boxes and the mail clients needed to allow users to access their mailboxes.

Files

The files in the repository have been uploaded as follows:

  • project_specifications.pdf: pdf file showing the delivery of the project developed by the professor;
  • MailClient: contains all the code for developing the client-side application;
  • MailServer: contains all the code for developing the server-side application.

License

This project is licensed under the MIT License.

© [Alberto Marino]