Skip to content
Snippets Groups Projects
CHANGELOG.md 1.56 KiB
Newer Older
# Changelog

## 0.4.3
 * Improved autoconfig
   [#1407](https://github.com/owncloud/mail/pull/1407) @Scheirle
 * Better color generator for accounts
   [#1428](https://github.com/owncloud/mail/pull/1425) @skjnldsv
 * Load next messages automatically when reaching end of the list
   [#499](https://github.com/owncloud/mail/pull/1432) @ChristophWurst
 * Fix bug with address collector (Data too long for column)
   [#1421](https://github.com/owncloud/mail/pull/1433) @ChristophWurst
## 0.4.2
 * Fix autocompletion (regression)
   [#1394](https://github.com/owncloud/mail/pull/1394) @ChristophWurst
 * Fix show total email count for drafts folder
   [#1396](https://github.com/owncloud/mail/pull/1396) @tahaalibra
## 0.4.1
 * Fix js error when adding attachments
   [#1378](https://github.com/owncloud/mail/pull/1378) @ChristophWurst

New:

* Add console command for account creation 
  [#1202](https://github.com/owncloud/mail/pull/1202) @ChristophWurst

* Drop owncloud 7 support 
  [#1267](https://github.com/owncloud/mail/pull/1267) @ChristophWurst

* Address collector - Addresses of sent mails will be used for auto-completion
  [#1276](https://github.com/owncloud/mail/pull/1276) @ChristophWurst

Christoph Wurst's avatar
Christoph Wurst committed
* PHP 7 support
  [#1300](https://github.com/owncloud/mail/pull/1300) @ChristophWurst

Fixes:

* 

## 0.3.1 (unreleased)


Fixes:

* Message list is not hidden when adding a secondary account
  [#1295](https://github.com/owncloud/mail/issues/1295) @Gomez

* Sub-sub folders not handled correctly
  [#618](https://github.com/owncloud/mail/issues/618) @ErikPel

## 0.3 (2016-02-03)