Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 540 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 540 Bytes

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