Bug 160264 - Crashes given % as part of LIST response
Summary: Crashes given % as part of LIST response
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kmail
Classification: Applications
Component: IMAP (show other bugs)
Version: 1.9.6
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-02 16:23 UTC by Ladar Levison
Modified: 2012-08-19 10:56 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ladar Levison 2008-04-02 16:23:06 UTC
Version:           1.9.6 (using KDE 3.5.8)
Installed from:    Ubuntu Packages
OS:                Linux

While troubleshooting another bug, I accidentally returned this to KMail:

lskdfj list "" "%"
* LIST () "." "Cocoa"
* LIST () "." "Drafts"
* LIST () "." "%"
* LIST () "." "One"
* LIST () "." "Sent"
* LIST () "." "Special"
* LIST () "." "Spoofed"
* LIST () "." "Trash"
lskdfj OK LIST Complete.

By including the percent sign as part of the return, I created an endless loop that would eventually cause KMail to segfault. If "Check mail at startup" is selected, its impossible to get the GUI up long enough to disable the account. KMail would sends commands like this, until it crashes:

0 CAPABILITY
1 LOGIN "ladar" "test"
2 LIST "" ""
3 STATUS "%" (UNSEEN)
4 LIST "" "%"
5 STATUS "%.%" (UNSEEN)
6 LIST "" "%.%"
7 STATUS "%.%.%" (UNSEEN)
8 LIST "" "%.%.%"
9 STATUS "%.%.%.%" (UNSEEN)
10 LIST "" "%.%.%.%"
11 STATUS "%.%.%.Cocoa" (UNSEEN)
12 LIST "" "%.%.%.Cocoa"
13 STATUS "%.%.%.Drafts" (UNSEEN)
14 LIST "" "%.%.%.Drafts"
15 STATUS "%.%.%.One" (UNSEEN)
16 LIST "" "%.%.%.One"
17 STATUS "%.%.%.Sent" (UNSEEN)
18 LIST "" "%.%.%.Sent"
19 STATUS "%.%.%.Special" (UNSEEN)
20 LIST "" "%.%.%.Special"
21 STATUS "%.%.%.Spoofed" (UNSEEN)
22 LIST "" "%.%.%.Spoofed"
23 STATUS "%.%.%.Trash" (UNSEEN)
24 LIST "" "%.%.%.Trash"
25 STATUS "%.%.Cocoa" (UNSEEN)
26 LIST "" "%.%.Cocoa"
27 STATUS "%.%.Cocoa.%.%.Cocoa" (UNSEEN)
28 LIST "" "%.%.Cocoa.%.%.Cocoa"
29 STATUS "%.%.Cocoa.Drafts" (UNSEEN)
30 LIST "" "%.%.Cocoa.Drafts"
31 STATUS "%.%.Cocoa.One" (UNSEEN)
32 LIST "" "%.%.Cocoa.One"
33 STATUS "%.%.Cocoa.Sent" (UNSEEN)
34 LIST "" "%.%.Cocoa.Sent"
35 STATUS "%.%.Cocoa.Special" (UNSEEN)
36 LIST "" "%.%.Cocoa.Special"
37 STATUS "%.%.Cocoa.Spoofed" (UNSEEN)
38 LIST "" "%.%.Cocoa.Spoofed"
39 STATUS "%.%.Cocoa.Trash" (UNSEEN)
40 LIST "" "%.%.Cocoa.Trash"
41 STATUS "%.%.Drafts" (UNSEEN)
42 LIST "" "%.%.Drafts"
43 STATUS "%.%.Drafts.Cocoa" (UNSEEN)
44 LIST "" "%.%.Drafts.Cocoa"
45 STATUS "%.%.Drafts.%.%.Draft" (UNSEEN)
46 LIST "" "%.%.Drafts.%.%.Draft"
47 STATUS "%.%.Drafts.Drafts" (UNSEEN)
48 LIST "" "%.%.Drafts.Drafts"
49 STATUS "%.%.Drafts.One" (UNSEEN)
50 LIST "" "%.%.Drafts.One"
51 STATUS "%.%.Drafts.Sent" (UNSEEN)
52 LIST "" "%.%.Drafts.Sent"
53 STATUS "%.%.Drafts.Special" (UNSEEN)
54 LIST "" "%.%.Drafts.Special"
55 STATUS "%.%.Drafts.Spoofed" (UNSEEN)
56 LIST "" "%.%.Drafts.Spoofed"
57 STATUS "%.%.Drafts.Trash" (UNSEEN)
58 LIST "" "%.%.Drafts.Trash"
59 STATUS "%.%.One" (UNSEEN)
60 LIST "" "%.%.One"
61 STATUS "%.%.One.%" (UNSEEN)
62 LIST "" "%.%.One.%"
63 STATUS "%.%.One.Cocoa" (UNSEEN)
64 LIST "" "%.%.One.Cocoa"
65 STATUS "%.%.One.Drafts" (UNSEEN)
66 LIST "" "%.%.One.Drafts"
67 STATUS "%.%.One.One" (UNSEEN)
68 LIST "" "%.%.One.One"
69 STATUS "%.%.One.Sent" (UNSEEN)
70 LIST "" "%.%.One.Sent"
71 STATUS "%.%.One.Special" (UNSEEN)
72 LIST "" "%.%.One.Special"
73 STATUS "%.%.One.Spoofed" (UNSEEN)
74 LIST "" "%.%.One.Spoofed"
75 STATUS "%.%.One.Trash" (UNSEEN)
76 LIST "" "%.%.One.Trash"
77 STATUS "%.%.Sent" (UNSEEN)
78 LIST "" "%.%.Sent"
79 STATUS "%.%.Sent.Cocoa" (UNSEEN)
80 LIST "" "%.%.Sent.Cocoa"
81 STATUS "%.%.Sent.Drafts" (UNSEEN)
82 LIST "" "%.%.Sent.Drafts"
83 STATUS "%.%.Sent.One" (UNSEEN)
84 LIST "" "%.%.Sent.One"
85 STATUS "%.%.Sent.Sent" (UNSEEN)
86 LIST "" "%.%.Sent.Sent"
87 STATUS "%.%.Sent.Special" (UNSEEN)
88 LIST "" "%.%.Sent.Special"
89 STATUS "%.%.Sent.Spoofed" (UNSEEN)
90 LIST "" "%.%.Sent.Spoofed"
91 STATUS "%.%.Sent.Trash" (UNSEEN)
92 LIST "" "%.%.Sent.Trash"
93 STATUS "%.%.Special" (UNSEEN)
94 LIST "" "%.%.Special"
95 STATUS "%.%.Special.Cocoa" (UNSEEN)
96 LIST "" "%.%.Special.Cocoa"
97 STATUS "%.%.Special.Drafts" (UNSEEN)
98 LIST "" "%.%.Special.Drafts"
99 STATUS "%.%.Special.One" (UNSEEN)
100 LIST "" "%.%.Special.One"
101 STATUS "%.%.Special.Sent" (UNSEEN)
102 LIST "" "%.%.Special.Sent"
103 STATUS "%.%.Special.%.%.Speci" (UNSEEN)
104 LIST "" "%.%.Special.%.%.Speci"
105 STATUS "%.%.Special.Special" (UNSEEN)
106 LIST "" "%.%.Special.Special"
107 STATUS "%.%.Special.Spoofed" (UNSEEN)
108 LIST "" "%.%.Special.Spoofed"
109 STATUS "%.%.Special.Trash" (UNSEEN)
110 LIST "" "%.%.Special.Trash"
111 STATUS "%.%.Spoofed" (UNSEEN)
112 LIST "" "%.%.Spoofed"
113 STATUS "%.%.Spoofed.Cocoa" (UNSEEN)
114 LIST "" "%.%.Spoofed.Cocoa"
115 STATUS "%.%.Spoofed.Drafts" (UNSEEN)
116 LIST "" "%.%.Spoofed.Drafts"
117 STATUS "%.%.Spoofed.One" (UNSEEN)
118 LIST "" "%.%.Spoofed.One"
119 STATUS "%.%.Spoofed.Sent" (UNSEEN)
120 LIST "" "%.%.Spoofed.Sent"
121 STATUS "%.%.Spoofed.Special" (UNSEEN)
122 LIST "" "%.%.Spoofed.Special"
123 STATUS "%.%.Spoofed.%.%.Spoof" (UNSEEN)
124 LIST "" "%.%.Spoofed.%.%.Spoof"
125 STATUS "%.%.Spoofed.Spoofed" (UNSEEN)
126 LIST "" "%.%.Spoofed.Spoofed"
127 STATUS "%.%.Spoofed.Trash" (UNSEEN)
128 LIST "" "%.%.Spoofed.Trash"
129 STATUS "%.%.Trash" (UNSEEN)
130 LIST "" "%.%.Trash"
131 STATUS "%.%.Trash.Cocoa" (UNSEEN)
132 LIST "" "%.%.Trash.Cocoa"
133 STATUS "%.%.Trash.Drafts" (UNSEEN)
134 LIST "" "%.%.Trash.Drafts"
135 STATUS "%.%.Trash.One" (UNSEEN)
136 LIST "" "%.%.Trash.One"
137 STATUS "%.%.Trash.Sent" (UNSEEN)
138 LIST "" "%.%.Trash.Sent"
139 STATUS "%.%.Trash.Special" (UNSEEN)
140 LIST "" "%.%.Trash.Special"
141 STATUS "%.%.Trash.Spoofed" (UNSEEN)
142 LIST "" "%.%.Trash.Spoofed"
143 STATUS "%.%.Trash.Trash" (UNSEEN)
144 LIST "" "%.%.Trash.Trash"
145 STATUS "%.Cocoa" (UNSEEN)
146 LIST "" "%.Cocoa"
147 STATUS "%.Cocoa.%" (UNSEEN)
148 LIST "" "%.Cocoa.%"
149 STATUS "%.Cocoa.%.%.Cocoa.%" (UNSEEN)
150 LIST "" "%.Cocoa.%.%.Cocoa.%"
151 STATUS "%.Cocoa.%.Cocoa" (UNSEEN)
152 LIST "" "%.Cocoa.%.Cocoa"
153 STATUS "%.Cocoa.%.Drafts" (UNSEEN)
154 LIST "" "%.Cocoa.%.Drafts"
155 STATUS "%.Cocoa.%.One" (UNSEEN)
156 LIST "" "%.Cocoa.%.One"
157 STATUS "%.Cocoa.%.Sent" (UNSEEN)
158 LIST "" "%.Cocoa.%.Sent"
159 STATUS "%.Cocoa.%.Special" (UNSEEN)
160 LIST "" "%.Cocoa.%.Special"
161 STATUS "%.Cocoa.%.Spoofed" (UNSEEN)
162 LIST "" "%.Cocoa.%.Spoofed"
163 STATUS "%.Cocoa.%.Trash" (UNSEEN)
164 LIST "" "%.Cocoa.%.Trash"
165 STATUS "%.Cocoa.Cocoa" (UNSEEN)
166 LIST "" "%.Cocoa.Cocoa"
167 STATUS "%.Cocoa.Cocoa.%.Cocoa.C" (UNSEEN)
168 LIST "" "%.Cocoa.Cocoa.%.Cocoa.C"
169 STATUS "%.Cocoa.Cocoa.Cocoa" (UNSEEN)
170 LIST "" "%.Cocoa.Cocoa.Cocoa"
171 STATUS "%.Cocoa.Cocoa.Drafts" (UNSEEN)
172 LIST "" "%.Cocoa.Cocoa.Drafts"
173 STATUS "%.Cocoa.Cocoa.One" (UNSEEN)
174 LIST "" "%.Cocoa.Cocoa.One"
175 STATUS "%.Cocoa.Cocoa.Sent" (UNSEEN)
176 LIST "" "%.Cocoa.Cocoa.Sent"
177 STATUS "%.Cocoa.Cocoa.Special" (UNSEEN)
178 LIST "" "%.Cocoa.Cocoa.Special"
179 STATUS "%.Cocoa.Cocoa.Spoofed" (UNSEEN)
180 LIST "" "%.Cocoa.Cocoa.Spoofed"
181 STATUS "%.Cocoa.Cocoa.Trash" (UNSEEN)
182 LIST "" "%.Cocoa.Cocoa.Trash"
183 STATUS "%.Cocoa.Drafts" (UNSEEN)
184 LIST "" "%.Cocoa.Drafts"
185 STATUS "%.Cocoa.Drafts.Cocoa" (UNSEEN)
186 LIST "" "%.Cocoa.Drafts.Cocoa"
187 STATUS "%.Cocoa.Drafts.%.Cocoa.D" (UNSEEN)
188 LIST "" "%.Cocoa.Drafts.%.Cocoa.D"
189 STATUS "%.Cocoa.Drafts.Drafts" (UNSEEN)
190 LIST "" "%.Cocoa.Drafts.Drafts"
191 STATUS "%.Cocoa.Drafts.One" (UNSEEN)
192 LIST "" "%.Cocoa.Drafts.One"
193 STATUS "%.Cocoa.Drafts.Sent" (UNSEEN)
194 LIST "" "%.Cocoa.Drafts.Sent"
195 STATUS "%.Cocoa.Drafts.Special" (UNSEEN)
196 LIST "" "%.Cocoa.Drafts.Special"
197 STATUS "%.Cocoa.Drafts.Spoofed" (UNSEEN)
198 LIST "" "%.Cocoa.Drafts.Spoofed"
199 STATUS "%.Cocoa.Drafts.Trash" (UNSEEN)
200 LIST "" "%.Cocoa.Drafts.Trash"
201 STATUS "%.Cocoa.One" (UNSEEN)
202 LIST "" "%.Cocoa.One"
203 STATUS "%.Cocoa.One.Cocoa" (UNSEEN)
204 LIST "" "%.Cocoa.One.Cocoa"
205 STATUS "%.Cocoa.One.Drafts" (UNSEEN)
206 LIST "" "%.Cocoa.One.Drafts"
207 STATUS "%.Cocoa.One.%.Cocoa.O" (UNSEEN)
208 LIST "" "%.Cocoa.One.%.Cocoa.O"
209 STATUS "%.Cocoa.One.One" (UNSEEN)
210 LIST "" "%.Cocoa.One.One"
211 STATUS "%.Cocoa.One.Sent" (UNSEEN)
212 LIST "" "%.Cocoa.One.Sent"
213 STATUS "%.Cocoa.One.Special" (UNSEEN)
214 LIST "" "%.Cocoa.One.Special"
215 STATUS "%.Cocoa.One.Spoofed" (UNSEEN)
216 LIST "" "%.Cocoa.One.Spoofed"
217 STATUS "%.Cocoa.One.Trash" (UNSEEN)
218 LIST "" "%.Cocoa.One.Trash"
219 STATUS "%.Cocoa.Sent" (UNSEEN)
220 LIST "" "%.Cocoa.Sent"
221 STATUS "%.Cocoa.Sent.Cocoa" (UNSEEN)
222 LIST "" "%.Cocoa.Sent.Cocoa"
223 STATUS "%.Cocoa.Sent.Drafts" (UNSEEN)
224 LIST "" "%.Cocoa.Sent.Drafts"
225 STATUS "%.Cocoa.Sent.One" (UNSEEN)
226 LIST "" "%.Cocoa.Sent.One"
227 STATUS "%.Cocoa.Sent.%.Cocoa.S" (UNSEEN)
228 LIST "" "%.Cocoa.Sent.%.Cocoa.S"
229 STATUS "%.Cocoa.Sent.Sent" (UNSEEN)
230 LIST "" "%.Cocoa.Sent.Sent"
231 STATUS "%.Cocoa.Sent.Special" (UNSEEN)
232 LIST "" "%.Cocoa.Sent.Special"
233 STATUS "%.Cocoa.Sent.Spoofed" (UNSEEN)
234 LIST "" "%.Cocoa.Sent.Spoofed"
235 STATUS "%.Cocoa.Sent.Trash" (UNSEEN)
236 LIST "" "%.Cocoa.Sent.Trash"
237 STATUS "%.Cocoa.Special" (UNSEEN)
238 LIST "" "%.Cocoa.Special"
239 STATUS "%.Cocoa.Special.Cocoa" (UNSEEN)
240 LIST "" "%.Cocoa.Special.Cocoa"
241 STATUS "%.Cocoa.Special.Drafts" (UNSEEN)
242 LIST "" "%.Cocoa.Special.Drafts"
243 STATUS "%.Cocoa.Special.One" (UNSEEN)
244 LIST "" "%.Cocoa.Special.One"
245 STATUS "%.Cocoa.Special.%.Cocoa.S" (UNSEEN)
246 LIST "" "%.Cocoa.Special.%.Cocoa.S"
247 STATUS "%.Cocoa.Special.Sent" (UNSEEN)
248 LIST "" "%.Cocoa.Special.Sent"
249 STATUS "%.Cocoa.Special.Special" (UNSEEN)
250 LIST "" "%.Cocoa.Special.Special"
251 STATUS "%.Cocoa.Special.Spoofed" (UNSEEN)
252 LIST "" "%.Cocoa.Special.Spoofed"
253 STATUS "%.Cocoa.Special.Trash" (UNSEEN)
254 LIST "" "%.Cocoa.Special.Trash"
255 STATUS "%.Cocoa.Spoofed" (UNSEEN)
256 LIST "" "%.Cocoa.Spoofed"
257 STATUS "%.Cocoa.Spoofed.Cocoa" (UNSEEN)
258 LIST "" "%.Cocoa.Spoofed.Cocoa"
259 STATUS "%.Cocoa.Spoofed.Drafts" (UNSEEN)
260 LIST "" "%.Cocoa.Spoofed.Drafts"
261 STATUS "%.Cocoa.Spoofed.One" (UNSEEN)
262 LIST "" "%.Cocoa.Spoofed.One"
263 STATUS "%.Cocoa.Spoofed.%.Cocoa.S" (UNSEEN)
264 LIST "" "%.Cocoa.Spoofed.%.Cocoa.S"
265 STATUS "%.Cocoa.Spoofed.Sent" (UNSEEN)
266 LIST "" "%.Cocoa.Spoofed.Sent"
267 STATUS "%.Cocoa.Spoofed.Special" (UNSEEN)
268 LIST "" "%.Cocoa.Spoofed.Special"
269 STATUS "%.Cocoa.Spoofed.Spoofed" (UNSEEN)
270 LIST "" "%.Cocoa.Spoofed.Spoofed"
271 STATUS "%.Cocoa.Spoofed.Trash" (UNSEEN)
272 LIST "" "%.Cocoa.Spoofed.Trash"
273 STATUS "%.Cocoa.Trash" (UNSEEN)
274 LIST "" "%.Cocoa.Trash"
275 STATUS "%.Cocoa.Trash.Cocoa" (UNSEEN)
276 LIST "" "%.Cocoa.Trash.Cocoa"
277 STATUS "%.Cocoa.Trash.Drafts" (UNSEEN)
278 LIST "" "%.Cocoa.Trash.Drafts"
279 STATUS "%.Cocoa.Trash.One" (UNSEEN)
280 LIST "" "%.Cocoa.Trash.One"
281 STATUS "%.Cocoa.Trash.Sent" (UNSEEN)
282 LIST "" "%.Cocoa.Trash.Sent"
283 STATUS "%.Cocoa.Trash.Special" (UNSEEN)
284 LIST "" "%.Cocoa.Trash.Special"
285 STATUS "%.Cocoa.Trash.Spoofed" (UNSEEN)
286 LIST "" "%.Cocoa.Trash.Spoofed"
287 STATUS "%.Cocoa.Trash.%.Cocoa.T" (UNSEEN)
288 LIST "" "%.Cocoa.Trash.%.Cocoa.T"
289 STATUS "%.Cocoa.Trash.Trash" (UNSEEN)
290 LIST "" "%.Cocoa.Trash.Trash"
291 STATUS "%.Drafts" (UNSEEN)
292 LIST "" "%.Drafts"
293 STATUS "%.Drafts.Cocoa" (UNSEEN)
294 LIST "" "%.Drafts.Cocoa"
295 STATUS "%.Drafts.Cocoa.Cocoa" (UNSEEN)
296 LIST "" "%.Drafts.Cocoa.Cocoa"
297 STATUS "%.Drafts.Cocoa.%.Drafts" (UNSEEN)
298 LIST "" "%.Drafts.Cocoa.%.Drafts"
299 STATUS "%.Drafts.Cocoa.One" (UNSEEN)
300 LIST "" "%.Drafts.Cocoa.One"
301 STATUS "%.Drafts.Cocoa.Sent" (UNSEEN)
302 LIST "" "%.Drafts.Cocoa.Sent"
303 STATUS "%.Drafts.Cocoa.Special" (UNSEEN)
304 LIST "" "%.Drafts.Cocoa.Special"
305 STATUS "%.Drafts.Cocoa.Spoofed" (UNSEEN)
306 LIST "" "%.Drafts.Cocoa.Spoofed"
307 STATUS "%.Drafts.Cocoa.Trash" (UNSEEN)
308 LIST "" "%.Drafts.Cocoa.Trash"
309 STATUS "%.Drafts.Drafts" (UNSEEN)
310 LIST "" "%.Drafts.Drafts"
311 STATUS "%.Drafts.Drafts.Cocoa" (UNSEEN)
312 LIST "" "%.Drafts.Drafts.Cocoa"
313 STATUS "%.Drafts.Drafts.%.Drafts" (UNSEEN)
314 LIST "" "%.Drafts.Drafts.%.Drafts"
315 STATUS "%.Drafts.Drafts.One" (UNSEEN)
316 LIST "" "%.Drafts.Drafts.One"
317 STATUS "%.Drafts.Drafts.Sent" (UNSEEN)
318 LIST "" "%.Drafts.Drafts.Sent"
319 STATUS "%.Drafts.Drafts.Special" (UNSEEN)
320 LIST "" "%.Drafts.Drafts.Special"
321 STATUS "%.Drafts.Drafts.Spoofed" (UNSEEN)
322 LIST "" "%.Drafts.Drafts.Spoofed"
323 STATUS "%.Drafts.Drafts.Trash" (UNSEEN)
324 LIST "" "%.Drafts.Drafts.Trash"
325 STATUS "%.Drafts.One" (UNSEEN)
326 LIST "" "%.Drafts.One"
327 STATUS "%.Drafts.One.Cocoa" (UNSEEN)
328 LIST "" "%.Drafts.One.Cocoa"
329 STATUS "%.Drafts.One.%.Drafts" (UNSEEN)
330 LIST "" "%.Drafts.One.%.Drafts"
331 STATUS "%.Drafts.One.One" (UNSEEN)
332 LIST "" "%.Drafts.One.One"
333 STATUS "%.Drafts.One.Sent" (UNSEEN)
334 LIST "" "%.Drafts.One.Sent"
335 STATUS "%.Drafts.One.Special" (UNSEEN)
336 LIST "" "%.Drafts.One.Special"
337 STATUS "%.Drafts.One.Spoofed" (UNSEEN)
338 LIST "" "%.Drafts.One.Spoofed"
339 STATUS "%.Drafts.One.Trash" (UNSEEN)
340 LIST "" "%.Drafts.One.Trash"
341 STATUS "%.Drafts.Sent" (UNSEEN)
342 LIST "" "%.Drafts.Sent"
343 STATUS "%.Drafts.Sent.Cocoa" (UNSEEN)
344 LIST "" "%.Drafts.Sent.Cocoa"
345 STATUS "%.Drafts.Sent.%.Drafts" (UNSEEN)
346 LIST "" "%.Drafts.Sent.%.Drafts"
347 STATUS "%.Drafts.Sent.One" (UNSEEN)
348 LIST "" "%.Drafts.Sent.One"
349 STATUS "%.Drafts.Sent.Sent" (UNSEEN)
350 LIST "" "%.Drafts.Sent.Sent"
351 STATUS "%.Drafts.Sent.Special" (UNSEEN)
352 LIST "" "%.Drafts.Sent.Special"
353 STATUS "%.Drafts.Sent.Spoofed" (UNSEEN)
354 LIST "" "%.Drafts.Sent.Spoofed"
355 STATUS "%.Drafts.Sent.Trash" (UNSEEN)
356 LIST "" "%.Drafts.Sent.Trash"
357 STATUS "%.Drafts.Special" (UNSEEN)
358 LIST "" "%.Drafts.Special"
359 STATUS "%.Drafts.Special.Cocoa" (UNSEEN)
360 LIST "" "%.Drafts.Special.Cocoa"
361 STATUS "%.Drafts.Special.%.Drafts" (UNSEEN)
362 LIST "" "%.Drafts.Special.%.Drafts"
363 STATUS "%.Drafts.Special.One" (UNSEEN)
364 LIST "" "%.Drafts.Special.One"
365 STATUS "%.Drafts.Special.Sent" (UNSEEN)
366 LIST "" "%.Drafts.Special.Sent"
367 STATUS "%.Drafts.Special.Special" (UNSEEN)
368 LIST "" "%.Drafts.Special.Special"
369 STATUS "%.Drafts.Special.Spoofed" (UNSEEN)
370 LIST "" "%.Drafts.Special.Spoofed"
371 STATUS "%.Drafts.Special.Trash" (UNSEEN)
372 LIST "" "%.Drafts.Special.Trash"
373 STATUS "%.Drafts.Spoofed" (UNSEEN)
374 LIST "" "%.Drafts.Spoofed"
375 STATUS "%.Drafts.Spoofed.Cocoa" (UNSEEN)
376 LIST "" "%.Drafts.Spoofed.Cocoa"
377 STATUS "%.Drafts.Spoofed.%.Drafts" (UNSEEN)
378 LIST "" "%.Drafts.Spoofed.%.Drafts"
379 STATUS "%.Drafts.Spoofed.One" (UNSEEN)
380 LIST "" "%.Drafts.Spoofed.One"
381 STATUS "%.Drafts.Spoofed.Sent" (UNSEEN)
382 LIST "" "%.Drafts.Spoofed.Sent"
383 STATUS "%.Drafts.Spoofed.Special" (UNSEEN)
384 LIST "" "%.Drafts.Spoofed.Special"
385 STATUS "%.Drafts.Spoofed.Spoofed" (UNSEEN)
386 LIST "" "%.Drafts.Spoofed.Spoofed"
387 STATUS "%.Drafts.Spoofed.Trash" (UNSEEN)
388 LIST "" "%.Drafts.Spoofed.Trash"
389 STATUS "%.Drafts.Trash" (UNSEEN)
390 LIST "" "%.Drafts.Trash"
391 STATUS "%.Drafts.Trash.Cocoa" (UNSEEN)
392 LIST "" "%.Drafts.Trash.Cocoa"
393 STATUS "%.Drafts.Trash.%.Drafts" (UNSEEN)
394 LIST "" "%.Drafts.Trash.%.Drafts"
395 STATUS "%.Drafts.Trash.One" (UNSEEN)
396 LIST "" "%.Drafts.Trash.One"
397 STATUS "%.Drafts.Trash.Sent" (UNSEEN)
398 LIST "" "%.Drafts.Trash.Sent"
399 STATUS "%.Drafts.Trash.Special" (UNSEEN)
400 LIST "" "%.Drafts.Trash.Special"
401 STATUS "%.Drafts.Trash.Spoofed" (UNSEEN)
402 LIST "" "%.Drafts.Trash.Spoofed"
403 STATUS "%.Drafts.Trash.Trash" (UNSEEN)
404 LIST "" "%.Drafts.Trash.Trash"
405 STATUS "%.One" (UNSEEN)
406 LIST "" "%.One"
407 STATUS "%.One.%" (UNSEEN)
408 LIST "" "%.One.%"
409 STATUS "%.One.Cocoa" (UNSEEN)
410 LIST "" "%.One.Cocoa"
411 STATUS "%.One.Cocoa.%.One.Coc" (UNSEEN)
412 LIST "" "%.One.Cocoa.%.One.Coc"
413 STATUS "%.One.Cocoa.Cocoa" (UNSEEN)
414 LIST "" "%.One.Cocoa.Cocoa"
415 STATUS "%.One.Cocoa.Drafts" (UNSEEN)
416 LIST "" "%.One.Cocoa.Drafts"
417 STATUS "%.One.Cocoa.One" (UNSEEN)
418 LIST "" "%.One.Cocoa.One"
419 STATUS "%.One.Cocoa.Sent" (UNSEEN)
420 LIST "" "%.One.Cocoa.Sent"
421 STATUS "%.One.Cocoa.Special" (UNSEEN)
422 LIST "" "%.One.Cocoa.Special"
423 STATUS "%.One.Cocoa.Spoofed" (UNSEEN)
424 LIST "" "%.One.Cocoa.Spoofed"
425 STATUS "%.One.Cocoa.Trash" (UNSEEN)
426 LIST "" "%.One.Cocoa.Trash"
427 STATUS "%.One.Drafts" (UNSEEN)
428 LIST "" "%.One.Drafts"
429 STATUS "%.One.Drafts.Cocoa" (UNSEEN)
430 LIST "" "%.One.Drafts.Cocoa"
431 STATUS "%.One.Drafts.%.One.Dra" (UNSEEN)
432 LIST "" "%.One.Drafts.%.One.Dra"
433 STATUS "%.One.Drafts.Drafts" (UNSEEN)
434 LIST "" "%.One.Drafts.Drafts"
435 STATUS "%.One.Drafts.One" (UNSEEN)
436 LIST "" "%.One.Drafts.One"
437 STATUS "%.One.Drafts.Sent" (UNSEEN)
438 LIST "" "%.One.Drafts.Sent"
439 STATUS "%.One.Drafts.Special" (UNSEEN)
440 LIST "" "%.One.Drafts.Special"
441 STATUS "%.One.Drafts.Spoofed" (UNSEEN)
442 LIST "" "%.One.Drafts.Spoofed"
443 STATUS "%.One.Drafts.Trash" (UNSEEN)
444 LIST "" "%.One.Drafts.Trash"
445 STATUS "%.One.One" (UNSEEN)
446 LIST "" "%.One.One"
447 STATUS "%.One.Sent" (UNSEEN)
448 LIST "" "%.One.Sent"
449 STATUS "%.One.Special" (UNSEEN)
450 LIST "" "%.One.Special"
451 STATUS "%.One.Spoofed" (UNSEEN)
452 LIST "" "%.One.Spoofed"
453 STATUS "%.One.Trash" (UNSEEN)
454 LIST "" "%.One.Trash"
455 STATUS "%.Sent" (UNSEEN)
456 LIST "" "%.Sent"
457 STATUS "%.Sent.%" (UNSEEN)
458 LIST "" "%.Sent.%"
459 STATUS "%.Sent.Cocoa" (UNSEEN)
460 LIST "" "%.Sent.Cocoa"
461 STATUS "%.Sent.Drafts" (UNSEEN)
462 LIST "" "%.Sent.Drafts"
463 STATUS "%.Sent.One" (UNSEEN)
464 LIST "" "%.Sent.One"
465 STATUS "%.Sent.Sent" (UNSEEN)
466 LIST "" "%.Sent.Sent"
467 STATUS "%.Sent.Special" (UNSEEN)
468 LIST "" "%.Sent.Special"
469 STATUS "%.Sent.Spoofed" (UNSEEN)
470 LIST "" "%.Sent.Spoofed"
471 STATUS "%.Sent.Trash" (UNSEEN)
472 LIST "" "%.Sent.Trash"
473 STATUS "%.Special" (UNSEEN)
474 LIST "" "%.Special"
475 STATUS "%.Special.Cocoa" (UNSEEN)
476 LIST "" "%.Special.Cocoa"
477 STATUS "%.Special.Drafts" (UNSEEN)
478 LIST "" "%.Special.Drafts"
479 STATUS "%.Special.One" (UNSEEN)
480 LIST "" "%.Special.One"
481 STATUS "%.Special.Sent" (UNSEEN)
482 LIST "" "%.Special.Sent"
483 STATUS "%.Special.Special" (UNSEEN)
484 LIST "" "%.Special.Special"
485 STATUS "%.Special.Spoofed" (UNSEEN)
486 LIST "" "%.Special.Spoofed"
487 STATUS "%.Special.Trash" (UNSEEN)
488 LIST "" "%.Special.Trash"
489 STATUS "%.Spoofed" (UNSEEN)
490 LIST "" "%.Spoofed"
491 STATUS "%.Spoofed.Cocoa" (UNSEEN)
492 LIST "" "%.Spoofed.Cocoa"
493 STATUS "%.Spoofed.Drafts" (UNSEEN)
494 LIST "" "%.Spoofed.Drafts"
495 STATUS "%.Spoofed.One" (UNSEEN)
496 LIST "" "%.Spoofed.One"
497 STATUS "%.Spoofed.Sent" (UNSEEN)
498 LIST "" "%.Spoofed.Sent"
499 STATUS "%.Spoofed.Special" (UNSEEN)
500 LIST "" "%.Spoofed.Special"
501 STATUS "%.Spoofed.Spoofed" (UNSEEN)
502 LIST "" "%.Spoofed.Spoofed"
503 STATUS "%.Spoofed.Trash" (UNSEEN)
504 LIST "" "%.Spoofed.Trash"
505 STATUS "%.Trash" (UNSEEN)
506 LIST "" "%.Trash"
507 STATUS "%.Trash.%" (UNSEEN)
508 LIST "" "%.Trash.%"
509 STATUS "%.Trash.Cocoa" (UNSEEN)
510 LIST "" "%.Trash.Cocoa"
511 STATUS "%.Trash.Drafts" (UNSEEN)
512 LIST "" "%.Trash.Drafts"
513 STATUS "%.Trash.One" (UNSEEN)
514 LIST "" "%.Trash.One"
515 STATUS "%.Trash.Sent" (UNSEEN)
516 LIST "" "%.Trash.Sent"
517 STATUS "%.Trash.Special" (UNSEEN)
518 LIST "" "%.Trash.Special"
519 STATUS "%.Trash.Spoofed" (UNSEEN)
520 LIST "" "%.Trash.Spoofed"
521 STATUS "%.Trash.Trash" (UNSEEN)
522 LIST "" "%.Trash.Trash"
523 STATUS "Cocoa" (UNSEEN)
524 STATUS "Drafts" (UNSEEN)
525 STATUS "INBOX" (UNSEEN)
526 STATUS "One" (UNSEEN)
527 STATUS "One.Two" (UNSEEN)
528 STATUS "One.Two.Three" (UNSEEN)
529 STATUS "Sent" (UNSEEN)
530 STATUS "Special" (UNSEEN)
531 STATUS "Spoofed" (UNSEEN)
532 STATUS "Trash" (UNSEEN)
533 LIST "" "%"
534 LOGOUT
535 CAPABILITY
536 LOGIN "ladar" "test"
537 LIST "" ""
538 STATUS "%" (UNSEEN)
539 LIST "" "%"
540 STATUS "%.%" (UNSEEN)
541 LIST "" "%.%"
542 STATUS "%.%.Cocoa" (UNSEEN)
543 LIST "" "%.%.Cocoa"
544 STATUS "%.%.Cocoa.Drafts" (UNSEEN)
545 LIST "" "%.%.Cocoa.Drafts"
546 STATUS "%.%.Cocoa.One" (UNSEEN)
547 LIST "" "%.%.Cocoa.One"
548 STATUS "%.%.Cocoa.Sent" (UNSEEN)
549 LIST "" "%.%.Cocoa.Sent"
550 STATUS "%.%.Cocoa.Special" (UNSEEN)
551 LIST "" "%.%.Cocoa.Special"
552 STATUS "%.%.Cocoa.Spoofed" (UNSEEN)
553 LIST "" "%.%.Cocoa.Spoofed"
554 STATUS "%.%.Cocoa.Trash" (UNSEEN)
555 LIST "" "%.%.Cocoa.Trash"
556 STATUS "%.%.Drafts" (UNSEEN)
557 LIST "" "%.%.Drafts"
558 STATUS "%.%.Drafts.Cocoa" (UNSEEN)
559 LIST "" "%.%.Drafts.Cocoa"
560 STATUS "%.%.Drafts.%.%.Draft" (UNSEEN)
561 LIST "" "%.%.Drafts.%.%.Draft"
562 STATUS "%.%.Drafts.Drafts" (UNSEEN)
563 LIST "" "%.%.Drafts.Drafts"
564 STATUS "%.%.Drafts.One" (UNSEEN)
565 LIST "" "%.%.Drafts.One"
566 STATUS "%.%.Drafts.Sent" (UNSEEN)
567 LIST "" "%.%.Drafts.Sent"
568 STATUS "%.%.Drafts.Special" (UNSEEN)
569 LIST "" "%.%.Drafts.Special"
570 STATUS "%.%.Drafts.Spoofed" (UNSEEN)
571 LIST "" "%.%.Drafts.Spoofed"
572 STATUS "%.%.Drafts.Trash" (UNSEEN)
573 LIST "" "%.%.Drafts.Trash"
574 STATUS "%.%.One" (UNSEEN)
575 LIST "" "%.%.One"
576 STATUS "%.%.One.%" (UNSEEN)
577 LIST "" "%.%.One.%"
578 STATUS "%.%.One.Cocoa" (UNSEEN)
579 LIST "" "%.%.One.Cocoa"
580 STATUS "%.%.One.Drafts" (UNSEEN)
581 LIST "" "%.%.One.Drafts"
582 STATUS "%.%.One.One" (UNSEEN)
583 LIST "" "%.%.One.One"
584 STATUS "%.%.One.Sent" (UNSEEN)
585 LIST "" "%.%.One.Sent"
586 STATUS "%.%.One.Special" (UNSEEN)
587 LIST "" "%.%.One.Special"
588 STATUS "%.%.One.Spoofed" (UNSEEN)
589 LIST "" "%.%.One.Spoofed"
590 STATUS "%.%.One.Trash" (UNSEEN)
591 LIST "" "%.%.One.Trash"
592 STATUS "%.%.Sent" (UNSEEN)
593 LIST "" "%.%.Sent"
594 STATUS "%.%.Sent.Cocoa" (UNSEEN)
595 LIST "" "%.%.Sent.Cocoa"
596 STATUS "%.%.Sent.Drafts" (UNSEEN)
597 LIST "" "%.%.Sent.Drafts"
598 STATUS "%.%.Sent.One" (UNSEEN)
599 LIST "" "%.%.Sent.One"
600 STATUS "%.%.Sent.Sent" (UNSEEN)
601 LIST "" "%.%.Sent.Sent"
602 STATUS "%.%.Sent.Special" (UNSEEN)
603 LIST "" "%.%.Sent.Special"
604 STATUS "%.%.Sent.Spoofed" (UNSEEN)
605 LIST "" "%.%.Sent.Spoofed"
606 STATUS "%.%.Sent.Trash" (UNSEEN)
607 LIST "" "%.%.Sent.Trash"
608 STATUS "%.%.Special" (UNSEEN)
609 LIST "" "%.%.Special"
610 STATUS "%.%.Special.Cocoa" (UNSEEN)
611 LIST "" "%.%.Special.Cocoa"
612 STATUS "%.%.Special.Drafts" (UNSEEN)
613 LIST "" "%.%.Special.Drafts"
614 STATUS "%.%.Special.One" (UNSEEN)
615 LIST "" "%.%.Special.One"
616 STATUS "%.%.Special.Sent" (UNSEEN)
617 LIST "" "%.%.Special.Sent"
618 STATUS "%.%.Special.%.%.Speci" (UNSEEN)
619 LIST "" "%.%.Special.%.%.Speci"
620 STATUS "%.%.Special.Special" (UNSEEN)
621 LIST "" "%.%.Special.Special"
622 STATUS "%.%.Special.Spoofed" (UNSEEN)
623 LIST "" "%.%.Special.Spoofed"
624 STATUS "%.%.Special.Trash" (UNSEEN)
625 LIST "" "%.%.Special.Trash"
626 STATUS "%.%.Spoofed" (UNSEEN)
627 LIST "" "%.%.Spoofed"
628 STATUS "%.%.Spoofed.Cocoa" (UNSEEN)
629 LIST "" "%.%.Spoofed.Cocoa"
630 STATUS "%.%.Spoofed.Drafts" (UNSEEN)
631 LIST "" "%.%.Spoofed.Drafts"
632 STATUS "%.%.Spoofed.One" (UNSEEN)
633 LIST "" "%.%.Spoofed.One"
634 STATUS "%.%.Spoofed.Sent" (UNSEEN)
635 LIST "" "%.%.Spoofed.Sent"
636 STATUS "%.%.Spoofed.Special" (UNSEEN)
637 LIST "" "%.%.Spoofed.Special"
638 STATUS "%.%.Spoofed.%.%.Spoof" (UNSEEN)
639 LIST "" "%.%.Spoofed.%.%.Spoof"
640 STATUS "%.%.Spoofed.Spoofed" (UNSEEN)
641 LIST "" "%.%.Spoofed.Spoofed"
642 STATUS "%.%.Spoofed.Trash" (UNSEEN)
643 LIST "" "%.%.Spoofed.Trash"
644 STATUS "%.%.Trash" (UNSEEN)
645 LIST "" "%.%.Trash"
646 STATUS "%.%.Trash.Cocoa" (UNSEEN)
647 LIST "" "%.%.Trash.Cocoa"
648 STATUS "%.%.Trash.Drafts" (UNSEEN)
649 LIST "" "%.%.Trash.Drafts"
650 STATUS "%.%.Trash.One" (UNSEEN)
651 LIST "" "%.%.Trash.One"
652 STATUS "%.%.Trash.Sent" (UNSEEN)
653 LIST "" "%.%.Trash.Sent"
654 STATUS "%.%.Trash.Special" (UNSEEN)
655 LIST "" "%.%.Trash.Special"
656 STATUS "%.%.Trash.Spoofed" (UNSEEN)
657 LIST "" "%.%.Trash.Spoofed"
658 STATUS "%.%.Trash.Trash" (UNSEEN)
659 LIST "" "%.%.Trash.Trash"
660 STATUS "%.Cocoa" (UNSEEN)
661 LIST "" "%.Cocoa"
662 STATUS "%.Cocoa.%" (UNSEEN)
663 LIST "" "%.Cocoa.%"
664 STATUS "%.Cocoa.%.%.Cocoa.%" (UNSEEN)
665 LIST "" "%.Cocoa.%.%.Cocoa.%"
666 STATUS "%.Cocoa.%.Cocoa" (UNSEEN)
667 LIST "" "%.Cocoa.%.Cocoa"
668 STATUS "%.Cocoa.%.Drafts" (UNSEEN)
669 LIST "" "%.Cocoa.%.Drafts"
670 STATUS "%.Cocoa.%.One" (UNSEEN)
671 LIST "" "%.Cocoa.%.One"
672 STATUS "%.Cocoa.%.Sent" (UNSEEN)
673 LIST "" "%.Cocoa.%.Sent"
674 STATUS "%.Cocoa.%.Special" (UNSEEN)
675 LIST "" "%.Cocoa.%.Special"
676 STATUS "%.Cocoa.%.Spoofed" (UNSEEN)
677 LIST "" "%.Cocoa.%.Spoofed"
678 STATUS "%.Cocoa.%.Trash" (UNSEEN)
679 LIST "" "%.Cocoa.%.Trash"
680 STATUS "%.Cocoa.Cocoa" (UNSEEN)
681 LIST "" "%.Cocoa.Cocoa"
682 STATUS "%.Cocoa.Cocoa.%.Cocoa.C" (UNSEEN)
683 LIST "" "%.Cocoa.Cocoa.%.Cocoa.C"
684 STATUS "%.Cocoa.Cocoa.Cocoa" (UNSEEN)
685 LIST "" "%.Cocoa.Cocoa.Cocoa"
686 STATUS "%.Cocoa.Cocoa.Drafts" (UNSEEN)
687 LIST "" "%.Cocoa.Cocoa.Drafts"
688 STATUS "%.Cocoa.Cocoa.One" (UNSEEN)
689 LIST "" "%.Cocoa.Cocoa.One"
690 STATUS "%.Cocoa.Cocoa.Sent" (UNSEEN)
691 LIST "" "%.Cocoa.Cocoa.Sent"
692 STATUS "%.Cocoa.Cocoa.Special" (UNSEEN)
693 LIST "" "%.Cocoa.Cocoa.Special"
694 STATUS "%.Cocoa.Cocoa.Spoofed" (UNSEEN)
695 LIST "" "%.Cocoa.Cocoa.Spoofed"
696 STATUS "%.Cocoa.Cocoa.Trash" (UNSEEN)
697 LIST "" "%.Cocoa.Cocoa.Trash"
698 STATUS "%.Cocoa.Drafts" (UNSEEN)
699 LIST "" "%.Cocoa.Drafts"
700 STATUS "%.Cocoa.Drafts.Cocoa" (UNSEEN)
701 LIST "" "%.Cocoa.Drafts.Cocoa"
702 STATUS "%.Cocoa.Drafts.%.Cocoa.D" (UNSEEN)
703 LIST "" "%.Cocoa.Drafts.%.Cocoa.D"
704 STATUS "%.Cocoa.Drafts.Drafts" (UNSEEN)
705 LIST "" "%.Cocoa.Drafts.Drafts"
706 STATUS "%.Cocoa.Drafts.One" (UNSEEN)
707 LIST "" "%.Cocoa.Drafts.One"
708 STATUS "%.Cocoa.Drafts.Sent" (UNSEEN)
709 LIST "" "%.Cocoa.Drafts.Sent"
710 STATUS "%.Cocoa.Drafts.Special" (UNSEEN)
711 LIST "" "%.Cocoa.Drafts.Special"
712 STATUS "%.Cocoa.Drafts.Spoofed" (UNSEEN)
713 LIST "" "%.Cocoa.Drafts.Spoofed"
714 STATUS "%.Cocoa.Drafts.Trash" (UNSEEN)
715 LIST "" "%.Cocoa.Drafts.Trash"
716 STATUS "%.Cocoa.One" (UNSEEN)
717 LIST "" "%.Cocoa.One"
718 STATUS "%.Cocoa.One.Cocoa" (UNSEEN)
719 LIST "" "%.Cocoa.One.Cocoa"
720 STATUS "%.Cocoa.One.Drafts" (UNSEEN)
721 LIST "" "%.Cocoa.One.Drafts"
722 STATUS "%.Cocoa.One.%.Cocoa.O" (UNSEEN)
723 LIST "" "%.Cocoa.One.%.Cocoa.O"
724 STATUS "%.Cocoa.One.One" (UNSEEN)
725 LIST "" "%.Cocoa.One.One"
726 STATUS "%.Cocoa.One.Sent" (UNSEEN)
727 LIST "" "%.Cocoa.One.Sent"
728 STATUS "%.Cocoa.One.Special" (UNSEEN)
729 LIST "" "%.Cocoa.One.Special"
730 STATUS "%.Cocoa.One.Spoofed" (UNSEEN)
731 LIST "" "%.Cocoa.One.Spoofed"
732 STATUS "%.Cocoa.One.Trash" (UNSEEN)
733 LIST "" "%.Cocoa.One.Trash"
734 STATUS "%.Cocoa.Sent" (UNSEEN)
735 LIST "" "%.Cocoa.Sent"
736 STATUS "%.Cocoa.Sent.Cocoa" (UNSEEN)
737 LIST "" "%.Cocoa.Sent.Cocoa"
738 STATUS "%.Cocoa.Sent.Drafts" (UNSEEN)
739 LIST "" "%.Cocoa.Sent.Drafts"
740 STATUS "%.Cocoa.Sent.One" (UNSEEN)
741 LIST "" "%.Cocoa.Sent.One"
742 STATUS "%.Cocoa.Sent.%.Cocoa.S" (UNSEEN)
743 LIST "" "%.Cocoa.Sent.%.Cocoa.S"
744 STATUS "%.Cocoa.Sent.Sent" (UNSEEN)
745 LIST "" "%.Cocoa.Sent.Sent"
746 STATUS "%.Cocoa.Sent.Special" (UNSEEN)
747 LIST "" "%.Cocoa.Sent.Special"
748 STATUS "%.Cocoa.Sent.Spoofed" (UNSEEN)
749 LIST "" "%.Cocoa.Sent.Spoofed"
750 STATUS "%.Cocoa.Sent.Trash" (UNSEEN)
751 LIST "" "%.Cocoa.Sent.Trash"
752 STATUS "%.Cocoa.Special" (UNSEEN)
753 LIST "" "%.Cocoa.Special"
754 STATUS "%.Cocoa.Special.Cocoa" (UNSEEN)
755 LIST "" "%.Cocoa.Special.Cocoa"
756 STATUS "%.Cocoa.Special.Drafts" (UNSEEN)
757 LIST "" "%.Cocoa.Special.Drafts"
758 STATUS "%.Cocoa.Special.One" (UNSEEN)
759 LIST "" "%.Cocoa.Special.One"
760 STATUS "%.Cocoa.Special.%.Cocoa.S" (UNSEEN)
761 LIST "" "%.Cocoa.Special.%.Cocoa.S"
762 STATUS "%.Cocoa.Special.Sent" (UNSEEN)
763 LIST "" "%.Cocoa.Special.Sent"
764 STATUS "%.Cocoa.Special.Special" (UNSEEN)
765 LIST "" "%.Cocoa.Special.Special"
766 STATUS "%.Cocoa.Special.Spoofed" (UNSEEN)
767 LIST "" "%.Cocoa.Special.Spoofed"
768 STATUS "%.Cocoa.Special.Trash" (UNSEEN)
769 LIST "" "%.Cocoa.Special.Trash"
770 STATUS "%.Cocoa.Spoofed" (UNSEEN)
771 LIST "" "%.Cocoa.Spoofed"
772 STATUS "%.Cocoa.Spoofed.Cocoa" (UNSEEN)
773 LIST "" "%.Cocoa.Spoofed.Cocoa"
774 STATUS "%.Cocoa.Spoofed.Drafts" (UNSEEN)
775 LIST "" "%.Cocoa.Spoofed.Drafts"
776 STATUS "%.Cocoa.Spoofed.One" (UNSEEN)
777 LIST "" "%.Cocoa.Spoofed.One"
778 STATUS "%.Cocoa.Spoofed.%.Cocoa.S" (UNSEEN)
779 LIST "" "%.Cocoa.Spoofed.%.Cocoa.S"
780 STATUS "%.Cocoa.Spoofed.Sent" (UNSEEN)
781 LIST "" "%.Cocoa.Spoofed.Sent"
782 STATUS "%.Cocoa.Spoofed.Special" (UNSEEN)
783 LIST "" "%.Cocoa.Spoofed.Special"
784 STATUS "%.Cocoa.Spoofed.Spoofed" (UNSEEN)
785 LIST "" "%.Cocoa.Spoofed.Spoofed"
786 STATUS "%.Cocoa.Spoofed.Trash" (UNSEEN)
787 LIST "" "%.Cocoa.Spoofed.Trash"
788 STATUS "%.Cocoa.Trash" (UNSEEN)
789 LIST "" "%.Cocoa.Trash"
790 STATUS "%.Cocoa.Trash.Cocoa" (UNSEEN)
791 LIST "" "%.Cocoa.Trash.Cocoa"
792 STATUS "%.Cocoa.Trash.Drafts" (UNSEEN)
793 LIST "" "%.Cocoa.Trash.Drafts"
794 STATUS "%.Cocoa.Trash.One" (UNSEEN)
795 LIST "" "%.Cocoa.Trash.One"
796 STATUS "%.Cocoa.Trash.Sent" (UNSEEN)
797 LIST "" "%.Cocoa.Trash.Sent"
798 STATUS "%.Cocoa.Trash.Special" (UNSEEN)
799 LIST "" "%.Cocoa.Trash.Special"
800 STATUS "%.Cocoa.Trash.Spoofed" (UNSEEN)
801 LIST "" "%.Cocoa.Trash.Spoofed"
802 STATUS "%.Cocoa.Trash.%.Cocoa.T" (UNSEEN)
803 LIST "" "%.Cocoa.Trash.%.Cocoa.T"
804 STATUS "%.Cocoa.Trash.Trash" (UNSEEN)
805 LIST "" "%.Cocoa.Trash.Trash"
806 STATUS "%.Drafts" (UNSEEN)
807 LIST "" "%.Drafts"
808 STATUS "%.Drafts.Cocoa" (UNSEEN)
809 LIST "" "%.Drafts.Cocoa"
810 STATUS "%.Drafts.Cocoa.Cocoa" (UNSEEN)
811 LIST "" "%.Drafts.Cocoa.Cocoa"
812 STATUS "%.Drafts.Cocoa.%.Drafts" (UNSEEN)
813 LIST "" "%.Drafts.Cocoa.%.Drafts"
814 STATUS "%.Drafts.Cocoa.One" (UNSEEN)
815 LIST "" "%.Drafts.Cocoa.One"
816 STATUS "%.Drafts.Cocoa.Sent" (UNSEEN)
817 LIST "" "%.Drafts.Cocoa.Sent"
818 STATUS "%.Drafts.Cocoa.Special" (UNSEEN)
819 LIST "" "%.Drafts.Cocoa.Special"
820 STATUS "%.Drafts.Cocoa.Spoofed" (UNSEEN)
821 LIST "" "%.Drafts.Cocoa.Spoofed"
822 STATUS "%.Drafts.Cocoa.Trash" (UNSEEN)
823 LIST "" "%.Drafts.Cocoa.Trash"
824 STATUS "%.Drafts.Drafts" (UNSEEN)
825 LIST "" "%.Drafts.Drafts"
826 STATUS "%.Drafts.Drafts.Cocoa" (UNSEEN)
827 LIST "" "%.Drafts.Drafts.Cocoa"
828 STATUS "%.Drafts.Drafts.%.Drafts" (UNSEEN)
829 LIST "" "%.Drafts.Drafts.%.Drafts"
830 STATUS "%.Drafts.Drafts.One" (UNSEEN)
831 LIST "" "%.Drafts.Drafts.One"
832 STATUS "%.Drafts.Drafts.Sent" (UNSEEN)
833 LIST "" "%.Drafts.Drafts.Sent"
834 STATUS "%.Drafts.Drafts.Special" (UNSEEN)
835 LIST "" "%.Drafts.Drafts.Special"
836 STATUS "%.Drafts.Drafts.Spoofed" (UNSEEN)
837 LIST "" "%.Drafts.Drafts.Spoofed"
838 STATUS "%.Drafts.Drafts.Trash" (UNSEEN)
839 LIST "" "%.Drafts.Drafts.Trash"
840 STATUS "%.Drafts.One" (UNSEEN)
841 LIST "" "%.Drafts.One"
842 STATUS "%.Drafts.One.Cocoa" (UNSEEN)
843 LIST "" "%.Drafts.One.Cocoa"
844 STATUS "%.Drafts.One.%.Drafts" (UNSEEN)
845 LIST "" "%.Drafts.One.%.Drafts"
846 STATUS "%.Drafts.One.One" (UNSEEN)
847 LIST "" "%.Drafts.One.One"
848 STATUS "%.Drafts.One.Sent" (UNSEEN)
849 LIST "" "%.Drafts.One.Sent"
850 STATUS "%.Drafts.One.Special" (UNSEEN)
851 LIST "" "%.Drafts.One.Special"
852 STATUS "%.Drafts.One.Spoofed" (UNSEEN)
853 LIST "" "%.Drafts.One.Spoofed"
854 STATUS "%.Drafts.One.Trash" (UNSEEN)
855 LIST "" "%.Drafts.One.Trash"
856 STATUS "%.Drafts.Sent" (UNSEEN)
857 LIST "" "%.Drafts.Sent"
858 STATUS "%.Drafts.Sent.Cocoa" (UNSEEN)
859 LIST "" "%.Drafts.Sent.Cocoa"
860 STATUS "%.Drafts.Sent.%.Drafts" (UNSEEN)
861 LIST "" "%.Drafts.Sent.%.Drafts"
862 STATUS "%.Drafts.Sent.One" (UNSEEN)
863 LIST "" "%.Drafts.Sent.One"
864 STATUS "%.Drafts.Sent.Sent" (UNSEEN)
865 LIST "" "%.Drafts.Sent.Sent"
866 STATUS "%.Drafts.Sent.Special" (UNSEEN)
867 LIST "" "%.Drafts.Sent.Special"
868 STATUS "%.Drafts.Sent.Spoofed" (UNSEEN)
869 LIST "" "%.Drafts.Sent.Spoofed"
870 STATUS "%.Drafts.Sent.Trash" (UNSEEN)
871 LIST "" "%.Drafts.Sent.Trash"
872 STATUS "%.Drafts.Special" (UNSEEN)
873 LIST "" "%.Drafts.Special"
874 STATUS "%.Drafts.Special.Cocoa" (UNSEEN)
875 LIST "" "%.Drafts.Special.Cocoa"
876 STATUS "%.Drafts.Special.%.Drafts" (UNSEEN)
877 LIST "" "%.Drafts.Special.%.Drafts"
878 STATUS "%.Drafts.Special.One" (UNSEEN)
879 LIST "" "%.Drafts.Special.One"
880 STATUS "%.Drafts.Special.Sent" (UNSEEN)
881 LIST "" "%.Drafts.Special.Sent"
882 STATUS "%.Drafts.Special.Special" (UNSEEN)
883 LIST "" "%.Drafts.Special.Special"
884 STATUS "%.Drafts.Special.Spoofed" (UNSEEN)
885 LIST "" "%.Drafts.Special.Spoofed"
886 STATUS "%.Drafts.Special.Trash" (UNSEEN)
887 LIST "" "%.Drafts.Special.Trash"
888 STATUS "%.Drafts.Spoofed" (UNSEEN)
889 LIST "" "%.Drafts.Spoofed"
890 STATUS "%.Drafts.Spoofed.Cocoa" (UNSEEN)
891 LIST "" "%.Drafts.Spoofed.Cocoa"
892 STATUS "%.Drafts.Spoofed.%.Drafts" (UNSEEN)
893 LIST "" "%.Drafts.Spoofed.%.Drafts"
894 STATUS "%.Drafts.Spoofed.One" (UNSEEN)
895 LIST "" "%.Drafts.Spoofed.One"
896 STATUS "%.Drafts.Spoofed.Sent" (UNSEEN)
897 LIST "" "%.Drafts.Spoofed.Sent"
898 STATUS "%.Drafts.Spoofed.Special" (UNSEEN)
899 LIST "" "%.Drafts.Spoofed.Special"
900 STATUS "%.Drafts.Spoofed.Spoofed" (UNSEEN)
901 LIST "" "%.Drafts.Spoofed.Spoofed"
902 STATUS "%.Drafts.Spoofed.Trash" (UNSEEN)
903 LIST "" "%.Drafts.Spoofed.Trash"
904 STATUS "%.Drafts.Trash" (UNSEEN)
905 LIST "" "%.Drafts.Trash"
906 STATUS "%.Drafts.Trash.Cocoa" (UNSEEN)
907 LIST "" "%.Drafts.Trash.Cocoa"
908 STATUS "%.Drafts.Trash.%.Drafts" (UNSEEN)
909 LIST "" "%.Drafts.Trash.%.Drafts"
910 STATUS "%.Drafts.Trash.One" (UNSEEN)
911 LIST "" "%.Drafts.Trash.One"
912 STATUS "%.Drafts.Trash.Sent" (UNSEEN)
913 LIST "" "%.Drafts.Trash.Sent"
914 STATUS "%.Drafts.Trash.Special" (UNSEEN)
915 LIST "" "%.Drafts.Trash.Special"
916 STATUS "%.Drafts.Trash.Spoofed" (UNSEEN)
917 LIST "" "%.Drafts.Trash.Spoofed"
918 STATUS "%.Drafts.Trash.Trash" (UNSEEN)
919 LIST "" "%.Drafts.Trash.Trash"
920 STATUS "%.One" (UNSEEN)
921 LIST "" "%.One"
922 STATUS "%.One.%" (UNSEEN)
923 LIST "" "%.One.%"
924 STATUS "%.One.Cocoa" (UNSEEN)
925 LIST "" "%.One.Cocoa"
926 STATUS "%.One.Cocoa.%.One.Coc" (UNSEEN)
927 LIST "" "%.One.Cocoa.%.One.Coc"
928 STATUS "%.One.Cocoa.Cocoa" (UNSEEN)
929 LIST "" "%.One.Cocoa.Cocoa"
930 STATUS "%.One.Cocoa.Drafts" (UNSEEN)
931 LIST "" "%.One.Cocoa.Drafts"
932 STATUS "%.One.Cocoa.One" (UNSEEN)
933 LIST "" "%.One.Cocoa.One"
934 STATUS "%.One.Cocoa.Sent" (UNSEEN)
935 LIST "" "%.One.Cocoa.Sent"
936 STATUS "%.One.Cocoa.Special" (UNSEEN)
937 LIST "" "%.One.Cocoa.Special"
938 STATUS "%.One.Cocoa.Spoofed" (UNSEEN)
939 LIST "" "%.One.Cocoa.Spoofed"
940 STATUS "%.One.Cocoa.Trash" (UNSEEN)
941 LIST "" "%.One.Cocoa.Trash"
942 STATUS "%.One.Drafts" (UNSEEN)
943 LIST "" "%.One.Drafts"
944 STATUS "%.One.Drafts.Cocoa" (UNSEEN)
945 LIST "" "%.One.Drafts.Cocoa"
946 STATUS "%.One.Drafts.%.One.Dra" (UNSEEN)
947 LIST "" "%.One.Drafts.%.One.Dra"
948 STATUS "%.One.Drafts.Drafts" (UNSEEN)
949 LIST "" "%.One.Drafts.Drafts"
950 STATUS "%.One.Drafts.One" (UNSEEN)
951 LIST "" "%.One.Drafts.One"
952 STATUS "%.One.Drafts.Sent" (UNSEEN)
953 LIST "" "%.One.Drafts.Sent"
954 STATUS "%.One.Drafts.Special" (UNSEEN)
955 LIST "" "%.One.Drafts.Special"
956 STATUS "%.One.Drafts.Spoofed" (UNSEEN)
957 LIST "" "%.One.Drafts.Spoofed"
958 STATUS "%.One.Drafts.Trash" (UNSEEN)
959 LIST "" "%.One.Drafts.Trash"
960 STATUS "%.One.One" (UNSEEN)
961 LIST "" "%.One.One"
962 STATUS "%.One.Sent" (UNSEEN)
963 LIST "" "%.One.Sent"
964 STATUS "%.One.Special" (UNSEEN)
965 LIST "" "%.One.Special"
966 STATUS "%.One.Spoofed" (UNSEEN)
967 LIST "" "%.One.Spoofed"
968 STATUS "%.One.Trash" (UNSEEN)
969 LIST "" "%.One.Trash"
970 STATUS "%.Sent" (UNSEEN)
971 LIST "" "%.Sent"
972 STATUS "%.Sent.%" (UNSEEN)
973 LIST "" "%.Sent.%"
974 STATUS "%.Sent.Cocoa" (UNSEEN)
975 LIST "" "%.Sent.Cocoa"
976 STATUS "%.Sent.Drafts" (UNSEEN)
977 LIST "" "%.Sent.Drafts"
978 STATUS "%.Sent.One" (UNSEEN)
979 LIST "" "%.Sent.One"
980 STATUS "%.Sent.Sent" (UNSEEN)
981 LIST "" "%.Sent.Sent"
982 STATUS "%.Sent.Special" (UNSEEN)
983 LIST "" "%.Sent.Special"
984 STATUS "%.Sent.Spoofed" (UNSEEN)
985 LIST "" "%.Sent.Spoofed"
986 STATUS "%.Sent.Trash" (UNSEEN)
987 LIST "" "%.Sent.Trash"
988 STATUS "%.Special" (UNSEEN)
989 LIST "" "%.Special"
990 STATUS "%.Special.Cocoa" (UNSEEN)
991 LIST "" "%.Special.Cocoa"
992 STATUS "%.Special.Drafts" (UNSEEN)
993 LIST "" "%.Special.Drafts"
994 STATUS "%.Special.One" (UNSEEN)
995 LIST "" "%.Special.One"
996 STATUS "%.Special.Sent" (UNSEEN)
997 LIST "" "%.Special.Sent"
998 STATUS "%.Special.Special" (UNSEEN)
999 LIST "" "%.Special.Special"
1000 STATUS "%.Special.Spoofed" (UNSEEN)
1001 LIST "" "%.Special.Spoofed"
1002 STATUS "%.Special.Trash" (UNSEEN)
1003 LIST "" "%.Special.Trash"
1004 STATUS "%.Spoofed" (UNSEEN)
1005 LIST "" "%.Spoofed"
1006 STATUS "%.Spoofed.Cocoa" (UNSEEN)
1007 LIST "" "%.Spoofed.Cocoa"
1008 STATUS "%.Spoofed.Drafts" (UNSEEN)
1009 LIST "" "%.Spoofed.Drafts"
1010 STATUS "%.Spoofed.One" (UNSEEN)
1011 LIST "" "%.Spoofed.One"
1012 STATUS "%.Spoofed.Sent" (UNSEEN)
1013 LIST "" "%.Spoofed.Sent"
1014 STATUS "%.Spoofed.Special" (UNSEEN)
1015 LIST "" "%.Spoofed.Special"
1016 STATUS "%.Spoofed.Spoofed" (UNSEEN)
1017 LIST "" "%.Spoofed.Spoofed"
1018 STATUS "%.Spoofed.Trash" (UNSEEN)
1019 LIST "" "%.Spoofed.Trash"
1020 STATUS "%.Trash" (UNSEEN)
1021 LIST "" "%.Trash"
1022 STATUS "%.Trash.%" (UNSEEN)
1023 LIST "" "%.Trash.%"
1024 STATUS "%.Trash.Cocoa" (UNSEEN)
1025 LIST "" "%.Trash.Cocoa"
1026 STATUS "%.Trash.Drafts" (UNSEEN)
1027 LIST "" "%.Trash.Drafts"
1028 STATUS "%.Trash.One" (UNSEEN)
1029 LIST "" "%.Trash.One"
1030 STATUS "%.Trash.Sent" (UNSEEN)
1031 LIST "" "%.Trash.Sent"
1032 STATUS "%.Trash.Special" (UNSEEN)
1033 LIST "" "%.Trash.Special"
1034 STATUS "%.Trash.Spoofed" (UNSEEN)
1035 LIST "" "%.Trash.Spoofed"
1036 STATUS "%.Trash.Trash" (UNSEEN)
1037 LIST "" "%.Trash.Trash"
1038 STATUS "Cocoa" (UNSEEN)
1039 STATUS "Drafts" (UNSEEN)
1040 STATUS "INBOX" (UNSEEN)
1041 STATUS "One" (UNSEEN)
1042 STATUS "One.Two" (UNSEEN)
1043 STATUS "One.Two.Three" (UNSEEN)
1044 STATUS "Sent" (UNSEEN)
1045 STATUS "Special" (UNSEEN)
1046 STATUS "Spoofed" (UNSEEN)
1047 STATUS "Trash" (UNSEEN)
1048 LIST "" "%"
1049 LOGOUT
Comment 1 Thomas McGuire 2008-04-02 16:48:42 UTC
Please paste the backtrace of the crash here.

Please do NOT paste such huge outputs in the future.
Comment 2 Ladar Levison 2008-04-02 17:32:57 UTC
IMO, this bug only occurs if the servers returns an invalid response, so I would rate its fix priority pretty low. But here is the BT:

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1250826560 (LWP 7242)]
[New Thread -1278297200 (LWP 7261)]
[New Thread -1269904496 (LWP 7260)]
[New Thread -1261511792 (LWP 7259)]
[New Thread -1253119088 (LWP 7258)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#6  0x00000078 in ?? ()
#7  0xb7cb7063 in KMFolderMgr::removeFolderAux ()
   from /usr/lib/libkmailprivate.so
#8  0xb7cb71d1 in KMFolderMgr::qt_invoke () from /usr/lib/libkmailprivate.so
#9  0xb5fcb893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#10 0xb7c72cc8 in KMFolder::removed () from /usr/lib/libkmailprivate.so
#11 0xb7c73fcd in KMFolder::qt_emit () from /usr/lib/libkmailprivate.so
#12 0xb5fcb867 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#13 0xb7c92bd8 in FolderStorage::removed () from /usr/lib/libkmailprivate.so
#14 0xb7c94592 in FolderStorage::remove () from /usr/lib/libkmailprivate.so
#15 0xb7d2727f in KMFolderImap::remove () from /usr/lib/libkmailprivate.so
#16 0xb7c71c00 in KMFolder::remove () from /usr/lib/libkmailprivate.so
#17 0xb7cb4b65 in KMFolderMgr::removeFolder () from /usr/lib/libkmailprivate.so
#18 0xb7cb53f3 in KMFolderMgr::remove () from /usr/lib/libkmailprivate.so
#19 0xb7cb53c0 in KMFolderMgr::remove () from /usr/lib/libkmailprivate.so
#20 0xb7cb53c0 in KMFolderMgr::remove () from /usr/lib/libkmailprivate.so
#21 0xb7cb53c0 in KMFolderMgr::remove () from /usr/lib/libkmailprivate.so
#22 0xb7cb53c0 in KMFolderMgr::remove () from /usr/lib/libkmailprivate.so
#23 0xb7d24391 in KMFolderImap::checkFolders ()
   from /usr/lib/libkmailprivate.so
#24 0xb7d2485a in KMFolderImap::slotListResult ()
   from /usr/lib/libkmailprivate.so
#25 0xb7d2ea6e in KMFolderImap::qt_invoke () from /usr/lib/libkmailprivate.so
#26 0xb5fcb893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#27 0xb7c46a7b in KMail::ListJob::receivedFolders ()
   from /usr/lib/libkmailprivate.so
#28 0xb7c47289 in KMail::ListJob::slotListResult ()
   from /usr/lib/libkmailprivate.so
#29 0xb7c4856a in KMail::ListJob::qt_invoke () from /usr/lib/libkmailprivate.so
#30 0xb5fcb893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#31 0xb6bfb021 in KIO::Job::result () from /usr/lib/libkio.so.4
#32 0xb6c538cd in KIO::Job::emitResult () from /usr/lib/libkio.so.4
#33 0xb6c53d2e in KIO::SimpleJob::slotFinished () from /usr/lib/libkio.so.4
#34 0xb6c540ad in KIO::ListJob::slotFinished () from /usr/lib/libkio.so.4
#35 0xb6c5fa7e in KIO::ListJob::qt_invoke () from /usr/lib/libkio.so.4
#36 0xb5fcb893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#37 0xb5fcc338 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#38 0xb6bf6d2c in KIO::SlaveInterface::finished () from /usr/lib/libkio.so.4
#39 0xb6c56b60 in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.4
#40 0xb6c4544a in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.4
#41 0xb6c0c66c in KIO::Slave::gotInput () from /usr/lib/libkio.so.4
#42 0xb6c3df60 in KIO::Slave::qt_invoke () from /usr/lib/libkio.so.4
#43 0xb5fcb893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#44 0xb5fcc1aa in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#45 0xb6358683 in QSocketNotifier::activated () from /usr/lib/libqt-mt.so.3
#46 0xb5fee46e in QSocketNotifier::event () from /usr/lib/libqt-mt.so.3
#47 0xb5f62af0 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#48 0xb5f6491f in QApplication::notify () from /usr/lib/libqt-mt.so.3
#49 0xb6728cd2 in KApplication::notify () from /usr/lib/libkdecore.so.4
#50 0xb5ef5209 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#51 0xb5f54ee9 in QEventLoop::activateSocketNotifiers ()
   from /usr/lib/libqt-mt.so.3
#52 0xb5f09d2b in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#53 0xb5f7d1ce in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#54 0xb5f64617 in QApplication::enter_loop () from /usr/lib/libqt-mt.so.3
#55 0xb61803e9 in QDialog::exec () from /usr/lib/libqt-mt.so.3
#56 0xb6a20269 in KMessageBox::createKMessageBox () from /usr/lib/libkdeui.so.4
#57 0xb6a209b7 in KMessageBox::createKMessageBox () from /usr/lib/libkdeui.so.4
#58 0xb6a2368a in KMessageBox::warningContinueCancelListWId ()
   from /usr/lib/libkdeui.so.4
#59 0xb6a237c0 in KMessageBox::warningContinueCancelList ()
   from /usr/lib/libkdeui.so.4
#60 0xb6a23838 in KMessageBox::warningContinueCancel ()
   from /usr/lib/libkdeui.so.4
#61 0xb7d0a15d in KMail::ImapAccountBase::handleError ()
   from /usr/lib/libkmailprivate.so
#62 0xb7d0f209 in KMAcctImap::handleError () from /usr/lib/libkmailprivate.so
#63 0xb7d00af2 in KMail::ImapAccountBase::handleJobError ()
   from /usr/lib/libkmailprivate.so
#64 0xb7d23568 in KMFolderImap::slotStatResult ()
   from /usr/lib/libkmailprivate.so
#65 0xb7d2ec1a in KMFolderImap::qt_invoke () from /usr/lib/libkmailprivate.so
#66 0xb5fcb893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#67 0xb6bfb021 in KIO::Job::result () from /usr/lib/libkio.so.4
#68 0xb6c538cd in KIO::Job::emitResult () from /usr/lib/libkio.so.4
#69 0xb6c53d2e in KIO::SimpleJob::slotFinished () from /usr/lib/libkio.so.4
#70 0xb6c54fa3 in KIO::StatJob::slotFinished () from /usr/lib/libkio.so.4
#71 0xb6c11a43 in KIO::SimpleJob::slotError () from /usr/lib/libkio.so.4
#72 0xb6c53243 in KIO::SimpleJob::qt_invoke () from /usr/lib/libkio.so.4
#73 0xb6c537d5 in KIO::StatJob::qt_invoke () from /usr/lib/libkio.so.4
#74 0xb5fcb9c0 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#75 0xb6bfd140 in KIO::SlaveInterface::error () from /usr/lib/libkio.so.4
#76 0xb6c566bb in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.4
#77 0xb6c4544a in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.4
#78 0xb6c0c66c in KIO::Slave::gotInput () from /usr/lib/libkio.so.4
#79 0xb6c3df60 in KIO::Slave::qt_invoke () from /usr/lib/libkio.so.4
#80 0xb5fcb893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#81 0xb5fcc1aa in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#82 0xb6358683 in QSocketNotifier::activated () from /usr/lib/libqt-mt.so.3
#83 0xb5fee46e in QSocketNotifier::event () from /usr/lib/libqt-mt.so.3
#84 0xb5f62af0 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#85 0xb5f6491f in QApplication::notify () from /usr/lib/libqt-mt.so.3
#86 0xb6728cd2 in KApplication::notify () from /usr/lib/libkdecore.so.4
#87 0xb5ef5209 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#88 0xb5f54ee9 in QEventLoop::activateSocketNotifiers ()
   from /usr/lib/libqt-mt.so.3
#89 0xb5f09d2b in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#90 0xb5f7d1ce in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#91 0xb5f7cfde in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#92 0xb5f64699 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#93 0x0804a5fe in ?? ()
#94 0xbfc7fb14 in ?? ()
#95 0xbfc7fb0c in ?? ()
#96 0x00000000 in ?? ()
Comment 3 Ladar Levison 2008-04-02 17:34:13 UTC
The command window output might also be useful:

kbuildsycoca running...
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
kdecore (KAction): WARNING: KAction::plugAccel( kacc = 0x81c1b48 ): KAccel object already contains an action name "move_message_to_folder"
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
kdecore (KAction): WARNING: KAction::plugAccel( kacc = 0x81c1b48 ): KAccel object already contains an action name "copy_message_to_folder"
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
kdecore (KAction): WARNING: KAction::plugAccel( kacc = 0x81c1b48 ): KAccel object already contains an action name "jump_to_folder"
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
kdecore (KAction): WARNING: KAction::plugAccel( kacc = 0x81c1b48 ): KAccel object already contains an action name "jump_to_folder"
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
kdecore (KAction): WARNING: KAction::plugAccel( kacc = 0x81c1b48 ): KAccel object already contains an action name "cancel"
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
kdecore (KAction): WARNING: KAction::plugAccel( kacc = 0x81c1b48 ): KAccel object already contains an action name "inc_current_folder"
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
kdecore (KAction): WARNING: KAction::plugAccel( kacc = 0x81c1b48 ): KAccel object already contains an action name "dec_current_folder"
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
kdecore (KAction): WARNING: KAction::plugAccel( kacc = 0x81c1b48 ): KAccel object already contains an action name "select_current_folder"
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
kdecore (KAction): WARNING: KAction::plugAccel( kacc = 0x81c1b48 ): KAccel object already contains an action name "inc_current_message"
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
kdecore (KAction): WARNING: KAction::plugAccel( kacc = 0x81c1b48 ): KAccel object already contains an action name "dec_current_message"
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
kdecore (KAction): WARNING: KAction::plugAccel( kacc = 0x81c1b48 ): KAccel object already contains an action name "select_current_message"
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
kdecore (KAction): WARNING: KAction::plugAccel( kacc = 0x81c1b48 ): KAccel object already contains an action name "delete"
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
kdecore (KAction): WARNING: KAction::plugAccel( kacc = 0x81c1b48 ): KAccel object already contains an action name "edit"
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
kdecore (KAction): WARNING: KAction::plugAccel( kacc = 0x81c1b48 ): KAccel object already contains an action name "use_template"
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
kdecore (KAction): WARNING: KAction::plugAccel( kacc = 0x81c1b48 ): KAccel object already contains an action name "display_message"
WeaverThreadLogger: thread (ID: 1) suspended.
WeaverThreadLogger: thread (ID: 2) suspended.
WeaverThreadLogger: thread (ID: 3) suspended.
WeaverThreadLogger: thread (ID: 4) suspended.
*** KMail got signal 11 (Crashing)
KCrash: Application 'kmail' crashing...
Comment 4 Björn Ruberg 2010-01-17 00:20:20 UTC
Can this be the cause of bug #161633
Comment 5 Myriam Schweingruber 2012-08-19 10:56:52 UTC
Thank you for your report. Kmail1 is currently unmaintained and the code has changed sufficiently in Kmail2 so the backtraces are not really useful anymore. Should you experience the same crash in Kmail 4.8.5 or later, please open a new report for Kmail2. Thank you for your understanding