mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Plugins still use ImapConnectAndLoginHelper
This commit is contained in:
parent
302dcf67c2
commit
51f250cc78
1 changed files with 5 additions and 0 deletions
|
|
@ -208,6 +208,11 @@ abstract class Account implements \JsonSerializable
|
||||||
return $oAccount;
|
return $oAccount;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Deprecated
|
||||||
|
public function ImapConnectAndLoginHelper(\RainLoop\Plugins\Manager $oPlugins, \MailSo\Imap\ImapClient $oImapClient, \RainLoop\Config\Application $oConfig) : bool
|
||||||
|
{
|
||||||
|
return $this->ImapConnectAndLogin($oPlugins, $oImapClient, $oConfig);
|
||||||
|
}
|
||||||
public function ImapConnectAndLogin(\RainLoop\Plugins\Manager $oPlugins, \MailSo\Imap\ImapClient $oImapClient, \RainLoop\Config\Application $oConfig) : bool
|
public function ImapConnectAndLogin(\RainLoop\Plugins\Manager $oPlugins, \MailSo\Imap\ImapClient $oImapClient, \RainLoop\Config\Application $oConfig) : bool
|
||||||
{
|
{
|
||||||
$oSettings = $this->Domain()->ImapSettings();
|
$oSettings = $this->Domain()->ImapSettings();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue