Compare commits

..

3 Commits

Author SHA1 Message Date
phundrak 931b122ee3 docs: clarify documentation
Publish Docker Images / build-docker (push) Successful in 8m34s
Publish Docker Images / coverage-and-sonar (push) Failing after 8m53s
Publish Docker Images / push-docker (push) Has been skipped
2026-06-06 15:49:19 +02:00
phundrak 9a24322cf0 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:49:19 +02:00
phundrak 2d00628598 chore(ci): add linting, formatting check, and auditing 2026-06-06 15:49:19 +02:00
-4
View File
@@ -24,10 +24,6 @@ build-release:
lint: lint:
cargo clippy --all-targets cargo clippy --all-targets
lint-report:
mkdir -p coverage
cargo clippy --all-targets --message-format=json > coverage/clippy.json
release-build: release-build:
cargo build --release cargo build --release