Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 7.71 KiB

Changelog

All notable changes to this project will be documented in this file.

0.7.2 – 2017-09-06

Fixed

  • Subject of replied messages
  • Navigation to next message in unified inbox
  • Encoding of saved messages (new, draft)

0.7.1 – 2017-08-31

Fixed

  • Drafts encoding of special characters

0.7.0 – 2017-08-24

Added

  • Helper view for keyboard shortcuts #91 @Gomez
  • Generic moving of messages (drag and drop)
  • Account menu labels
  • Support for a automatically generated default account
  • Better loading/error/retry views
  • Local attachment support
  • Shortcut c to compose a new message

Changed

  • php5.6 to php 7.1 are supported
  • No longer stack Aw, Wg, Fwd
  • App store now lists the app in 'Social & Communication'
  • Improved message synchronization

Fixed

  • Use IDBConnection instead of removed IDb
  • Missing files in release package
  • Loading messages with undisclosed recipients
  • Problems with UTF8 encoding
  • Account color dot on Safari
  • Database column width for long passwords
  • Error when adding a new account
  • Undefined index warning
  • Do not show 'noSelect' folders
  • Selected account when composing a reply
  • Remove noreferrer from HTML messages
  • Some issues with drafts

0.6.4 – 2017-05-02

Fixed

  • NC12 incompatibility (usage of deprecated interface)

0.6.3 – 2017-04-25

Added

  • php7.1 support
  • Nextcloud 12 support

0.6.2 – 2016-12-12

Added

  • Various autocompletion enhancements
  • Support for CSP nonces
  • Many small enhancements in the user interface
  • Updated info.xml for the new app store
  • Timestamps are updated automatically

Changed

  • Sent folder is now shown in the collapsed folder list
  • PSR-4 naming of source files
  • The mail notification is not closed after 5sec anymore
  • Collected mail addresses are now sanitized and split into name and address
  • Update to Marionette 3
  • Removed client-side message list cache
  • Updated documentation (developer, shortcuts)
  • Messages that cannot be deleted are added back to the list

Fixed

  • FTP url filtering in HTML mails
  • Noopener attribute for external links
  • Downloading attachments does no longer abort other connections

0.6.1 – 2016-12-05

Added