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 <ChristophWurst@users.noreply.github.com>2018-02-19 12:24:29 +0300
committerGitHub <noreply@github.com>2018-02-19 12:24:29 +0300
commitcae4d337f69f9cc08d589f12ec3562dd1b7954b9 (patch)
treed3da91bbc9538be3630fff8ca7f7bdd4859f4ebf
parent2da374341c20be020ca28e3a21e244b8da1c5e93 (diff)
parente0a090199657e6df07c89704273206704349f529 (diff)
Merge pull request #783 from nextcloud/release/0.7.10v0.7.10
Release 0.7.10
-rw-r--r--CHANGELOG.md14
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 17 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a17f8c9ac..536fb9b52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.7.10 – 2018-02-19
+### 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
- Undefined variable warning in nextcloud.log
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f28118979..d411f7e1c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Mail</name>
<summary>IMAP web client</summary>
<description>Easy to use email client which connects to your mail server via IMAP and SMTP.</description>
- <version>0.7.9</version>
+ <version>0.7.10</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>
diff --git a/package-lock.json b/package-lock.json
index 92a49d58c..3a0f2762e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.7.9",
+ "version": "0.7.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 486f7d491..8e4ff6b3b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.7.9",
+ "version": "0.7.10",
"description": "Mail app",
"main": "index.js",
"directories": {