mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03:00
Added export contacts (vCard)
This commit is contained in:
parent
c25b5bfef7
commit
c248292f07
37 changed files with 489 additions and 237 deletions
|
|
@ -265,6 +265,25 @@ class Contact
|
|||
return (string) $oVCard->serialize();
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo
|
||||
* @return string
|
||||
*/
|
||||
public function ToCsvHeader()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo
|
||||
* @return string
|
||||
*/
|
||||
public function ToCsvLine()
|
||||
{
|
||||
$this->UpdateDependentValues();
|
||||
return '';
|
||||
}
|
||||
|
||||
/**
|
||||
* @param mixed $oProp
|
||||
* @param bool $bOldVersion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue