Compare commits

..

3 Commits

Author SHA1 Message Date
phundrak e08210e52d docs: clarify documentation
Publish Docker Images / coverage-and-sonar (push) Successful in 10m21s
Publish Docker Images / build-docker (push) Successful in 7m37s
Publish Docker Images / push-docker (push) Successful in 21s
2026-06-06 16:10:58 +02:00
phundrak 3679c7e8cd feat(starttls): remove opportunistic value
This commit removes the `Opportunistic` value from the struct `StartTls`.
This value was strictly equivalent to `Always` and could potentially
cause confusion.
2026-06-06 16:10:58 +02:00
phundrak b5a83f100d chore(ci): add linting, formatting check, and auditing 2026-06-06 16:10:58 +02:00
+1 -1
View File
@@ -26,7 +26,7 @@ lint:
lint-report:
mkdir -p coverage
cargo clippy --all-targets --features test-utils --message-format=json > coverage/clippy.json 2> /dev/null
cargo clippy --all-targets --message-format=json > coverage/clippy.json
release-build:
cargo build --release