Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.
/ JustMail Public archive

A simple mail server written in Java

License

Notifications You must be signed in to change notification settings

LukWebsForge/JustMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.