mirror of
https://github.com/rustmailer/rustmailer.git
synced 2026-09-07 08:01:23 +00:00
8 lines
225 B
Rust
8 lines
225 B
Rust
// Copyright © 2025 rustmailer.com
|
|
// Licensed under RustMailer License Agreement v1.0
|
|
// Unauthorized copying, modification, or distribution is prohibited.
|
|
|
|
pub mod history;
|
|
pub mod labels;
|
|
pub mod messages;
|
|
pub mod thread; |