]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Added option for insecure IMAP
[friendica.git] / static / defaults.config.php
index 0cfb15e8474149b50bbfef40cc647d47026c1cd0..a4fd11662fd34c5fe38da7b5033aed93491cf01b 100644 (file)
@@ -189,6 +189,11 @@ return [
                // For development only. Disables the item cache.
                'ignore_cache' => false,
 
+               // insecure_imap (Boolean)
+               // If enabled, users are allowed to connect to their IMAP servers unencrypted.
+               // For security reasons this is disabled by default.
+               'insecure_imap' => false,
+
                // instances_social_key (String)
                // Key to the API of https://instances.social which retrieves data about mastodon servers.
                // See https://instances.social/api/token to get an API key.