mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03:00
Bugfix: KolabAddressBook parse error
This commit is contained in:
parent
083b6988ee
commit
5cadccb985
2 changed files with 3 additions and 3 deletions
|
|
@ -310,7 +310,7 @@ class KolabAddressBook implements \RainLoop\Providers\AddressBook\AddressBookInt
|
||||||
return $aResult;
|
return $aResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function GetContactByEmail(string $sEmail) : ?Contact;
|
public function GetContactByEmail(string $sEmail) : ?Contact
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
return null;
|
return null;
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ class KolabPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
{
|
{
|
||||||
const
|
const
|
||||||
NAME = 'Kolab',
|
NAME = 'Kolab',
|
||||||
VERSION = '2.3',
|
VERSION = '2.4',
|
||||||
RELEASE = '2022-12-30',
|
RELEASE = '2023-01-03',
|
||||||
CATEGORY = 'Contacts',
|
CATEGORY = 'Contacts',
|
||||||
DESCRIPTION = 'Use an Address Book of Kolab.',
|
DESCRIPTION = 'Use an Address Book of Kolab.',
|
||||||
REQUIRED = '2.24.4';
|
REQUIRED = '2.24.4';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue