mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
Add _FORCE_SELECT_ON_EXAMINE__ property to IMAP client class
This commit is contained in:
parent
efb9db36d2
commit
4a153a59c1
4 changed files with 21 additions and 3 deletions
|
|
@ -4978,6 +4978,8 @@ class Actions
|
|||
{
|
||||
throw new \RainLoop\Exceptions\ClientException(\RainLoop\Notifications::AuthError, $oException);
|
||||
}
|
||||
|
||||
$this->MailClient()->ImapClient()->__FORCE_SELECT_ON_EXAMINE__ = !!$this->Config()->Get('labs', 'use_imap_force_selection');
|
||||
}
|
||||
|
||||
return $oAccount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue