JMAP for File Storage improvements

This commit is contained in:
Maurus Decimus
2026-05-16 11:20:43 +02:00
parent 7790645421
commit b556539f94
12 changed files with 278 additions and 104 deletions

View File

@@ -206,15 +206,15 @@ pub async fn test(test: &TestServer) {
);
assert_eq!(
response.not_created(2).description(),
"Field could not be set."
"Name contains a forbidden character."
);
assert_eq!(
response.not_created(3).description(),
"Field could not be set."
"Name is reserved and cannot be used."
);
assert_eq!(
response.not_created(4).description(),
"Field could not be set."
"Name is reserved and cannot be used."
);
// Circular folder references should fail