GitHub - LukWebsForge/JustMail: A simple mail server written in Java

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Jun 4, 2023. It is now read-only.

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.

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

The mail server can be started in the command line.

Implementation Status

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