mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Merge 1dc26f11d2 into c154d23cfe
This commit is contained in:
commit
cb6388de96
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ function getImapClient(int $host)
|
|||
|
||||
$oImapClient = new \MailSo\Imap\ImapClient;
|
||||
// $oAccount = new \RainLoop\Model\Account;
|
||||
$oImapClient->SetLogger(\RainLoop\API::Logger());
|
||||
$oImapClient->SetLogger(\RainLoop\Api::Logger());
|
||||
// $oPlugins->RunHook('imap.before-connect', array($oAccount, $oImapClient, $ImapSettings));
|
||||
$oImapClient->Connect($ImapSettings);
|
||||
// $oPlugins->RunHook('imap.after-connect', array($oAccount, $oImapClient, $ImapSettings));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue