summaryrefslogtreecommitdiffstats
path: root/kmail/smimeconfiguration.ui
blob: 430cbe7f99d6c672f7c1ce02d77778cd88d6c34f (plain)
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>SMimeConfiguration</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>SMimeConfiguration</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>557</width>
            <height>586</height>
        </rect>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQRadioButton">
            <property name="name">
                <cstring>CRLRB</cstring>
            </property>
            <property name="text">
                <string>Validate certificates using CRLs</string>
            </property>
            <property name="checked">
                <bool>true</bool>
            </property>
            <property name="whatsThis" stdset="0">
                <string>If this option is selected, S/MIME certificates are validated using Certificate Revocation Lists (CRLs).</string>
            </property>
        </widget>
        <widget class="TQRadioButton">
            <property name="name">
                <cstring>OCSPRB</cstring>
            </property>
            <property name="text">
                <string>Validate certificates online (OCSP)</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>If this option is selected, S/MIME certificates are validated online using the Online Certificates Status Protocol (OCSP). Fill in the URL of the OCSP responder below.</string>
            </property>
        </widget>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>OCSPGroupBox</cstring>
            </property>
            <property name="title">
                <string>Online Certificate Validation</string>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQLayoutWidget">
                    <property name="name">
                        <cstring>layout4</cstring>
                    </property>
                    <hbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQLabel">
                            <property name="name">
                                <cstring>textLabel1</cstring>
                            </property>
                            <property name="text">
                                <string>OCSP responder URL:</string>
                            </property>
                        </widget>
                        <widget class="TQLineEdit">
                            <property name="name">
                                <cstring>OCSPResponderURL</cstring>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Enter here the address of the server for online validation of certificates (OCSP responder). The URL is usually starting with http://.</string>
                            </property>
                        </widget>
                    </hbox>
                </widget>
                <widget class="TQLayoutWidget">
                    <property name="name">
                        <cstring>layout5</cstring>
                    </property>
                    <hbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQLabel">
                            <property name="name">
                                <cstring>textLabel2</cstring>
                            </property>
                            <property name="text">
                                <string>OCSP responder signature:</string>
                            </property>
                        </widget>
                        <widget class="Kleo::KeyRequester">
                            <property name="name">
                                <cstring>OCSPResponderSignature</cstring>
                            </property>
                        </widget>
                        <spacer>
                            <property name="name">
                                <cstring>spacer7</cstring>
                            </property>
                            <property name="orientation">
                                <enum>Horizontal</enum>
                            </property>
                            <property name="sizeType">
                                <enum>Expanding</enum>
                            </property>
                            <property name="sizeHint">
                                <size>
                                    <width>150</width>
                                    <height>20</height>
                                </size>
                            </property>
                        </spacer>
                    </hbox>
                </widget>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>ignoreServiceURLCB</cstring>
                    </property>
                    <property name="text">
                        <string>Ignore service URL of certificates</string>
                    </property>
                </widget>
            </vbox>
        </widget>
        <widget class="TQCheckBox">
            <property name="name">
                <cstring>doNotCheckCertPolicyCB</cstring>
            </property>
            <property name="text">
                <string>Do not check certificate policies</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>By default GnuPG uses the file ~/.gnupg/policies.txt to check if a certificate policy is allowed. If this option is selected, policies are not checked.</string>
            </property>
        </widget>
        <widget class="TQCheckBox">
            <property name="name">
                <cstring>neverConsultCB</cstring>
            </property>
            <property name="text">
                <string>Never consult a CRL</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>If this option is checked, Certificate Revocation Lists are never used to validate S/MIME certificates.</string>
            </property>
        </widget>
        <widget class="TQCheckBox">
            <property name="name">
                <cstring>fetchMissingCB</cstring>
            </property>
            <property name="text">
                <string>Fetch missing issuer certificates</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>If this option is checked, missing issuer certificates are fetched when necessary (this applies to both validation methods, CRLs and OCSP)</string>
            </property>
        </widget>
        <widget class="TQButtonGroup">
            <property name="name">
                <cstring>HTTPGroupBox</cstring>
            </property>
            <property name="title">
                <string>HTTP Requests</string>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>disableHTTPCB</cstring>
                    </property>
                    <property name="text">
                        <string>Do not perform any HTTP requests</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Entirely disables the use of HTTP for S/MIME.</string>
                    </property>
                </widget>
                <widget class="TQFrame">
                    <property name="name">
                        <cstring>frameHTTP</cstring>
                    </property>
                    <property name="frameShape">
                        <enum>NoFrame</enum>
                    </property>
                    <property name="frameShadow">
                        <enum>Plain</enum>
                    </property>
                    <grid>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <property name="margin">
                            <number>0</number>
                        </property>
                        <widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="2">
                            <property name="name">
                                <cstring>layout5</cstring>
                            </property>
                            <grid>
                                <property name="name">
                                    <cstring>unnamed</cstring>
                                </property>
                                <widget class="TQLabel" row="0" column="1">
                                    <property name="name">
                                        <cstring>systemHTTPProxy</cstring>
                                    </property>
                                    <property name="text">
                                        <string>no proxy</string>
                                    </property>
                                </widget>
                                <widget class="TQRadioButton" row="1" column="0">
                                    <property name="name">
                                        <cstring>useCustomHTTPProxyRB</cstring>
                                    </property>
                                    <property name="text">
                                        <string>Use this proxy for HTTP requests: </string>
                                    </property>
                                </widget>
                                <widget class="TQRadioButton" row="0" column="0">
                                    <property name="name">
                                        <cstring>honorHTTPProxyRB</cstring>
                                    </property>
                                    <property name="text">
                                        <string>Use system HTTP proxy:</string>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>If this option is selected, the value of the HTTP proxy shown on the right (which comes from the environment variable http_proxy) will be used for any HTTP request.</string>
                                    </property>
                                </widget>
                                <widget class="TQLineEdit" row="1" column="1">
                                    <property name="name">
                                        <cstring>customHTTPProxy</cstring>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>Enter here the location of your HTTP Proxy, which will be used for all HTTP requests relating to S/MIME. The syntax is host:port, for instance myproxy.nowhere.com:3128.</string>
                                    </property>
                                </widget>
                            </grid>
                        </widget>
                        <widget class="TQCheckBox" row="0" column="0">
                            <property name="name">
                                <cstring>ignoreHTTPDPCB</cstring>
                            </property>
                            <property name="text">
                                <string>Ignore HTTP CRL distribution point of certificates</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>When looking for the location of a CRL, the to-be-tested certificate usually contains what are known as "CRL Distribution Point" (DP) entries, which are URLs describing the way to access the URL. The first found DP entry is used.  With this option all entries using the HTTP scheme are ignored when looking for a suitable DP.</string>
                            </property>
                        </widget>
                    </grid>
                </widget>
            </vbox>
        </widget>
        <widget class="TQGroupBox">
            <property name="name">
                <cstring>LDAPGroupBox</cstring>
            </property>
            <property name="title">
                <string>LDAP Requests</string>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>disableLDAPCB</cstring>
                    </property>
                    <property name="text">
                        <string>Do not perform any LDAP requests</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Entirely disables the use of LDAP for S/MIME.</string>
                    </property>
                </widget>
                <widget class="TQFrame">
                    <property name="name">
                        <cstring>frameLDAP</cstring>
                    </property>
                    <property name="frameShape">
                        <enum>NoFrame</enum>
                    </property>
                    <property name="frameShadow">
                        <enum>Plain</enum>
                    </property>
                    <vbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <property name="margin">
                            <number>0</number>
                        </property>
                        <widget class="TQCheckBox">
                            <property name="name">
                                <cstring>ignoreLDAPDPCB</cstring>
                            </property>
                            <property name="text">
                                <string>Ignore LDAP CRL distribution point of certificates</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>When looking for the location of a CRL, the to-be-tested certificate usually contains what are known as "CRL Distribution Point" (DP) entries, which are URLs describing the way to access the URL. The first found DP entry is used.  With this option all entries using the LDAP scheme are ignored when looking for a suitable DP.</string>
                            </property>
                        </widget>
                        <widget class="TQLayoutWidget">
                            <property name="name">
                                <cstring>layout5</cstring>
                            </property>
                            <hbox>
                                <property name="name">
                                    <cstring>unnamed</cstring>
                                </property>
                                <widget class="TQLabel">
                                    <property name="name">
                                        <cstring>customLDAPLabel</cstring>
                                    </property>
                                    <property name="text">
                                        <string>Primary host for LDAP requests:</string>
                                    </property>
                                </widget>
                                <widget class="TQLineEdit">
                                    <property name="name">
                                        <cstring>customLDAPProxy</cstring>
                                    </property>
                                    <property name="whatsThis" stdset="0">
                                        <string>Entering a LDAP server here will make all LDAP requests go to that server first. More precisely, this setting overrides any specified host and port part in a LDAP URL and will also be used if host and port have been omitted from the URL. Other LDAP servers will be used only if the connection to the "proxy" failed.
The syntax is "HOST" or "HOST:PORT". If PORT is omitted, port 389 (standard LDAP port) is used.</string>
                                    </property>
                                </widget>
                            </hbox>
                        </widget>
                    </vbox>
                </widget>
            </vbox>
        </widget>
        <spacer>
            <property name="name">
                <cstring>spacer23</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>20</width>
                    <height>73</height>
                </size>
            </property>
        </spacer>
    </vbox>
</widget>
<customwidgets>
    <customwidget>
        <class>Kleo::KeyRequester</class>
        <header location="local">../certmanager/lib/ui/keyrequester.h</header>
        <sizehint>
            <width>-1</width>
            <height>-1</height>
        </sizehint>
        <container>0</container>
        <sizepolicy>
            <hordata>5</hordata>
            <verdata>5</verdata>
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
        </sizepolicy>
    </customwidget>
</customwidgets>
<connections>
    <connection>
        <sender>CRLRB</sender>
        <signal>toggled(bool)</signal>
        <receiver>OCSPGroupBox</receiver>
        <slot>setDisabled(bool)</slot>
    </connection>
    <connection>
        <sender>OCSPRB</sender>
        <signal>toggled(bool)</signal>
        <receiver>OCSPGroupBox</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>useCustomHTTPProxyRB</sender>
        <signal>toggled(bool)</signal>
        <receiver>customHTTPProxy</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>honorHTTPProxyRB</sender>
        <signal>toggled(bool)</signal>
        <receiver>customHTTPProxy</receiver>
        <slot>setDisabled(bool)</slot>
    </connection>
    <connection>
        <sender>disableLDAPCB</sender>
        <signal>toggled(bool)</signal>
        <receiver>frameLDAP</receiver>
        <slot>setDisabled(bool)</slot>
    </connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
</UI>