mvolfik / mailin

Fork of gitlab.com/alienscience/mailin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mailin

This repository contains libraries for writing SMTP servers in Rust.

Send an email to mailin@spamtastic.cc to try out an example server.

Directory structure

mailin

The mailin directory contains the Mailin library. The library handles parsing, the SMTP state machine and building responses.

mailin embedded

The mailin-embedded directory contains an SMTP server that can be embedded into another program. This can be used to receive email within a program or to build a standalone email server.

mailin server

The mailin-server directory contains an example standalone SMTP server that uses the mailin-embedded library.

mxdns

The mxdns directory contains utilities for looking up IP addresses on DNS based blocklists and for doing reverse dns lookups.

mime event

The mime-event directory contains an event driven MIME parser. This parser can parse MIME messages line by line without allocating memory for the whole message.

About

Fork of gitlab.com/alienscience/mailin

License:Apache License 2.0


Languages

Language:HTML 81.4%Language:Rust 16.9%Language:JavaScript 1.0%Language:CSS 0.5%Language:Shell 0.3%