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