mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Added: Sync contacts tags
Fixed: IMAP search
This commit is contained in:
parent
e88c41c90a
commit
79e686f412
14 changed files with 28963 additions and 29048 deletions
|
|
@ -125,12 +125,13 @@ class AddressBook extends \RainLoop\Providers\AbstractProvider
|
|||
|
||||
/**
|
||||
* @param string $sEmail
|
||||
* @param bool $bCache = true
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function GetContactTags($sEmail)
|
||||
public function GetContactTags($sEmail, $bCache = true)
|
||||
{
|
||||
return $this->IsActive() ? $this->oDriver->GetContactTags($sEmail) : array();
|
||||
return $this->IsActive() ? $this->oDriver->GetContactTags($sEmail, $bCache) : array();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue