Skip to content

OpenMail v0.3.5

Choose a tag to compare

@github-actions github-actions released this 04 Aug 16:43
· 6 commits to main since this release

OpenMail v0.3.5

Image (Docker Hub)

docker pull ianshaw027/openmail:v0.3.5
docker pull ianshaw027/openmail:latest

Run

docker pull ianshaw027/openmail:v0.3.5
docker run -d --name openmail -p 8000:8000 \
  -e OPENMAIL_MASTER_KEY="$(openssl rand -base64 32)" \
  -v openmail-data:/data \
  ianshaw027/openmail:v0.3.5

Or with compose from this repo: docker compose pull && docker compose up -d

/api/health reports version: 0.3.5.

Changelog

Added

  • mail.com cookie send: same web session as fetch — oauthbridge SPA grant (urn:mam:oauth:grant-type:spa, Basic client_id:*******, sid query) then webmail-cats mailsubmission with Bearer qX{JWT} and no_cache=auth_id
  • Display settings: default timezone Asia/Shanghai (configurable); theme light / dark / system

Changed

  • Cookie / @mail.com accounts send via session API, not SMTP; accountCanSend allows session cookies without password re-entry