Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 05:33
· 21 commits to main since this release

Release Notes

Compose from a mailto, pick From across mailboxes, and attach files (#38)

  • Open Omamail compose from desktop and in-message mailto: links.
  • Choose the sending address from any connected mailbox without losing the draft.
  • Use Bcc with recipient suggestions in every draft.
  • Attach files by choosing, dropping, or pasting them, including screenshots and PDFs.
  • Send attachment-only messages and preserve forwarded attachments through Gmail, IMAP, and HEY.
  • Register Omamail as the desktop mailto handler without overriding a later user choice.
  • Restore the Omamail window automatically when its service restarts while the window was open.

Rebuild a message for reading instead of stripping the sender's layout (#40)

  • Open messages in a cleaner Reader view while retaining Original and Plain views in a segmented toolbar control.
  • Improve newsletter, notification, list, avatar, icon-row, and event-card layout in the reader.
  • Keep large images at their original aspect ratio and preserve the intended size of inline images.
  • Load approved remote images without a broken-image placeholder or a banner that moves the message body.
  • Fall back to plain text when a rich message is too heavy to render safely.

What's Changed

  • Leave the noisy categories out of Unread instead of asking for Primary by @serg3k in #20
  • Generate the default cloud project id without killing the script by @huacnlee in #32
  • Retry saved Gmail sessions after transient refresh failures by @huacnlee in #35
  • Add account-scoped calendars, reliable Google sessions, delayed sending, contacts, attachments, and bar previews by @eliasfaltin in #34
  • List large IMAP folders without overflowing curl by @alberthild in #36
  • Compose from a mailto, pick From across mailboxes, and attach files by @eliasfaltin in #38
  • Rebuild a message for reading instead of stripping the sender's layout by @alberthild in #40

New Contributors

Full Changelog: v0.4.1...v0.5.0