feat: add per-account FilterRule, ExtractionRules and ArchiveRules with regex validation

This commit is contained in:
rustmailer
2026-06-24 21:46:32 +08:00
parent 9e55026f12
commit bba1ea5cc7
4 changed files with 622 additions and 7 deletions
+2
View File
@@ -263,6 +263,8 @@ impl From<AccountV3> for AccountModel {
auto_download_new_mailboxes: None,
download_schedule: None,
deleting: false,
archive_rules: None,
extraction_rules: None,
}
}
}