mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
Remote Synchronization (CardDAV) improvements:
now it supports address book url auto detection (and works with Google contacts, icloud and etc.)
This commit is contained in:
parent
92f2caf700
commit
1fb553e77e
249 changed files with 1338 additions and 1453 deletions
|
|
@ -6,8 +6,9 @@ class PropertyType
|
|||
{
|
||||
const UNKNOWN = 0;
|
||||
|
||||
const UID = 9;
|
||||
const FULLNAME = 10;
|
||||
|
||||
|
||||
const FIRST_NAME = 15;
|
||||
const LAST_NAME = 16;
|
||||
const MIDDLE_NAME = 17;
|
||||
|
|
@ -21,7 +22,7 @@ class PropertyType
|
|||
// const MOBILE = 32;
|
||||
// const FAX = 33;
|
||||
const WEB_PAGE = 32;
|
||||
|
||||
|
||||
const BIRTHDAY = 40;
|
||||
|
||||
const FACEBOOK = 90;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue