Warning, /pim/kdepim-runtime/resources/ews/ewsresource.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:kcfg="http://www.kde.org/standards/kcfg/1.0"
0004       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0005       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0006       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0007   <kcfgfile/>
0008   <group name="General">
0009     <entry name="BaseUrl" type="String">
0010       <label>Server URL</label>
0011       <default>https://outlook.office365.com/EWS/Exchange.asmx</default>
0012       <tooltip>The URL of the Microsoft Exchange server, should be something like https://myserver.org/EWS/Exchange.asmx</tooltip>
0013       <whatsthis>The URL of the Microsoft Exchange server, should be something like https://myserver.org/EWS/Exchange.asmx</whatsthis>
0014     </entry>
0015     <entry name="Username" type="String">
0016       <label context="The username to login into the server">Username</label>
0017       <tooltip>The username that is used to log into the Microsoft Exchange server</tooltip>
0018       <whatsthis>The username that is used to log into the Microsoft Exchange server</whatsthis>
0019     </entry>
0020     <entry name="Domain" type="String">
0021       <label>Domain</label>
0022       <tooltip>The Active Directory domain the user belongs to</tooltip>
0023       <whatsthis>The Active Directory domain the user belongs to</whatsthis>
0024     </entry>
0025     <entry name="HasDomain" type="Bool">
0026       <label>Use a domain name during authentication</label>
0027       <default>true</default>
0028     </entry>
0029     <entry name="Email" type="String">
0030       <label context="Account e-mail address">E-mail</label>
0031       <tooltip>The primary e-mail address of this account</tooltip>
0032       <whatsthis>The primary e-mail address of this account</whatsthis>
0033     </entry>
0034     <entry name="AutoDiscovery" type="Bool">
0035       <label>Server Autodiscovery</label>
0036       <tooltip>Attempt to automatically discover Exchange server address</tooltip>
0037       <whatsthis>Attempts to find out the Microsoft Exchange server address relevant to the supplied e-mail address.</whatsthis>
0038     </entry>
0039     <entry name="PollInterval" type="Double">
0040       <label>Poll Interval</label>
0041       <tooltip>Sets the interval for checking for new mail</tooltip>
0042       <whatsthis>Sets the interval for checking for new mail.</whatsthis>
0043     </entry>
0044     <entry name="RetrievalMethod" type="Int">
0045       <label>Retrieval</label>
0046     </entry>
0047     <entry name="ServerSubscription" type="Bool">
0048       <label>Enable Server-Side Subscriptions</label>
0049     </entry>
0050     <entry name="ServerSubscriptionList" type="StringList">
0051       <label>List of folders to subscribe to</label>
0052       <default>default</default>
0053     </entry>
0054     <entry name="EnableNTLMv2" type="Bool">
0055       <label>Enable NTLMv2 authentication</label>
0056       <default>true</default>
0057     </entry>
0058     <entry name="UserAgent" type="String">
0059       <label>Forces a non-default User-Agent string</label>
0060     </entry>
0061     <entry name="AuthMode" type="String">
0062       <default>username-password</default>
0063     </entry>
0064     <entry name="OAuth2AppId" type="String">
0065       <label>OAuth2 application identifier</label>
0066       <default>452b289a-7894-41d7-9cd4-d5275739fa27</default>
0067     </entry>
0068     <entry name="OAuth2ReturnUri" type="String">
0069       <label>OAuth2 return URI</label>
0070       <default>urn:ietf:wg:oauth:2.0:oob</default>
0071     </entry>
0072     <entry name="PKeyCert" type="String">
0073       <label>Path to PKey authentication PEM certificate</label>
0074     </entry>
0075     <entry name="PKeyKey" type="String">
0076       <label>Path to PKey authentication PEM private key</label>
0077     </entry>
0078     <entry name="FolderSyncState" type="String" />
0079     <entry name="EventSubscriptionId" type="String" />
0080     <entry name="EventSubscriptionWatermark" type="String" />
0081   </group>
0082 </kcfg>