using entities make life for translators much easier
[kdepim.git] / wizards / scalix.kcfg
blob6efe9cda9c4fd16b3f5a8a6c77b78dc8f40d1129
1 <?xml version="1.0" encoding="UTF-8"?>
2 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6 <kcfgfile name="scalixrc"/>
8 <group name="General">
9 <entry name="Server" type="String">
10 <default></default>
11 </entry>
12 <entry name="User" type="String">
13 <default></default>
14 </entry>
15 <entry name="RealName" type="String">
16 <default></default>
17 </entry>
18 <entry name="EMail" type="String">
19 <default></default>
20 </entry>
21 <entry name="Password" type="Password">
22 <default></default>
23 </entry>
24 <entry name="SavePassword" type="Bool">
25 <default>false</default>
26 </entry>
27 </group>
28 <group name="IMAP">
29 <entry name="Security" type="Enum">
30 <choices>
31 <choice name="None"/>
32 <choice name="TLS"/>
33 <choice name="SSL"/>
34 </choices>
35 <default>None</default>
36 </entry>
37 <entry name="Authentication" type="Enum">
38 <choices>
39 <choice name="Password"/>
40 <choice name="NTLM_SPA"/>
41 <choice name="GSSAPI"/>
42 <choice name="DIGEST_MD5"/>
43 <choice name="CRAM_MD5"/>
44 </choices>
45 <default>Password</default>
46 </entry>
47 </group>
48 </kcfg>