Cargo Features

maily has no features set by default.

[dependencies]
maily = { version = "0.2.1", features = ["config", "pgp", "tracing"] }
config

Enable this feature to enable serde based deserialization as well system-wide configuration support.

Enables serde, serde_json, and tokio

pgp

Enable this feature to enable support for PGP encryption.

Enables sequoia-cert-store and sequoia-openpgp

Affects maily::EmailOpts.pgp_keybox

tracing

Emit tracing traces and configure spans. User code is responsible for subscribing.

Enables tracing