Compare commits

..

3 Commits

Author SHA1 Message Date
phundrak 7b81d7b00d docs: clarify documentation
Publish Docker Images / coverage-and-sonar (push) Failing after 7m0s
Publish Docker Images / build-docker (push) Successful in 7m44s
Publish Docker Images / push-docker (push) Has been skipped
2026-06-06 15:58:10 +02:00
phundrak 77c420f5bf 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 15:58:10 +02:00
phundrak b596c39440 chore(ci): add linting, formatting check, and auditing 2026-06-06 15:58:10 +02:00
-1
View File
@@ -25,7 +25,6 @@ lint:
cargo clippy --all-targets
lint-report:
mkdir -p coverage
cargo clippy --all-targets --features test-utils --message-format=json > coverage/clippy.json 2> /dev/null
release-build: