forked from extern/egroupware
* eSync: only export raw email for contacts as Outlook seems to have problems with it
not '"Firstname Lastname" <first.last@domain.com>', see ticket #18232 from GNS Christoph Kaulich
This commit is contained in:
parent
54a9ea87f1
commit
1239a15132
@ -397,13 +397,6 @@ class addressbook_zpush implements activesync_plugin_write, activesync_plugin_se
|
||||
$message->categories[] = $this->get_addressbooks($contact['owner'].($contact['private']?'p':''), false, true);
|
||||
}
|
||||
break;
|
||||
case 'email':
|
||||
case 'email_home':
|
||||
if (!empty($contact[$attr]))
|
||||
{
|
||||
$message->$key = ('"'.$emailname.'"'." <$contact[$attr]>");
|
||||
}
|
||||
break;
|
||||
// HTC Desire needs at least one telefon number, otherwise sync of contact fails without error,
|
||||
// but will be retired forerver --> we always return work-phone xml element, even if it's empty
|
||||
// (Mircosoft ActiveSync Contact Class Protocol Specification says all phone-numbers are optional!)
|
||||
|
Loading…
Reference in New Issue
Block a user