Compare commits

..

3 Commits

Author SHA1 Message Date
phundrak bd158dc26b docs: clarify documentation
Publish Docker Images / push-docker (push) Has been cancelled
Publish Docker Images / coverage-and-sonar (push) Has been cancelled
Publish Docker Images / build-docker (push) Has been cancelled
2026-06-06 16:08:52 +02:00
phundrak f772a7a274 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:08:52 +02:00
phundrak ce0419d30d chore(ci): add linting, formatting check, and auditing 2026-06-06 16:08:52 +02:00
+1
View File
@@ -25,6 +25,7 @@ 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: