Nothing really useful or cool :(
This project has been developed for academic purposes and thus it might not seem all that fancy. However, it is a good starting point for anyone who wants to get started with application layer protocols. Some cli-based, simple, general-mail features are provided:
- Account management
- Email creation/ deletion/ transmission
- Email preview
This is a very simplistic approach of Email server-client protocol, written in Java.
- Latest release from releases center
- Java 8+
- Run
java -jar MailServer.jar
. - Provide a listening-port for server to run. Note down the IP and the port (the one you just provided) of the server.
- Run
java -jar MailClient.jar
. - Supply the MailClient with the noted IP and listening-port from earlier step.
- Enjoy e-mailing (like... wow)
Feel free to extend any aspect of MailServer. Contributions are being accepted via pull-requests on forked repos.
#ambitious