diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf73c82 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# smtpd + +![](https://img.shields.io/badge/written%20in-PHP-blue) + +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 + +- [⬇️ smtpd-1.0.tar.xz](dist-archive/smtpd-1.0.tar.xz) *(2.91 KiB)* diff --git a/dist-archive/smtpd-1.0.tar.xz b/dist-archive/smtpd-1.0.tar.xz new file mode 100644 index 0000000..51288b1 Binary files /dev/null and b/dist-archive/smtpd-1.0.tar.xz differ