pimconf 0.1.0

CLI and lib to discover PIM-related services
1
2
3
4
5
6
7
8
9
10
//! Mozilla Thunderbird autoconfiguration discovery.

#[cfg(feature = "cli")]
pub mod cli;
#[cfg(feature = "client")]
pub mod client;
pub mod isp;
pub mod mailconf;
pub mod mx;
pub mod types;