From a72ce9d151f43d2b250dc37e1fd73dd6abbf8141 Mon Sep 17 00:00:00 2001 From: Alexander Saal Date: Sat, 23 May 2026 16:07:26 +0200 Subject: [PATCH] docs(roadmap): sync ROADMAP.md with main after #116 write slice Flip the mailstandardfilter checkbox now that #116 (40a063a) has landed. No code or behaviour change. --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 01aea82..7c0213b 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -57,7 +57,7 @@ Cross-cutting prerequisites for the v0.2.0 write phase — these are not KAS-API - [x] `mail forwards list` / `mail forwards get
` (`get_mailforwards`, with `mail_forward` filter) - [x] `mail forwards add/update/delete` (`add_mailforward`, `update_mailforward`, `delete_mailforward`, #115) - [x] `mail filters list` (`get_mailstandardfilter`) -- [ ] Mail standard filter write paths (`add_mailstandardfilter`, `delete_mailstandardfilter`, #116) +- [x] `mail filters add/delete` (`add_mailstandardfilter`, `delete_mailstandardfilter`, #116) - [x] `mail lists list` (`get_mailinglists`) - [x] `mail lists add/update/delete` (`add_mailinglist`, `update_mailinglist`, `delete_mailinglist`, #117)