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>2016-09-06 14:04:48 +0300
committerGitHub <noreply@github.com>2016-09-06 14:04:48 +0300
commit0a1d6e89833326d9212d437a5117f214fe597fea (patch)
treead9014d86db1a762b17e5a02a4b36a870935a11c /README.md
parentf0dc0c15642325559f24d9503b7f32b22126100d (diff)
remove info about server-side caching
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index ce0c8005e..8b9a28a4d 100644
--- a/README.md
+++ b/README.md
@@ -110,13 +110,6 @@ You can enable IMAP and SMTP backend logging. A horde_imap.log for IMAP and hord
'app.mail.smtplog.enabled' => true
```
-### Server-side caching
-Mailbox messages and accounts can be cached on the Nextcloud server to reduce mail server load:
-This requires a valid memcache to be configured
-```php
-'app.mail.server-side-cache.enabled' => true
-```
-
### Use php-mail for mail sending
You can use the php mail function to send mails. This is needed for some webhosters (1&1 (1und1)):
```php