Add managesieve (Sieve) support for remote accounts
When switching identities, the managesieve plugin still connected to the default sieve server. Hook into managesieve_connect to redirect the sieve connection to the remote account's server. Adds sieve_host, sieve_port and sieve_auth columns to the database, a Sieve section to the identity settings form, preconfig support for sieve_host, and localized labels for all 7 languages.
This commit is contained in:
@@ -30,6 +30,11 @@ $config['ident_switch.preconfig'] = [
|
||||
// Falls back to imap_host if not specified.
|
||||
'smtp_host' => 'tls://mail.domain.tld:587',
|
||||
|
||||
// Sieve (managesieve) connection: scheme://host:port
|
||||
// Schemes: tls:// for STARTTLS (port 4190), ssl:// for implicit TLS.
|
||||
// Optional. Only needed if the managesieve plugin is installed.
|
||||
'sieve_host' => 'tls://mail.domain.tld:4190',
|
||||
|
||||
// Login name, can be 'email' (full address from identity), 'mbox' (only mailbox part).
|
||||
// Any other value is treated as 'not specified' (default).
|
||||
'user' => 'email',
|
||||
|
||||
Reference in New Issue
Block a user