← Back tolarr; Back to Changelog

Changelog

July 2026

## Project launch OSS self-hosted Resend webmail over [poche](https://github.com/javimosch/poche). Go BFF + React CDN UI. MIT. - **Multi-tenant mailboxes** — per-address auth, storage caps, aliases, forgot-password via Resend - **SMTP receiver** — accept email directly for domains with MX pointing to your server - **Storage usage bar** — live quota tracking in the sidebar - **Retention & cleanup** — per-mailbox policy with starring to preserve messages - **Reply support** — with proper Resend object/array email format handling

🚀 Features

  • [24/07]feat: show logged-in address in sidebar and reply From field
  • [23/07]feat: SMTP receiver + storage usage bar + seed-mailbox
  • [23/07]feat: multi-address aliases + forgot-password via Resend
  • [23/07]feat: multi-tenant mailbox provisioning — per-address auth + storage caps
  • [21/07]feat: scaffold OSS Resend webmail over poche (MIT)

🐛 Bug Fixes

  • [24/07]fix: reply failed because Resend payloads use object/array email format
  • [24/07]fix: avoid duplicate email in sidebar + add Remember me on login

📚 Documentation

  • [21/07]docs: note live dogfood at inbox2.intrane.fr

Performance

  • [24/07]perf: maintain mailbox usage counters instead of loading all message bodies

💼 Other

  • [22/07]Add retention/quota cleanup, starring, and per-address mailbox policy