mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
The final commit personal address books branches before merging
This commit is contained in:
parent
43f094220c
commit
867dcc8f7e
44 changed files with 2163 additions and 1147 deletions
|
|
@ -1,10 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace RainLoop\Providers\PersonalAddressBook\Enumerations;
|
||||
|
||||
class ContactType
|
||||
{
|
||||
const DEFAULT_ = 0;
|
||||
const SHARE = 1;
|
||||
const AUTO = 2;
|
||||
}
|
||||
|
|
@ -8,9 +8,9 @@ class PropertyType
|
|||
|
||||
const FULLNAME = 10;
|
||||
|
||||
const NAME = 15;
|
||||
const SURNAME = 16;
|
||||
const MIDDLENAME = 17;
|
||||
const FIRST_NAME = 15;
|
||||
const SUR_NAME = 16;
|
||||
const MIDDLE_NAME = 17;
|
||||
const NICK = 18;
|
||||
|
||||
const EMAIl_PERSONAL = 30;
|
||||
|
|
@ -25,8 +25,9 @@ class PropertyType
|
|||
const MOBILE_BUSSINES = 61;
|
||||
const MOBILE_OTHER = 62;
|
||||
|
||||
const FAX_BUSSINES = 70;
|
||||
const FAX_OTHER = 71;
|
||||
const FAX_PERSONAL = 70;
|
||||
const FAX_BUSSINES = 71;
|
||||
const FAX_OTHER = 72;
|
||||
|
||||
const FACEBOOK = 90;
|
||||
const SKYPE = 91;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue