-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathewsresource.kcfg
65 lines (65 loc) · 3 KB
/
ewsresource.kcfg
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
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:kcfg="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<kcfgfile/>
<group name="General">
<entry name="BaseUrl" type="String">
<label>Server URL</label>
<tooltip>The URL of the Microsoft Exchange server, should be something like https://myserver.org/EWS/Exchange.asmx</tooltip>
<whatsthis>The URL of the Microsoft Exchange server, should be something like https://myserver.org/EWS/Exchange.asmx</whatsthis>
</entry>
<entry name="Username" type="String">
<label context="The username to login into the server">Username</label>
<tooltip>The username that is used to log into the Microsoft Exchange server</tooltip>
<whatsthis>The username that is used to log into the Microsoft Exchange server</whatsthis>
</entry>
<entry name="Domain" type="String">
<label>Domain</label>
<tooltip>The Active Directory domain the user belongs to</tooltip>
<whatsthis>The Active Directory domain the user belongs to</whatsthis>
</entry>
<entry name="HasDomain" type="Bool">
<label>Use a domain name during authentication</label>
<default>true</default>
</entry>
<entry name="Email" type="String">
<label context="Account e-mail address">E-mail</label>
<tooltip>The primary e-mail address of this account</tooltip>
<whatsthis>The primary e-mail address of this account</whatsthis>
</entry>
<entry name="AutoDiscovery" type="Bool">
<label>Server Autodiscovery</label>
<tooltip>Attempt to automatically discover Exchange server address</tooltip>
<whatsthis>Attempts to find out the Microsoft Exchange server address relevant to the supplied e-mail address.</whatsthis>
</entry>
<entry name="PollInterval" type="Double">
<label>Poll Interval</label>
<tooltip>Sets the interval for checking for new mail</tooltip>
<whatsthis>Sets the interval for checking for new mail.</whatsthis>
</entry>
<entry name="RetrievalMethod" type="Int">
<label>Retrieval</label>
</entry>
<entry name="ServerSubscription" type="Bool">
<label>Enable Server-Side Subscriptions</label>
</entry>
<entry name="ServerSubscriptionList" type="StringList">
<label>List of folders to subscribe to</label>
<default>default</default>
</entry>
<entry name="EnableNTLMv2" type="Bool">
<label>Enable NTLMv2 authentication</label>
<default>true</default>
</entry>
<entry name="UserAgent" type="String">
<label>Forces a non-default User-Agent string</label>
</entry>
<entry name="SyncState" type="String" />
<entry name="FolderSyncState" type="String" />
<entry name="EventSubscriptionId" type="String" />
<entry name="EventSubscriptionWatermark" type="String" />
</group>
</kcfg>