smtpbis

Crates.iosmtpbis
lib.rssmtpbis
version0.1.7
sourcesrc
created_at2019-08-29 18:38:36.039348
updated_at2021-01-04 13:14:58.233182
descriptionAsynchronous ESMTP service library.
homepagehttps://github.com/zerospam/smtpbis
repositoryhttps://github.com/zerospam/smtpbis.git
max_upload_size
id160705
size96,626
Jonathan Bastien-Filiatrault (jothan)

documentation

README

smtpbis

crates.io

Extensible SMTP server library

Built on top of rustyknife and tokio for native performance.

The ESMTP extensions that affect the socket layer are directly implemented in the base server. Extensions such as DSN that merely attributes are implemented via the Handler interface.

Features:

  • SMTPUTF8 support
  • CHUNKING support
  • Pluggable STARTTLS support
Commit count: 67

cargo fmt