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:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2015-04-29 15:12:37 +0300
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2015-04-29 15:12:37 +0300
commite3b1b240a56385cc5fb253e4df112b6e5ea904f9 (patch)
tree43de6ed49c5101ec4331412812bece4985e1c4de
parentd3f4325b5f6816a287e631d8a31d2551b748e939 (diff)
parent89a7daff7197c52b16167de61268d4de5468f4c2 (diff)
Merge pull request #552 from owncloud/debug_mode
Note the imap debug mode in Readme
-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.