| Summary: | kmail crash on IMAP | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | Alexander Patrakov <patrakov> |
| Component: | IMAP | Assignee: | Carsten Burghardt <burghardt> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | andrew, filip |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alexander Patrakov
2004-11-05 12:56:53 UTC
Forgot to say that I have downloading attachments on demand enabled, and that's against Courier IMAP server I'm sure Carsten will have fun with this one. :) CVS commit by burghard: Refactor the attachment handling into it's own command. Therefore we do not rely much on the readerwin member vars which caused problems with parallel downloads. This should hopefully fix the remaining load-on-demand problems. It definitely fixes #92739. I only noticed that the OpenWith action takes ages but this is probably not a result of the change. BUG: 92739 M +187 -0 kmcommands.cpp 1.193 M +75 -0 kmcommands.h 1.60 M +50 -164 kmreaderwin.cpp 1.798 M +2 -9 kmreaderwin.h 1.204 M +14 -2 partNode.cpp 1.50 M +2 -0 partNode.h 1.37 *** Bug 98301 has been marked as a duplicate of this bug. *** *** Bug 164219 has been marked as a duplicate of this bug. *** |