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 10:02:05 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-07-05 10:02:05 +0300
commit00cfb3f6d9191d1a440920aefc49bb97e2f9881d (patch)
tree65599116266d6371932567c59ed7ddc1e2643afc /CHANGELOG.md
parent1cc04531fc36ef38b60f052ea90df075fee98f9e (diff)
Forward-port v1.10.0 changelog
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31383d319..48444d781 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 determine 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 already 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.6 – 2021-06-30
### Changed
- Reload mailbox when current mailbox is clicked in sidebar