mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Bigchange for contact image avatar support #115
This commit is contained in:
parent
113a421d0f
commit
5069bc2950
32 changed files with 134 additions and 31 deletions
|
|
@ -313,6 +313,12 @@ class KolabAddressBook implements \RainLoop\Providers\AddressBook\AddressBookInt
|
|||
return $aResult;
|
||||
}
|
||||
|
||||
public function GetContactByEmail(string $sEmail) : ?Contact;
|
||||
{
|
||||
// TODO
|
||||
return null;
|
||||
}
|
||||
|
||||
public function GetContactByID($mID, bool $bIsStrID = false) : ?Contact
|
||||
{
|
||||
if ($bIsStrID) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue