JMAP for Contacts implementation (part 1)

This commit is contained in:
mdecimus
2025-10-01 17:21:56 +02:00
parent b906eea62d
commit d0aef5d5a2
46 changed files with 1307 additions and 104 deletions

View File

@@ -101,6 +101,8 @@ impl JmapObject for Thread {
type CopyArguments = ();
type ParseArguments = ();
const ID_PROPERTY: Self::Property = ThreadProperty::Id;
}