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:
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 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