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 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index f72fe2577..5647118c6 100644
--- a/README.md
+++ b/README.md
@@ -45,3 +45,11 @@ Go to ownCloud Mail in the browser and run this from the developer console to cl
```
localStorage.clear();
```
+
+### Debug mode
+You can enable IMAP backend logging. Add this to your config.php:
+```php
+'app.mail.imaplog.enabled' => true
+```
+
+A horde.log will appear in the same directory as your owncloud.log.