An open API service indexing awesome lists of open source software.

https://github.com/oliverschlueter/mail-server

Simple SMTP server in Go
https://github.com/oliverschlueter/mail-server

mail mailserver smtp

Last synced: 7 months ago
JSON representation

Simple SMTP server in Go

Awesome Lists containing this project

README

          

# Mail server

Simple mail server written in Go. Everything is written from scratch, no external dependencies.

It is designed to be a lightweight and easy-to-use solution.

## Features

Supported protocols:
- SMTP (incoming and outgoing)
- IMAP (work in progress)

Planned protocols:
- Calendar (CalDAV)
- Contacts (CardDAV)
- LDAP
- OAuth2/OIDC
- DNS

Planned other features:
- Frontend: webclient, mobile app, desktop app
- REST API (for all services)
- Webhooks for events (e.g. new email, new calendar event, etc.)
- Discord notifications
- NATS integration for blazingly fast event processing
- AI integration for smart features (e.g. email classification, spam detection, etc.)