From cee62815236900d8195308f8c37cea806dc35131 Mon Sep 17 00:00:00 2001 From: Alexey Abel Date: Thu, 7 Jun 2018 09:44:43 +0200 Subject: [PATCH] Change phrasing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49dd661..29f3d63 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If your users login as *user* (instead of *user@example.com*) you can set `email Valid ssl modes are `none`, `ssl` and `tls` as described in the [mail app documentation](https://github.com/nextcloud/mail/blob/master/doc/admin.md#minimal-configuration) ## Security -Note that the password is stored with symmetric encryption and can be retreived by the admin. This is the default behaviour of the mail app and unavoidable because it needs to login to the mail server. +Note that the password is stored with symmetric encryption and can be retrieved by the admin. This is the default behaviour of the mail app whose methods this app uses. ## Troubleshooting Set `'loglevel' => '0',` in Nextcloud's *config/config.php* to enable the app's debug output and check the log file.