From f7a595655388cf388a37b0515abf1409ca6d0528 Mon Sep 17 00:00:00 2001 From: Alexey Abel Date: Tue, 12 Jun 2018 22:16:39 +0200 Subject: [PATCH] Fix Punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f291ed..1995e8b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The key `email_address_suffix` goes into the main hierarchy level, where e.g. `t If your users login as *user* (instead of *user@example.com*) you can set `email_address_suffix` to `@example.com` to automatically add this to the e-mail address of each user. -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) +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 retrieved by the admin. This is the default behaviour of the mail app whose methods this app uses.