GithubHelp home page GithubHelp logo

justmail's Introduction

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.

justmail's People

Contributors

deejaybro avatar lukbukkit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

justmail's Issues

ToDo: Outgoing mail support

  • Relay mails to other servers if the user is authenticated
  • Add the return-path
  • Add a signature for the domain. See #5

ToDo: Imap protocol

RFC 3501

  • Mail Parser

Commands (sorted by state)

Any

  • Capabiliy
  • Logout
  • Noop

Not authenticated

  • Authenticate
  • Login
  • Starttls

Authenticated

  • Append
  • Create
  • Delete
  • Examine
  • List
  • Lsub
  • Rename
  • Select
  • Status
  • Subscribe
  • Unsubscribe

Selected

  • Check
  • Close
  • Copy
  • Expunge
  • Fetch
  • Search
  • Store
  • Uid

ToDo: Console

Commands

  • HELP
  • STOP
  • DOMAIN
  • USER
  • MAIL
  • SENDMAIL

Other things

  • Backspace / Del Support

ToDo: Smtp protocol

Commands

  • AUTH
  • DATA
  • EHLO
  • HELO
  • HELP
  • MAIL
  • NOOP
  • QUIT
  • RCPT
  • RSET
  • STARTTLS

EHLO Keywords

  • 8BITMIME
  • AUTH PLAIN
  • CHUNKING
  • DSN
  • SIZE
  • STARTTLS
  • SMTPUTF8

Mail Header

Other Stuff

  • Save mails in external thread

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.