Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-03 11:52:01 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-03 11:52:33 +0300
commitf1c4d938cee68c8976393a566a10e21b4098f536 (patch)
tree5facb7b097444ac514352227c5198115777c75dc
parent50c0167193957dc048b39b2cb9b8ee2472d1b844 (diff)
v1.9.0v1.9.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md36
-rw-r--r--appinfo/info.xml2
2 files changed, 37 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8c58c431..22b96526c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,42 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.9.0 - 2021-03-03
+### Added
+- Sieve filter editor
+- Download all attachments as zip archive
+- Trust all senders of a domain
+- Option to remove trust of a trusted sender or domain via account settings
+- Bottom reply mode
+- SCRAM-SHA-1 authentication support
+- occ command to delete a Mail account as admin
+- Stores the important flag as $important on IMAP for interoperability and being able to reset an account without data loss
+- Nextcloud 22 development support
+- PHP8 support
+### Changed
+- Envelope/message action icons are now streamlined
+- Avoid the iconv //IGNORE option if possible for better compatibility with Alpine Linux
+- SMTP host setting now has a label
+- Attachment download and attachment zip now works without a new tab that opens briefly
+- Loading message threads is roughly 2x faster thanks to an optimized query
+- Updated and new translations
+- Dependency updates
+### Fixed
+- Threading algorithm running into endless recursion and therefore causing a memory exhaustion
+- Dependency conflicts with server and other apps
+- App navigation toggle issues
+- Move modal not showing
+- Messages occasionally not vanishing from the database cache
+- Ignore mailboxes that are not accessible (e.g. shared ones without sufficient permissions)
+- Plural string of envelope actions
+- Signature settings editor not showing editing controls
+- Rendering the account in the sidebar despite authentication problems
+- Handles some cases of invalid encoding better
+- Wrong label for SMTP user in account settings
+- Regression with missing name of local attachments
+- Ensure an account exists before it's updated
+- Empty mail server settings shown for provisioned accounts
+
## 1.8.3 - 2021-02-19
### Fixed
- Compatibility issues with PHP8
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8b836a7c6..3b9095358 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](http://horde.org) libraries.
- **📬 Want to host your own mail server?** We don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]></description>
- <version>1.9.0-alpha.3</version>
+ <version>1.9.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Greta Doçi</author>