• v1.3.1 42f5b82464

    Add a /v1/health endpoint
    All checks were successful
    Build and publish image / ci (push) Successful in 3m7s
    Build and publish image / docker (push) Successful in 2m50s
    Stable

    stb released this 2026-08-22 14:29:33 +02:00 | 7 commits to main since this release

    Features

    • Added a GET /v1/health endpoint for load balancers and monitoring: returns 200 {"status":"ok"} when the app and its backing IMAP connection are healthy, or 500 {"status":"backend not available"} if the IMAP connection is down. Unauthenticated, and discloses nothing beyond that up/down status.