mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Add confog for sieve auth plain command
This commit is contained in:
parent
c72c6c0946
commit
0f6b70f63e
5 changed files with 1804 additions and 1781 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -4210,6 +4210,7 @@ NewThemeLink IncludeCss LoadingDescriptionEsc TemplatesLink LangLink IncludeBack
|
||||||
{
|
{
|
||||||
$oSieveClient = \MailSo\Sieve\ManageSieveClient::NewInstance()->SetLogger($this->Logger());
|
$oSieveClient = \MailSo\Sieve\ManageSieveClient::NewInstance()->SetLogger($this->Logger());
|
||||||
$oSieveClient->SetTimeOuts($iConnectionTimeout);
|
$oSieveClient->SetTimeOuts($iConnectionTimeout);
|
||||||
|
$oSieveClient->__USE_INITIAL_AUTH_PLAIN_COMMAND = !!$this->Config()->Get('labs', 'sieve_auth_plain_initial', true);
|
||||||
|
|
||||||
$iTime = \microtime(true);
|
$iTime = \microtime(true);
|
||||||
$oSieveClient->Connect($oDomain->SieveHost(), $oDomain->SievePort(), $oDomain->SieveSecure(),
|
$oSieveClient->Connect($oDomain->SieveHost(), $oDomain->SievePort(), $oDomain->SieveSecure(),
|
||||||
|
|
|
||||||
|
|
@ -421,6 +421,7 @@ Enables caching in the system'),
|
||||||
'smtp_use_auth_cram_md5' => array(false),
|
'smtp_use_auth_cram_md5' => array(false),
|
||||||
'sieve_allow_raw_script' => array(false),
|
'sieve_allow_raw_script' => array(false),
|
||||||
'sieve_utf8_folder_name' => array(true),
|
'sieve_utf8_folder_name' => array(true),
|
||||||
|
'sieve_auth_plain_initial' => array(true),
|
||||||
'imap_timeout' => array(300),
|
'imap_timeout' => array(300),
|
||||||
'smtp_timeout' => array(60),
|
'smtp_timeout' => array(60),
|
||||||
'sieve_timeout' => array(10),
|
'sieve_timeout' => array(10),
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue