JMAP protocol layer refactoring (part 2)
This commit is contained in:
@@ -346,9 +346,3 @@ impl JmapConfig {
|
||||
jmap
|
||||
}
|
||||
}
|
||||
|
||||
impl ParseValue for SpecialUse {
|
||||
fn parse_value(value: &str) -> Result<Self, String> {
|
||||
SpecialUse::parse(value).ok_or_else(|| format!("Unknown folder role {:?}", value))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user