mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-26 02:29:20 +03:00
Add IsExternal for external contact sources
Signed-off-by: Akhil <akhil@e.email>
This commit is contained in:
parent
6f61b06bbb
commit
8a4eabe699
8 changed files with 25 additions and 1 deletions
|
|
@ -33,6 +33,11 @@ class NextcloudAddressBook implements \RainLoop\Providers\AddressBook\AddressBoo
|
|||
return true;
|
||||
}
|
||||
|
||||
public function IsExternal(): bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public function SetEmail(string $sEmail) : bool {
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue