[imp] Advanced option not working
AdamR.Med
adamr.medallies at gmail.com
Tue Apr 14 19:14:11 UTC 2020
I do not get it. When array notation for below
// IMAP server
$servers['imap'] = array(
// ENABLED by default; will connect to IMAP port on local server
'disabled' => false,
'name' => 'IMAP Server',
'hostspec' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap',
'port' => 143,
// Plaintext logins are disabled by default on IMAP servers (see RFC
3501
// [6.2.3]), so TLS is the only guaranteed authentication available by
// default.
'secure' => 'tls',
);
works why then disabling above and enabling 'advanced' array notation is not
working then?
--
Sent from: http://horde.690.n7.nabble.com/Horde-IMP-f75804.html
More information about the imp
mailing list