Files
Stalwart/crates/jmap/src/share_notification/mod.rs
2025-10-21 16:34:23 +02:00

10 lines
180 B
Rust

/*
* SPDX-FileCopyrightText: 2020 Stalwart Labs LLC <hello@stalw.art>
*
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*/
pub mod get;
pub mod query;
pub mod set;