mail_parser/core/
mod.rs

1
2
3
4
5
6
7
8
9
10
11
/*
 * SPDX-FileCopyrightText: 2020 Stalwart Labs LLC <hello@stalw.art>
 *
 * SPDX-License-Identifier: Apache-2.0 OR MIT
 */

pub mod address;
pub mod body;
pub mod builder;
pub mod header;
pub mod message;