mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
IsSupported() to hasCapability()
This commit is contained in:
parent
19bc530879
commit
2793dae547
5 changed files with 89 additions and 170 deletions
|
|
@ -94,7 +94,7 @@ class KolabAddressBook implements \RainLoop\Providers\AddressBook\AddressBookInt
|
|||
|
||||
public function IsSupported() : bool
|
||||
{
|
||||
// Check $this->ImapClient()->IsSupported('METADATA')
|
||||
// Check $this->ImapClient()->hasCapability('METADATA')
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue