From 988f028c238375f2d22ec8e93c0fdd4c387e820d Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Thu, 11 Jul 2019 23:58:43 +0200 Subject: [PATCH] Update the readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a5ae965..ea34ce4 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,16 @@ Rust binding for [OpenSMTPD] filters. +# Features + +This is a work in progress, the API is **not** stabilized yet. + +- [ ] Thread-pool +- [x] Reports +- [ ] Filters +- [x] Session-level context +- [ ] Pool-level context +- [ ] Filter-level context + + [OpenSMTPD]: https://www.opensmtpd.org/