Giter Site home page Giter Site logo

lost-illusi0n / kmail Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 449 KB

kotlin mailing

License: MIT License

Kotlin 98.26% JavaScript 0.04% Astro 1.54% Dockerfile 0.16%
imap imap-protocol imap-server kotlin mailserver mailstore pop3 pop3-protocol pop3-server smtp

kmail's Introduction

Kmail

Kmail is a lightweight mail server solution written in Kotlin. Instead of packing together the same bundle of software, Kmail instead implements all of these services from the ground up.

Warning
Kmail is incomplete and under active development!

Getting Started

Docker

docker pull ghcr.io/lost-illusi0n/kmail:master

  • map ports 143, 110, 587, 25
  • add volumes that contain your kmail.toml and anything else used by Kmail (e.g., certificates)

Prerequisites

For a smooth experience, you will need to:

  • configure the kmail.toml file
  • create an accounts file (e.g. accounts.kmail), and set it in the kmail config.
    • each account is line seperated. account format is: [email] [password-argon2-hash]
  • generate certificates (a self-signed example is documented here)

Development

Kmail is built and managed with Gradle. There is a root gradle project called kmail-mailserver in the mailserver directory. All further instructions assume this is your working directory.

Build

./gradlew build will build the mail server, including each module.

API

Kmail exposes standalone libraries for IMAP, SMTP, and POP3. They should be treated as standalone libraries and stay separate from Kmail internals.

Contributing

Contributions are welcome, however due to the very early stage of development, please open an issue first discussing anything you would like to add or change.

License

This project is published under the MIT license.

kmail's People

Contributors

lost-illusi0n avatar topi314 avatar viztea avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

topi314

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.