Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 15:20
· 11 commits to main since this release

Release Notes

Keep message headers out of IMAP failures (#50)

  • Fix IMAP messages with spam verdict headers appearing to have no readable body.

Save and reopen drafts without blocking compose during Undo Send (#51)

  • Continue composing, replying, and forwarding while another message waits in the Undo Send window.
  • Save non-empty compositions to the provider's Drafts mailbox when leaving with Back or Escape.
  • Open Drafts from the sidebar for Gmail, HEY, and IMAP accounts.
  • Reopen a stored draft in compose by clicking it or pressing Enter or o.
  • Press Alt+Z to undo a queued send without losing the composition already open.

Keep reloads from replacing saved accounts (#52)

  • Keep saved mail accounts intact during plugin reloads.

Select local IMAP transport from the server address (#54)

  • Connect Proton Mail Bridge accounts that use a custom email domain.

What's Changed

  • Edit and delete calendar events by @vitorwilson in #41
  • Keep message headers out of IMAP failures by @alberthild in #50
  • Save and reopen drafts without blocking compose during Undo Send by @eliasfaltin in #51
  • Keep reloads from replacing saved accounts by @alberthild in #52
  • Select local IMAP transport from the server address by @ijonas in #54
  • Stream search rows from cache and bounded IMAP UID windows by @alberthild in #48
  • Mark the current time on the week grid by @RyanRusnak in #56
  • Add a setting to always render heavy messages by @Tetraslam in #57

New Contributors

Full Changelog: v0.5.0...v0.6.0