DAV Propfind partial impl

This commit is contained in:
mdecimus
2025-03-18 09:50:38 +01:00
parent b75e3a8012
commit 1a8efb2182
35 changed files with 770 additions and 156 deletions

View File

@@ -12,7 +12,7 @@ use std::{
use common::expr::{self, functions::ResolveVariable, *};
use smtp_proto::{ArchivedResponse, Response};
use store::{SerializedVersion, write::now};
use store::{SERIALIZE_OBJ_13_V1, SerializedVersion, write::now};
use utils::BlobHash;
pub mod dsn;
@@ -69,7 +69,7 @@ pub struct Message {
impl SerializedVersion for Message {
fn serialize_version() -> u8 {
0
SERIALIZE_OBJ_13_V1
}
}