Expand description
Stalwart Mail Server — public library API
Provides an embeddable entry-point for the IMAP+SMTP mail server.
Re-exports§
pub use crate::common::Server;pub use crate::common::manager::boot::BootManager;pub use crate::trc_impl::*;
Modules§
- common
- dav
- dav_
proto - directory
- groupware
- http
- http_
proto - imap
- imap_
proto - jmap
- jmap_
proto - managesieve
- migration
- nlp
- pop3
- services
- smtp
- spam_
filter - store
- trc_
impl - types
- utils
Macros§
Functions§
- start_
server - Start the server and return a
Serverhandle.