mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
ImapConnectAndLoginHelper() to ImapConnectAndLogin()
This commit is contained in:
parent
b3a969fb8a
commit
7feb9a9f41
5 changed files with 12 additions and 12 deletions
|
|
@ -4,11 +4,11 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
{
|
||||
const
|
||||
NAME = 'Nextcloud',
|
||||
VERSION = '2.14',
|
||||
RELEASE = '2023-01-04',
|
||||
VERSION = '2.15',
|
||||
RELEASE = '2023-01-17',
|
||||
CATEGORY = 'Integrations',
|
||||
DESCRIPTION = 'Integrate with Nextcloud v20+',
|
||||
REQUIRED = '2.23.0';
|
||||
REQUIRED = '2.24.6';
|
||||
|
||||
public function Init() : void
|
||||
{
|
||||
|
|
@ -94,7 +94,7 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
$oMailClient = $oActions->MailClient();
|
||||
if (!$oMailClient->IsLoggined()) {
|
||||
$oAccount = $oActions->getAccountFromToken();
|
||||
$oAccount->ImapConnectAndLoginHelper($oActions->Plugins(), $oMailClient->ImapClient(), $oActions->Config());
|
||||
$oAccount->ImapConnectAndLogin($oActions->Plugins(), $oMailClient->ImapClient(), $oActions->Config());
|
||||
}
|
||||
|
||||
$sSaveFolder = $sSaveFolder ?: 'Emails';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue