/JustMail

A simple mail server written in Java

Primary LanguageJavaMIT LicenseMIT

JustMail

An unfinished attempt at creating a fully integrated mail server supporting SMTP and IMAP in Java.

SMTP IMAP

Building

You can compile the mail server using Maven.

mvn package

The compilation process outputs the build artifact target/JustMail.jar which contains all dependencies.

The mail server can be started in the command line.

java -jar JustMail.jar

Implementation Status

Take a look at the project's issues to see which parts of the relevant mail standards are implemented.