neverlight-mail-core 0.0.2

Headless email engine for Neverlight Mail
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod commands;
mod flags;
mod handle;
mod queries;
mod schema;

pub use flags::{flags_from_u8, flags_to_u8};
pub use handle::CacheHandle;

/// Public constant for the default page size.
pub const DEFAULT_PAGE_SIZE: u32 = 50;