-
Notifications
You must be signed in to change notification settings - Fork 2
/
zpushdtd.php
437 lines (437 loc) · 19 KB
/
zpushdtd.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<?php
/***********************************************
* File : zpushdtd.php
* Project : Z-Push
* Descr : dtd definition file
*
* Created : 01.10.2007
*
* Copyright 2007 - 2010 Zarafa Deutschland GmbH
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation with the following additional
* term according to sec. 7:
*
* According to sec. 7 of the GNU Affero General Public License, version 3,
* the terms of the AGPL are supplemented with the following terms:
*
* "Zarafa" is a registered trademark of Zarafa B.V.
* "Z-Push" is a registered trademark of Zarafa Deutschland GmbH
* The licensing of the Program under the AGPL does not imply a trademark license.
* Therefore any rights, title and interest in our trademarks remain entirely with us.
*
* However, if you propagate an unmodified version of the Program you are
* allowed to use the term "Z-Push" to indicate that you distribute the Program.
* Furthermore you may use our trademarks where it is necessary to indicate
* the intended purpose of a product or service provided you use it in accordance
* with honest practices in industrial or commercial matters.
* If you want to propagate modified versions of the Program under the name "Z-Push",
* you may only do so if you have a written permission by Zarafa Deutschland GmbH
* (to acquire a permission please contact Zarafa at [email protected]).
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Consult LICENSE file for details
************************************************/
$zpushdtd = array(
"codes" => array (
0 => array (
0x05 => "Synchronize",
0x06 => "Replies",
0x07 => "Add",
0x08 => "Modify",
0x09 => "Remove",
0x0a => "Fetch",
0x0b => "SyncKey",
0x0c => "ClientEntryId",
0x0d => "ServerEntryId",
0x0e => "Status",
0x0f => "Folder",
0x10 => "FolderType",
0x11 => "Version",
0x12 => "FolderId",
0x13 => "GetChanges",
0x14 => "MoreAvailable",
0x15 => "MaxItems",
0x16 => "Perform",
0x17 => "Options",
0x18 => "FilterType",
0x19 => "Truncation",
0x1a => "RtfTruncation",
0x1b => "Conflict",
0x1c => "Folders",
0x1d => "Data",
0x1e => "DeletesAsMoves",
0x1f => "NotifyGUID",
0x20 => "Supported",
0x21 => "SoftDelete",
0x22 => "MIMESupport",
0x23 => "MIMETruncation",
), 1 => array (
0x05 => "Anniversary",
0x06 => "AssistantName",
0x07 => "AssistnamePhoneNumber",
0x08 => "Birthday",
0x09 => "Body",
0x0a => "BodySize",
0x0b => "BodyTruncated",
0x0c => "Business2PhoneNumber",
0x0d => "BusinessCity",
0x0e => "BusinessCountry",
0x0f => "BusinessPostalCode",
0x10 => "BusinessState",
0x11 => "BusinessStreet",
0x12 => "BusinessFaxNumber",
0x13 => "BusinessPhoneNumber",
0x14 => "CarPhoneNumber",
0x15 => "Categories",
0x16 => "Category",
0x17 => "Children",
0x18 => "Child",
0x19 => "CompanyName",
0x1a => "Department",
0x1b => "Email1Address",
0x1c => "Email2Address",
0x1d => "Email3Address",
0x1e => "FileAs",
0x1f => "FirstName",
0x20 => "Home2PhoneNumber",
0x21 => "HomeCity",
0x22 => "HomeCountry",
0x23 => "HomePostalCode",
0x24 => "HomeState",
0x25 => "HomeStreet",
0x26 => "HomeFaxNumber",
0x27 => "HomePhoneNumber",
0x28 => "JobTitle",
0x29 => "LastName",
0x2a => "MiddleName",
0x2b => "MobilePhoneNumber",
0x2c => "OfficeLocation",
0x2d => "OtherCity",
0x2e => "OtherCountry",
0x2f => "OtherPostalCode",
0x30 => "OtherState",
0x31 => "OtherStreet",
0x32 => "PagerNumber",
0x33 => "RadioPhoneNumber",
0x34 => "Spouse",
0x35 => "Suffix",
0x36 => "Title",
0x37 => "WebPage",
0x38 => "YomiCompanyName",
0x39 => "YomiFirstName",
0x3a => "YomiLastName",
0x3b => "Rtf",
0x3c => "Picture",
), 2 => array (
0x05 => "Attachment",
0x06 => "Attachments",
0x07 => "AttName",
0x08 => "AttSize",
0x09 => "AttOid",
0x0a => "AttMethod",
0x0b => "AttRemoved",
0x0c => "Body",
0x0d => "BodySize",
0x0e => "BodyTruncated",
0x0f => "DateReceived",
0x10 => "DisplayName",
0x11 => "DisplayTo",
0x12 => "Importance",
0x13 => "MessageClass",
0x14 => "Subject",
0x15 => "Read",
0x16 => "To",
0x17 => "Cc",
0x18 => "From",
0x19 => "Reply-To",
0x1a => "AllDayEvent",
0x1b => "Categories",
0x1c => "Category",
0x1d => "DtStamp",
0x1e => "EndTime",
0x1f => "InstanceType",
0x20 => "BusyStatus",
0x21 => "Location",
0x22 => "MeetingRequest",
0x23 => "Organizer",
0x24 => "RecurrenceId",
0x25 => "Reminder",
0x26 => "ResponseRequested",
0x27 => "Recurrences",
0x28 => "Recurrence",
0x29 => "Type",
0x2a => "Until",
0x2b => "Occurrences",
0x2c => "Interval",
0x2d => "DayOfWeek",
0x2e => "DayOfMonth",
0x2f => "WeekOfMonth",
0x30 => "MonthOfYear",
0x31 => "StartTime",
0x32 => "Sensitivity",
0x33 => "TimeZone",
0x34 => "GlobalObjId",
0x35 => "ThreadTopic",
0x36 => "MIMEData",
0x37 => "MIMETruncated",
0x38 => "MIMESize",
0x39 => "InternetCPID",
), 3 => array (
0x05 => "Notify",
0x06 => "Notification",
0x07 => "Version",
0x08 => "Lifetime",
0x09 => "DeviceInfo",
0x0a => "Enable",
0x0b => "Folder",
0x0c => "ServerEntryId",
0x0d => "DeviceAddress",
0x0e => "ValidCarrierProfiles",
0x0f => "CarrierProfile",
0x10 => "Status",
0x11 => "Replies",
// 0x05 => "Version='1.1'",
0x12 => "Devices",
0x13 => "Device",
0x14 => "Id",
0x15 => "Expiry",
0x16 => "NotifyGUID",
), 4 => array (
0x05 => "Timezone",
0x06 => "AllDayEvent",
0x07 => "Attendees",
0x08 => "Attendee",
0x09 => "Email",
0x0a => "Name",
0x0b => "Body",
0x0c => "BodyTruncated",
0x0d => "BusyStatus",
0x0e => "Categories",
0x0f => "Category",
0x10 => "Rtf",
0x11 => "DtStamp",
0x12 => "EndTime",
0x13 => "Exception",
0x14 => "Exceptions",
0x15 => "Deleted",
0x16 => "ExceptionStartTime",
0x17 => "Location",
0x18 => "MeetingStatus",
0x19 => "OrganizerEmail",
0x1a => "OrganizerName",
0x1b => "Recurrence",
0x1c => "Type",
0x1d => "Until",
0x1e => "Occurrences",
0x1f => "Interval",
0x20 => "DayOfWeek",
0x21 => "DayOfMonth",
0x22 => "WeekOfMonth",
0x23 => "MonthOfYear",
0x24 => "Reminder",
0x25 => "Sensitivity",
0x26 => "Subject",
0x27 => "StartTime",
0x28 => "UID",
), 5 => array (
0x05 => "Moves",
0x06 => "Move",
0x07 => "SrcMsgId",
0x08 => "SrcFldId",
0x09 => "DstFldId",
0x0a => "Response",
0x0b => "Status",
0x0c => "DstMsgId",
), 6 => array (
0x05 => "GetItemEstimate",
0x06 => "Version",
0x07 => "Folders",
0x08 => "Folder",
0x09 => "FolderType",
0x0a => "FolderId",
0x0b => "DateTime",
0x0c => "Estimate",
0x0d => "Response",
0x0e => "Status",
), 7 => array (
0x05 => "Folders",
0x06 => "Folder",
0x07 => "DisplayName",
0x08 => "ServerEntryId",
0x09 => "ParentId",
0x0a => "Type",
0x0b => "Response",
0x0c => "Status",
0x0d => "ContentClass",
0x0e => "Changes",
0x0f => "Add",
0x10 => "Remove",
0x11 => "Update",
0x12 => "SyncKey",
0x13 => "FolderCreate",
0x14 => "FolderDelete",
0x15 => "FolderUpdate",
0x16 => "FolderSync",
0x17 => "Count",
0x18 => "Version",
), 8 => array (
0x05 => "CalendarId",
0x06 => "FolderId",
0x07 => "MeetingResponse",
0x08 => "RequestId",
0x09 => "Request",
0x0a => "Result",
0x0b => "Status",
0x0c => "UserResponse",
0x0d => "Version",
), 9 => array (
0x05 => "Body",
0x06 => "BodySize",
0x07 => "BodyTruncated",
0x08 => "Categories",
0x09 => "Category",
0x0a => "Complete",
0x0b => "DateCompleted",
0x0c => "DueDate",
0x0d => "UtcDueDate",
0x0e => "Importance",
0x0f => "Recurrence",
0x10 => "Type",
0x11 => "Start",
0x12 => "Until",
0x13 => "Occurrences",
0x14 => "Interval",
0x16 => "DayOfWeek",
0x15 => "DayOfMonth",
0x17 => "WeekOfMonth",
0x18 => "MonthOfYear",
0x19 => "Regenerate",
0x1a => "DeadOccur",
0x1b => "ReminderSet",
0x1c => "ReminderTime",
0x1d => "Sensitivity",
0x1e => "StartDate",
0x1f => "UtcStartDate",
0x20 => "Subject",
0x21 => "Rtf",
), 0xa => array (
0x05 => "ResolveRecipients",
0x06 => "Response",
0x07 => "Status",
0x08 => "Type",
0x09 => "Recipient",
0x0a => "DisplayName",
0x0b => "EmailAddress",
0x0c => "Certificates",
0x0d => "Certificate",
0x0e => "MiniCertificate",
0x0f => "Options",
0x10 => "To",
0x11 => "CertificateRetrieval",
0x12 => "RecipientCount",
0x13 => "MaxCertificates",
0x14 => "MaxAmbiguousRecipients",
0x15 => "CertificateCount",
), 0xb => array (
0x05 => "ValidateCert",
0x06 => "Certificates",
0x07 => "Certificate",
0x08 => "CertificateChain",
0x09 => "CheckCRL",
0x0a => "Status",
), 0xc => array (
0x05 => "CustomerId",
0x06 => "GovernmentId",
0x07 => "IMAddress",
0x08 => "IMAddress2",
0x09 => "IMAddress3",
0x0a => "ManagerName",
0x0b => "CompanyMainPhone",
0x0c => "AccountName",
0x0d => "NickName",
0x0e => "MMS",
), 0xd => array (
0x05 => "Ping",
0x07 => "Status",
0x08 => "LifeTime",
0x09 => "Folders",
0x0a => "Folder",
0x0b => "ServerEntryId",
0x0c => "FolderType",
), 0xe => array (
0x05 => "Provision",
0x06 => "Policies",
0x07 => "Policy",
0x08 => "PolicyType",
0x09 => "PolicyKey",
0x0A => "Data",
0x0B => "Status",
0x0C => "RemoteWipe",
0x0D => "EASProvisionDoc",
),
0xf => array(
0x05 => "Search",
0x07 => "Store",
0x08 => "Name",
0x09 => "Query",
0x0A => "Options",
0x0B => "Range",
0x0C => "Status",
0x0D => "Response",
0x0E => "Result",
0x0F => "Properties",
0x10 => "Total",
0x11 => "EqualTo",
0x12 => "Value",
0x13 => "And",
0x14 => "Or",
0x15 => "FreeText",
0x17 => "DeepTraversal",
0x18 => "LongId",
0x19 => "RebuildResults",
0x1A => "LessThan",
0x1B => "GreaterThan",
0x1C => "Schema",
0x1D => "Supported",
), 0x10 => array(
0x05 => "DisplayName",
0x06 => "Phone",
0x07 => "Office",
0x08 => "Title",
0x09 => "Company",
0x0A => "Alias",
0x0B => "FirstName",
0x0C => "LastName",
0x0D => "HomePhone",
0x0E => "MobilePhone",
0x0F => "EmailAddress",
)
), "namespaces" => array(
1 => "POOMCONTACTS",
2 => "POOMMAIL",
3 => "AirNotify",
4 => "POOMCAL",
5 => "Move",
6 => "GetItemEstimate",
7 => "FolderHierarchy",
8 => "MeetingResponse",
9 => "POOMTASKS",
0xA => "ResolveRecipients",
0xB => "ValidateCerts",
0xC => "POOMCONTACTS2",
0xD => "Ping",
0xE => "Provision",//
0xF => "Search",//
0x10 => "GAL",
)
);
?>