Re: [imp] Advanced option not working

2020-04-14 Thread Arjen de Korte
Citeren "AdamR.Med" : 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, '

Re: [imp] Advanced option not working

2020-04-14 Thread AdamR.Med
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',

Re: [imp] Advanced option not working

2020-04-14 Thread Arjen de Korte
Citeren "AdamR.Med" : I have enabled advanced options in my backends.local.php as follows $servers['advanced'] = array( // Disabled by default 'disabled' => false, 'name' => 'Advanced IMAP Server', to get shared mailboxes (ACL) to work and log STMP debug to /tmp/imp_imap.log but e

[imp] Advanced option not working

2020-04-14 Thread AdamR.Med
I have enabled advanced options in my backends.local.php as follows $servers['advanced'] = array( // Disabled by default 'disabled' => false, 'name' => 'Advanced IMAP Server', to get shared mailboxes (ACL) to work and log STMP debug to /tmp/imp_imap.log but enabling that did not took