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>2018-02-19 11:33:53 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-02-19 11:33:53 +0300
commite87300b1e0358639f30ca59cfa27db766f4084d0 (patch)
tree0747642ac608bae9fa0f1856a1459bf81c3b3c54 /CHANGELOG.md
parent8bce445bb9d28d8342e611b4a06920ca0e886757 (diff)
Update changelog
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a4b32cf1..536fb9b52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,18 @@
All notable changes to this project will be documented in this file.
## 0.7.10 – 2018-02-19
-- TODO
+### Added
+- Warn when sending messages or replies to a norepy address
+- Better caching for HTML messages
+### Changed
+- Compatible with Nextcloud 13 and 14
+### Fixed
+- Dovecot INBOX prefixes
+- Deprecation warning on php7.2
+- Dovecot sieve folder error
+- Concurrency issues with saving drafts and sending a message
+- Client-side errors caused to large message UIDs and session storage
+- Syncing the favorites folder
## 0.7.9 – 2018-01-23
### Fixed