smtp-test-tool 0.1.2

Cross-platform SMTP / IMAP / POP3 connectivity tester with IT-actionable diagnostics.
Documentation
1
2
3
4
5
6
7
8
# Toolchain pin for reproducible local builds.
# CI uses dtolnay/rust-toolchain@stable separately so it always tracks
# the current stable; this file gives contributors a deterministic
# `rustup`-installed toolchain on first `cargo` invocation.
[toolchain]
channel    = "stable"
components = ["rustfmt", "clippy"]
profile    = "minimal"