Backport r950340 | aacid | 2009-04-06 23:21:18 +0200 (Mon, 06 Apr 2009) | 4 lines
[kdepim.git] / kmail / popsettings.ui
blob0d9b84f4eba5595b59c1b38beb47c9c8e712fa42
1 <ui version="4.0" >
2  <class>PopPage</class>
3  <widget class="QWidget" name="PopPage" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>395</width>
9     <height>455</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" name="verticalLayout" >
13    <item>
14     <widget class="QLabel" name="titleLabel" >
15      <property name="font" >
16       <font>
17        <weight>75</weight>
18        <bold>true</bold>
19       </font>
20      </property>
21      <property name="text" >
22       <string>Account Type: POP Account</string>
23      </property>
24     </widget>
25    </item>
26    <item>
27     <widget class="KSeparator" name="kseparator" />
28    </item>
29    <item>
30     <widget class="KTabWidget" name="tabWidget" >
31      <property name="sizePolicy" >
32       <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
33        <horstretch>0</horstretch>
34        <verstretch>0</verstretch>
35       </sizepolicy>
36      </property>
37      <property name="currentIndex" >
38       <number>0</number>
39      </property>
40      <widget class="QWidget" name="page1" >
41       <attribute name="title" >
42        <string>General</string>
43       </attribute>
44       <layout class="QGridLayout" name="gridLayout_3" >
45        <item row="0" column="0" >
46         <widget class="QLabel" name="label_2" >
47          <property name="whatsThis" >
48           <string>Your Internet Service Provider gave you a &lt;em>user name&lt;/em> which is used to authenticate you with their servers. It usually is the first part of your email address (the part before &lt;em>@&lt;/em>).</string>
49          </property>
50          <property name="text" >
51           <string>Account &amp;name:</string>
52          </property>
53          <property name="buddy" >
54           <cstring>nameEdit</cstring>
55          </property>
56         </widget>
57        </item>
58        <item row="0" column="1" >
59         <widget class="KLineEdit" name="nameEdit" />
60        </item>
61        <item row="1" column="0" >
62         <widget class="QLabel" name="label_5" >
63          <property name="text" >
64           <string>Ho&amp;st:</string>
65          </property>
66          <property name="buddy" >
67           <cstring>hostEdit</cstring>
68          </property>
69         </widget>
70        </item>
71        <item row="1" column="1" >
72         <widget class="KLineEdit" name="hostEdit" />
73        </item>
74        <item row="2" column="0" >
75         <widget class="QLabel" name="label_6" >
76          <property name="text" >
77           <string>&amp;Port:</string>
78          </property>
79          <property name="buddy" >
80           <cstring>portEdit</cstring>
81          </property>
82         </widget>
83        </item>
84        <item row="2" column="1" >
85         <widget class="KIntNumInput" name="portEdit" >
86          <property name="minimum" >
87           <number>1</number>
88          </property>
89          <property name="maximum" >
90           <number>65535</number>
91          </property>
92         </widget>
93        </item>
94        <item row="3" column="0" >
95         <widget class="QLabel" name="label_3" >
96          <property name="text" >
97           <string>&amp;Login:</string>
98          </property>
99          <property name="buddy" >
100           <cstring>loginEdit</cstring>
101          </property>
102         </widget>
103        </item>
104        <item row="3" column="1" >
105         <widget class="KLineEdit" name="loginEdit" />
106        </item>
107        <item row="4" column="0" >
108         <widget class="QLabel" name="label_4" >
109          <property name="text" >
110           <string>P&amp;assword:</string>
111          </property>
112          <property name="buddy" >
113           <cstring>passwordEdit</cstring>
114          </property>
115         </widget>
116        </item>
117        <item row="4" column="1" >
118         <widget class="KLineEdit" name="passwordEdit" >
119          <property name="echoMode" >
120           <enum>QLineEdit::Password</enum>
121          </property>
122         </widget>
123        </item>
124        <item row="5" column="0" colspan="2" >
125         <widget class="QCheckBox" name="storePasswordCheck" >
126          <property name="text" >
127           <string>Sto&amp;re POP password</string>
128          </property>
129         </widget>
130        </item>
131        <item row="6" column="0" colspan="2" >
132         <widget class="QCheckBox" name="includeInCheck" >
133          <property name="text" >
134           <string>Include in man&amp;ual mail check</string>
135          </property>
136         </widget>
137        </item>
138        <item row="7" column="0" colspan="2" >
139         <widget class="QCheckBox" name="intervalCheck" >
140          <property name="text" >
141           <string>Enable &amp;interval mail checking</string>
142          </property>
143         </widget>
144        </item>
145        <item row="8" column="0" >
146         <widget class="QLabel" name="intervalLabel" >
147          <property name="text" >
148           <string>Chec&amp;k interval:</string>
149          </property>
150          <property name="buddy" >
151           <cstring>intervalSpin</cstring>
152          </property>
153         </widget>
154        </item>
155        <item row="8" column="1" >
156         <widget class="KIntNumInput" name="intervalSpin" >
157          <property name="minimum" >
158           <number>0</number>
159          </property>
160          <property name="suffix" >
161           <string> min</string>
162          </property>
163         </widget>
164        </item>
165        <item row="9" column="0" >
166         <spacer name="verticalSpacer_2" >
167          <property name="orientation" >
168           <enum>Qt::Vertical</enum>
169          </property>
170          <property name="sizeHint" stdset="0" >
171           <size>
172            <width>20</width>
173            <height>20</height>
174           </size>
175          </property>
176         </spacer>
177        </item>
178       </layout>
179      </widget>
180      <widget class="QWidget" name="page2" >
181       <attribute name="title" >
182        <string>Advanced</string>
183       </attribute>
184       <layout class="QGridLayout" name="gridLayout_2" >
185        <property name="horizontalSpacing" >
186         <number>12</number>
187        </property>
188        <item row="0" column="0" colspan="2" >
189         <widget class="QCheckBox" name="leaveOnServerCheck" >
190          <property name="text" >
191           <string>Lea&amp;ve fetched messages on the server</string>
192          </property>
193         </widget>
194        </item>
195        <item row="1" column="0" >
196         <widget class="QCheckBox" name="leaveOnServerDaysCheck" >
197          <property name="text" >
198           <string>Leave messages on the server for</string>
199          </property>
200         </widget>
201        </item>
202        <item row="1" column="1" >
203         <widget class="KIntNumInput" name="leaveOnServerDaysSpin" >
204          <property name="enabled" >
205           <bool>false</bool>
206          </property>
207          <property name="value" >
208           <number>1</number>
209          </property>
210          <property name="minimum" >
211           <number>0</number>
212          </property>
213          <property name="maximum" >
214           <number>365</number>
215          </property>
216          <property name="suffix" >
217           <string comment="Number of days that the message will be left on the server." > days</string>
218          </property>
219         </widget>
220        </item>
221        <item row="2" column="0" >
222         <widget class="QCheckBox" name="leaveOnServerCountCheck" >
223          <property name="text" >
224           <string>Keep onl&amp;y the last</string>
225          </property>
226         </widget>
227        </item>
228        <item row="2" column="1" >
229         <widget class="KIntNumInput" name="leaveOnServerCountSpin" >
230          <property name="enabled" >
231           <bool>false</bool>
232          </property>
233          <property name="value" >
234           <number>100</number>
235          </property>
236          <property name="minimum" >
237           <number>0</number>
238          </property>
239          <property name="maximum" >
240           <number>999999</number>
241          </property>
242          <property name="suffix" >
243           <string> messages</string>
244          </property>
245         </widget>
246        </item>
247        <item row="3" column="0" >
248         <widget class="QCheckBox" name="leaveOnServerSizeCheck" >
249          <property name="text" >
250           <string>Keep only the last</string>
251          </property>
252         </widget>
253        </item>
254        <item row="3" column="1" >
255         <widget class="KIntNumInput" name="leaveOnServerSizeSpin" >
256          <property name="enabled" >
257           <bool>false</bool>
258          </property>
259          <property name="value" >
260           <number>10</number>
261          </property>
262          <property name="minimum" >
263           <number>1</number>
264          </property>
265          <property name="maximum" >
266           <number>999999</number>
267          </property>
268          <property name="suffix" >
269           <string> MB</string>
270          </property>
271         </widget>
272        </item>
273        <item row="4" column="0" >
274         <widget class="QCheckBox" name="filterOnServerCheck" >
275          <property name="whatsThis" >
276           <string>If you select this option, POP Filters will be used to decide what to do with messages. You can then select to download, delete or keep them on the server.</string>
277          </property>
278          <property name="text" >
279           <string>&amp;Filter messages if they are greater than</string>
280          </property>
281         </widget>
282        </item>
283        <item row="4" column="1" >
284         <widget class="KIntNumInput" name="filterOnServerSizeSpin" >
285          <property name="enabled" >
286           <bool>false</bool>
287          </property>
288          <property name="whatsThis" >
289           <string>If you select this option, POP Filters will be used to decide what to do with messages. You can then select to download, delete or keep them on the server.</string>
290          </property>
291          <property name="value" >
292           <number>50000</number>
293          </property>
294          <property name="minimum" >
295           <number>1</number>
296          </property>
297          <property name="maximum" >
298           <number>10000000</number>
299          </property>
300          <property name="referencePoint" >
301           <number>100</number>
302          </property>
303          <property name="suffix" >
304           <string> bytes</string>
305          </property>
306         </widget>
307        </item>
308        <item row="6" column="0" colspan="2" >
309         <layout class="QGridLayout" name="gridLayout" >
310          <property name="sizeConstraint" >
311           <enum>QLayout::SetMinimumSize</enum>
312          </property>
313          <property name="spacing" >
314           <number>4</number>
315          </property>
316          <item row="0" column="0" >
317           <widget class="QLabel" name="label_8" >
318            <property name="text" >
319             <string>Des&amp;tination folder:</string>
320            </property>
321            <property name="buddy" >
322             <cstring>folderCombo</cstring>
323            </property>
324           </widget>
325          </item>
326          <item row="1" column="0" >
327           <widget class="QLabel" name="label_9" >
328            <property name="text" >
329             <string>Pre-com&amp;mand:</string>
330            </property>
331            <property name="buddy" >
332             <cstring>precommand</cstring>
333            </property>
334           </widget>
335          </item>
336          <item row="1" column="1" >
337           <widget class="KLineEdit" name="precommand" >
338            <property name="sizePolicy" >
339             <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
340              <horstretch>0</horstretch>
341              <verstretch>0</verstretch>
342             </sizepolicy>
343            </property>
344           </widget>
345          </item>
346          <item row="0" column="1" >
347           <widget class="KComboBox" name="folderCombo" />
348          </item>
349         </layout>
350        </item>
351        <item row="8" column="0" colspan="2" >
352         <spacer name="verticalSpacer_3" >
353          <property name="orientation" >
354           <enum>Qt::Vertical</enum>
355          </property>
356          <property name="sizeHint" stdset="0" >
357           <size>
358            <width>20</width>
359            <height>20</height>
360           </size>
361          </property>
362         </spacer>
363        </item>
364        <item row="5" column="0" colspan="2" >
365         <widget class="QCheckBox" name="usePipeliningCheck" >
366          <property name="text" >
367           <string>&amp;Use pipelining for faster mail download</string>
368          </property>
369         </widget>
370        </item>
371       </layout>
372      </widget>
373      <widget class="QWidget" name="page3" >
374       <attribute name="title" >
375        <string>Security</string>
376       </attribute>
377       <layout class="QVBoxLayout" name="verticalLayout_4" >
378        <item>
379         <widget class="QGroupBox" name="groupBox" >
380          <property name="title" >
381           <string>Encryption</string>
382          </property>
383          <layout class="QVBoxLayout" name="verticalLayout_3" >
384           <item>
385            <widget class="QRadioButton" name="encryptionNone" >
386             <property name="text" >
387              <string>&amp;None</string>
388             </property>
389            </widget>
390           </item>
391           <item>
392            <widget class="QRadioButton" name="encryptionSSL" >
393             <property name="text" >
394              <string>Use &amp;SSL for secure mail download</string>
395             </property>
396            </widget>
397           </item>
398           <item>
399            <widget class="QRadioButton" name="encryptionTLS" >
400             <property name="text" >
401              <string>Use &amp;TLS for secure mail download</string>
402             </property>
403            </widget>
404           </item>
405          </layout>
406         </widget>
407        </item>
408        <item>
409         <widget class="QGroupBox" name="groupBox_2" >
410          <property name="title" >
411           <string>Authentication Method</string>
412          </property>
413          <layout class="QGridLayout" name="gridLayout_4" >
414           <item row="0" column="0" >
415            <widget class="QRadioButton" name="authUser" >
416             <property name="text" >
417              <string>Clear te&amp;xt</string>
418             </property>
419            </widget>
420           </item>
421           <item row="1" column="0" >
422            <widget class="QRadioButton" name="authLogin" >
423             <property name="text" >
424              <string>&amp;LOGIN</string>
425             </property>
426            </widget>
427           </item>
428           <item row="2" column="0" >
429            <widget class="QRadioButton" name="authPlain" >
430             <property name="text" >
431              <string>&amp;PLAIN</string>
432             </property>
433            </widget>
434           </item>
435           <item row="5" column="0" >
436            <widget class="QRadioButton" name="authNTLM" >
437             <property name="text" >
438              <string>NTL&amp;M</string>
439             </property>
440            </widget>
441           </item>
442           <item row="0" column="1" >
443            <widget class="QRadioButton" name="authDigestMd5" >
444             <property name="text" >
445              <string>&amp;DIGEST-MD5</string>
446             </property>
447            </widget>
448           </item>
449           <item row="1" column="1" >
450            <widget class="QRadioButton" name="authCRAM_MD5" >
451             <property name="text" >
452              <string>CRAM-MD&amp;5</string>
453             </property>
454            </widget>
455           </item>
456           <item row="2" column="1" >
457            <widget class="QRadioButton" name="authGSSAPI" >
458             <property name="text" >
459              <string>&amp;GSSAPI</string>
460             </property>
461            </widget>
462           </item>
463           <item row="5" column="1" >
464            <widget class="QRadioButton" name="authAPOP" >
465             <property name="text" >
466              <string>&amp;APOP</string>
467             </property>
468            </widget>
469           </item>
470          </layout>
471         </widget>
472        </item>
473        <item>
474         <widget class="QStackedWidget" name="checkCapabilitiesStack" >
475          <property name="currentIndex" >
476           <number>0</number>
477          </property>
478          <widget class="QWidget" name="page" >
479           <layout class="QVBoxLayout" name="verticalLayout_2" >
480            <item>
481             <layout class="QHBoxLayout" name="horizontalLayout_5" >
482              <item>
483               <spacer name="horizontalSpacer" >
484                <property name="orientation" >
485                 <enum>Qt::Horizontal</enum>
486                </property>
487                <property name="sizeHint" stdset="0" >
488                 <size>
489                  <width>40</width>
490                  <height>20</height>
491                 </size>
492                </property>
493               </spacer>
494              </item>
495              <item>
496               <widget class="QPushButton" name="checkCapabilities" >
497                <property name="text" >
498                 <string>Check &amp;What the Server Supports</string>
499                </property>
500               </widget>
501              </item>
502              <item>
503               <spacer name="horizontalSpacer_2" >
504                <property name="orientation" >
505                 <enum>Qt::Horizontal</enum>
506                </property>
507                <property name="sizeHint" stdset="0" >
508                 <size>
509                  <width>40</width>
510                  <height>20</height>
511                 </size>
512                </property>
513               </spacer>
514              </item>
515             </layout>
516            </item>
517           </layout>
518          </widget>
519          <widget class="QWidget" name="page_2" >
520           <layout class="QVBoxLayout" name="verticalLayout_5" >
521            <item>
522             <widget class="QProgressBar" name="checkCapabilitiesProgress" >
523              <property name="value" >
524               <number>0</number>
525              </property>
526             </widget>
527            </item>
528           </layout>
529          </widget>
530         </widget>
531        </item>
532        <item>
533         <spacer name="verticalSpacer" >
534          <property name="orientation" >
535           <enum>Qt::Vertical</enum>
536          </property>
537          <property name="sizeHint" stdset="0" >
538           <size>
539            <width>20</width>
540            <height>40</height>
541           </size>
542          </property>
543         </spacer>
544        </item>
545       </layout>
546      </widget>
547     </widget>
548    </item>
549   </layout>
550  </widget>
551  <customwidgets>
552   <customwidget>
553    <class>KComboBox</class>
554    <extends>QComboBox</extends>
555    <header>kcombobox.h</header>
556   </customwidget>
557   <customwidget>
558    <class>KTabWidget</class>
559    <extends>QTabWidget</extends>
560    <header>ktabwidget.h</header>
561   </customwidget>
562   <customwidget>
563    <class>KIntNumInput</class>
564    <extends>QWidget</extends>
565    <header>knuminput.h</header>
566   </customwidget>
567   <customwidget>
568    <class>KLineEdit</class>
569    <extends>QLineEdit</extends>
570    <header>klineedit.h</header>
571   </customwidget>
572   <customwidget>
573    <class>KSeparator</class>
574    <extends>QFrame</extends>
575    <header>kseparator.h</header>
576    <container>1</container>
577   </customwidget>
578  </customwidgets>
579  <resources/>
580  <connections/>
581 </ui>