From d66b5131ec2fd842ad154b7a55ad518408de9ce7 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Sat, 16 Mar 2019 09:11:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20DOC:=20sslmode=20is=20a=20string?= =?UTF-8?q?=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 547113d..4390588 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Add the following to your `config.php`: array( 'class' => 'OC_User_IMAP', 'arguments' => array( - '127.0.0.1', 993, ssl, 'example.com' + '127.0.0.1', 993, 'ssl', 'example.com' ), ), ),