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:
@@ -64,6 +64,25 @@ $labels['form.smtp.auth.imap'] = 'Как IMAP';
|
||||
$labels['form.smtp.auth.none'] = 'Нет';
|
||||
|
||||
|
||||
// Sieve
|
||||
$labels['form.sieve.caption'] = 'Sieve';
|
||||
|
||||
// Server host name
|
||||
$labels['form.sieve.host'] = 'Адрес сервера';
|
||||
|
||||
// Port
|
||||
$labels['form.sieve.port'] = 'Порт';
|
||||
|
||||
// Authorization
|
||||
$labels['form.sieve.auth'] = 'Авторизация';
|
||||
|
||||
// As IMAP
|
||||
$labels['form.sieve.auth.imap'] = 'Как IMAP';
|
||||
|
||||
// None
|
||||
$labels['form.sieve.auth.none'] = 'Нет';
|
||||
|
||||
|
||||
// Errors
|
||||
|
||||
// Value in \'Server host name\' field is too long (64 chars max).
|
||||
|
||||
Reference in New Issue
Block a user