Add support for X-AB-EDIT field upon user request

release-0.6
thomascube 13 years ago
parent c9f4e9bc65
commit e7b6e907c5

@ -47,6 +47,7 @@ class rcube_vcard
'assistant' => 'X-ASSISTANT',
'manager' => 'X-MANAGER',
'spouse' => 'X-SPOUSE',
'edit' => 'X-AB-EDIT',
);
private $typemap = array('iPhone' => 'mobile', 'CELL' => 'mobile');
private $phonetypemap = array('HOME1' => 'HOME', 'BUSINESS1' => 'WORK', 'BUSINESS2' => 'WORK2', 'BUSINESSFAX' => 'WORKFAX');

Loading…
Cancel
Save