Parsing is done with serde. The configuration is deserialized from TOML files. The main logic is in src/conf.rs module.
Todo:
Parse enum variants and see that every variant can be set and no regressions happen. For example, Smtp client configuration has enums for password values or password command evaluation.
Check that conf overrides actually work
Parsing is done with `serde`. The configuration is deserialized from TOML files. The main logic is in `src/conf.rs` module.
Todo:
* Parse enum variants and see that every variant can be set and no regressions happen. For example, `Smtp` client configuration has enums for password values or password command evaluation.
* Check that conf overrides actually work
epilys
added this to the beta milestone 2 years ago
Parsing is done with
serde
. The configuration is deserialized from TOML files. The main logic is insrc/conf.rs
module.Todo:
Smtp
client configuration has enums for password values or password command evaluation.