CalDAV query, freebusy and expand-property reports

This commit is contained in:
mdecimus
2025-04-27 18:13:28 +02:00
parent e10e94325f
commit f74ec98c0d
61 changed files with 2424 additions and 693 deletions

View File

@@ -15,7 +15,7 @@ use std::fmt::Write;
const MAX_NEST_LEVEL: usize = 10;
// Simple TOML parser for Stalwart Mail Server configuration files.
// Simple TOML parser for Stalwart Server configuration files.
impl Config {
pub fn new(toml: impl AsRef<str>) -> Result<Self> {
let mut config = Config::default();