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.
smtpd/README.md

391 B

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