Skip to content

v0.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 16:05
· 2 commits to main since this release

Release Notes

Write from an alias, reach a STARTTLS server, and pick a recipient from the address book (#63)

  • An IMAP mailbox can be given send-as aliases, set on its setup page and offered in the composer's From menu. One may be marked the default, which is the address a new message opens on.
  • IMAP and SMTP servers that use STARTTLS — iCloud's submission host on port 587, and any server on 143 — now connect. The upgrade is required, never optional.
  • A saved IMAP password survives a restart, and a CalDAV calendar no longer asks for a password it already has.
  • New-mail notifications can be turned off, on the settings page under Notifications.
  • A Contacts button beside the recipient fields fills To, Cc or Bcc from Thunderbird's address book, from a contacts.json or contacts.vcf in the config directory, or from addresses already seen in the mailbox.

Show every account's calendars in one view (#68)

  • Calendar settings has a Unified calendar view switch. With it on, the calendar shows every signed-in account's calendars at once instead of following the mailbox you are reading. It is off by default.
  • With it on, switching mailboxes no longer blanks the calendar or refetches calendars that have not changed.
  • A new event opens on a calendar belonging to the mailbox you are reading, rather than on the first account's.

What's Changed

  • Recover compose state and edit provider drafts in place by @eliasfaltin in #59
  • Refuse CR/LF in remote-image URLs to close a curl config injection by @jzuijlek in #62
  • Write from an alias, reach a STARTTLS server, and pick a recipient from the address book by @bchurch95 in #63
  • docs: add a single-file introduction site for GitHub Pages by @huacnlee in #70
  • Read and send a right-to-left message the way it was written by @Hitking in #67
  • Show every account's calendars in one view by @eliasfaltin in #68

New Contributors

Full Changelog: v0.6.0...v0.7.0