An SMTP server library. https://code.ivysaur.me/smtpd
This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu 47fe187bde commit all archived files 2016-01-21 07:18:29 +00:00
dist-archive commit all archived files 2016-01-21 07:18:29 +00:00
.legacy-codesite.toml initial meta commit 2016-01-21 07:18:29 +00:00
README.md commit all archived files 2016-01-21 07:18:29 +00:00

README.md

smtpd

An SMTP server library.

  • select-based event loop over non-blocking sockets, capable of handling multiple simultaneous writers
  • Parses SMTP protocol messages with a state machine
  • Works with the sample SMTP transcript from Wikipedia

Download