ImapConnectAndLoginHelper() to ImapConnectAndLogin()

This commit is contained in:
the-djmaze 2023-01-19 10:55:34 +01:00
parent b3a969fb8a
commit 7feb9a9f41
5 changed files with 12 additions and 12 deletions

View file

@ -4,11 +4,11 @@ class KolabPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Kolab',
VERSION = '2.4',
RELEASE = '2023-01-03',
VERSION = '2.5',
RELEASE = '2023-01-17',
CATEGORY = 'Contacts',
DESCRIPTION = 'Use an Address Book of Kolab.',
REQUIRED = '2.24.5';
REQUIRED = '2.24.6';
public function Init() : void
{