Skip to content

OpenMail v0.3.4

Choose a tag to compare

@github-actions github-actions released this 04 Aug 09:17
· 10 commits to main since this release

OpenMail v0.3.4

Image (Docker Hub)

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

Run

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

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

/api/health reports version: 0.3.4.

Changelog

Fixed

  • Parse mail.com UI dates (Tuesday, August 04, 2026 at 10:56 AM) for sort and since/before
  • CF temp-mail (ian10-mail-admin): map created_at → date, recipient → to
  • Mail list newest-first; load-more older mail appends below

Changed

  • Server-side body slim on fetch; local vault quota drops oldest mail by date first