-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHACKING
More file actions
80 lines (70 loc) · 1.23 KB
/
Copy pathHACKING
File metadata and controls
80 lines (70 loc) · 1.23 KB
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
Protocol:
=========
(all transmitted lines end with \n)
OpenSync
:finished:
Claws Mail
(nil)
Claws Mail will do some cleanup.
OpenSync
:request_contacts:
Claws Mail
(for all contacts)
:start_contact:
(vcard as strings)
:end_contact:
:done:
OpenSync
:modify_contact:
(contact ID)
(vcard as strings)
:done:
Claws Mail
:start_contact: | :failure:
(vevent of modified contact) |
:end_contact: |
OpenSync
:delete_contact:
(UID)
Claws Mail
:ok: | :failure:
OpenSync
:add_contact:
:start_contact:
(vcard as strings)
:end_contact:
Claws Mail
:start_contact: | :failure:
(vcard of newly added contact) |
:end_contact: |
OpenSync
:request_events:
Claws Mail
(for all events)
:start_event:
(as strings)
:end_event:
:done:
OpenSync
:modify_event:
(event ID)
(vevent as strings)
:done:
Claws Mail
:start_event: | :failure:
(vevent of modified event) |
:end_event: |
OpenSync
:delete_event:
(UID)
Claws Mail
:ok: | :failure:
OpenSync
:add_event:
:start_event:
(vcard as strings)
:end_event:
Claws Mail
:start_event: | :failure:
(vevent of newly added event) |
:end_event: |