Warning, /pim/kdepim-runtime/resources/imap/imapresource.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="network">
0009     <entry name="ImapServer" type="String">
0010       <label>IMAP server</label>
0011     </entry>
0012     <entry name="ImapPort"  type="Int">
0013       <label>Defines the port the IMAP service is running on</label>
0014       <default>993</default>
0015     </entry>
0016     <entry name="UserName" type="String">
0017       <label>Username</label>
0018     </entry>
0019     <entry name="Safety" type="String">
0020       <label>Defines the encryption type to use</label>
0021       <default>SSL</default>
0022     </entry>
0023     <entry name="OverrideEncryption" type="String">
0024       <label>Override configured encryption mode</label>
0025     </entry>
0026     <entry name="Authentication" type="Int">
0027       <label>Defines the authentication type to use</label>
0028       <default>1</default>
0029     </entry>
0030     <entry name="SubscriptionEnabled" type="Bool">
0031       <label>Defines if the server side subscription is enabled</label>
0032       <default>false</default>
0033     </entry>
0034     <entry name="SessionTimeout" type="Int">
0035       <default>30</default>
0036     </entry>
0037     <entry name="UseProxy" type="Bool">
0038       <label>Connect using the system proxy settings</label>
0039       <whatsthis>If checked, the system proxy settings will be used to connect to the mail server.</whatsthis>
0040       <default>false</default>
0041     </entry>
0042   </group>
0043   <group name="cache">
0044     <entry name="DisconnectedModeEnabled" type="Bool">
0045       <label>Defines if all the IMAP data should be cached locally all the time</label>
0046       <default>true</default>
0047     </entry>
0048     <entry name="IntervalCheckEnabled" type="Bool">
0049        <label>Defines if interval checking is enabled.</label>
0050        <default>true</default>
0051      </entry>
0052     <entry name="IntervalCheckTime" type="Int">
0053       <label>Check interval in minutes</label>
0054       <default>5</default>
0055     </entry>
0056     <entry name="RetrieveMetadataOnFolderListing" type="Bool">
0057       <label>Defines if the annotations, ACLs and quota information of mailboxes should
0058              also be retrieved when the mailboxes get listed.</label>
0059       <default>true</default>
0060     </entry>
0061     <entry name="AutomaticExpungeEnabled" type="Bool">
0062       <label>Defines if the expunge command is issued automatically, otherwise it should be
0063              triggered manually through the D-Bus interface.</label>
0064       <default>true</default>
0065     </entry>
0066     <entry name="TrashCollection" type="LongLong">
0067        <label>Define which folder is used for trash</label>
0068        <default>-1</default>
0069     </entry>
0070     <entry name="TrashCollectionMigrated" type="Bool">
0071        <label>Define if the trash collection received the special attribute</label>
0072        <default>false</default>
0073     </entry>
0074     <entry name="UseDefaultIdentity" type="Bool">
0075        <label>Define if account uses the default identity</label>
0076        <default>true</default>
0077     </entry>
0078     <entry name="AccountIdentity" type="Int">
0079        <label>Identity account</label>
0080     </entry>
0081     <entry name="KnownMailBoxes" type="StringList">
0082       <label>List of mailbox names reported by the server the last time</label>
0083     </entry>
0084   </group>
0085   <group name="idle">
0086     <entry name="IdleRidPath" type="StringList">
0087       <label>RID path to the mailbox to watch for changes</label>
0088     </entry>
0089   </group>
0090   <group name="siever">
0091     <entry name="SieveSupport" type="Bool">
0092       <label>Define if server supports sieve</label>
0093       <default>false</default>
0094     </entry>
0095     <entry name="SieveReuseConfig" type="Bool">
0096       <label>Define if we reuse host and login configuration</label>
0097       <default>true</default>
0098     </entry>
0099     <entry name="SievePort" type="Int">
0100       <label>Define sieve port</label>
0101       <default>4190</default>
0102     </entry>
0103     <entry name="SieveAlternateUrl" type="String">
0104       <label>Define alternate URL</label>
0105     </entry>
0106     <entry name="AlternateAuthentication" type="Int">
0107       <label>Defines the authentication type to use for alternate server</label>
0108       <default>1</default>
0109     </entry>
0110     <entry name="SieveVacationFilename" type="String">
0111       <label>Define default sieve vacation filename</label>
0112       <default>kmail-vacation.siv</default>
0113     </entry>
0114     <entry name="SieveCustomUsername" type="String">
0115       <label>Define username used from custom server sieve url</label>
0116       <default></default>
0117     </entry>
0118     <entry name="SieveCustomAuthentification" type="String">
0119       <label>Defines the type of identification used by custom sieve server</label>
0120       <default>ImapUserPassword</default>
0121     </entry>
0122   </group>
0123 </kcfg>