📖 DOC: sslmode is a string too

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
Jonas Sulzer
2019-03-16 09:11:00 +01:00
parent 2a54ac0aa6
commit d66b5131ec

View File

@@ -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'
),
),
),