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-07-05 09:52:06 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-07-05 09:52:27 +0300
commitfafe6833fd2f92753e5f5365d50dccbb5f9e478a (patch)
tree85613896a3f73a0b352a7c885791e76112af24d4
parent5954a6b58f4dcb933bf676528c52f094249c9de2 (diff)
v1.10.0v1.10.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md25
-rw-r--r--appinfo/info.xml2
2 files changed, 26 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 545c0793b..3d67a32b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,31 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.10.0 – 2021-07-05
+### Added
+- Message tagging – stores tags both locally as well as on IMAP (if supported), interoperable with other email clients
+- Threaded message list – messages of the same thread are now only shown once in the message list
+- Option to show images of a sender just temporarily
+- Multi account provisioning – admins can now provide not just one configuration and the user email will determin what config to use
+- Refresh button to sync the currently open mailbox
+- Unread counter for mailboxes in the sidebar
+- Option to put the reply of a message underneath the quoted text
+- Signatures for aliases
+- Resizable message list column
+### Changed
+- Automatic message importance classification is now optional and can be turned off
+- Reload mailbox when it's alredy open and clicked again in the sidebar
+- Warn when a message is sent to many people in cc/bcc (e.g. when using groups)
+- Handling of text/calendar attachments
+- Updated and new translations
+- Dependency updates
+### Fixed
+- Handling of missing IMAP message IDs
+- Handling of inline message forwards
+- Drafts handling
+- Oracle compatibility
+- Stop background sync for disabled users
+
## 1.9.5 – 2021-04-08
### Fixed
- Handling of some inline attachments
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0c4e79766..6b4df0bef 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://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.10.0-RC.2</version>
+ <version>1.10.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Greta Doçi</author>