Authenticate using registry - part 1

This commit is contained in:
mdecimus
2026-02-04 17:55:16 +01:00
parent c6495f6fed
commit 0af735540d
34 changed files with 670 additions and 587 deletions

View File

@@ -144,7 +144,7 @@ impl FromLegacy for Mailbox {
role: legacy
.get(&Property::Role)
.as_string()
.and_then(|r| SpecialUse::parse_value(r).ok())
.and_then(SpecialUse::parse)
.unwrap_or(SpecialUse::None),
parent_id: legacy
.get(&Property::ParentId)