186 Commits (f825300ad2e52ea3ff7e36e8bd319b8a52734aa4)

Author SHA1 Message Date
Till Adam 98c1f2f17c CVS_SILENT whitespace 21 years ago
Till Adam 58d4d1bb61 Dimap sync speedup fix. 21 years ago
Mario Teijeiro Otero f3c61d8cf2 * Improve performace on checking mail on a folder of dimap account, specialy when 21 years ago
David Faure 1c756d8256 Save 4 bytes per KMMsgBase. 22 years ago
David Faure de3a7c238a Save 4 bytes in KMMsgBase (32 -> 28) 22 years ago
David Faure 2003ac120c Fixed QGArray runtime warning in KMMsgBase::decodeRFC2047String(), due to concatenating a null cstring 22 years ago
David Faure 2d6ca1875b Fixed QGArray runtime warning in KMMsgBase::decodeRFC2047String(), due to concatenating a null cstring 22 years ago
David Faure c7d3a7ca93 Neither Don nor Till can think of a good reason for those lines, and they 22 years ago
David Faure c18486b02a 19% speedup when loading 10000 kolab kontacts (and a similar improvement 22 years ago
Till Adam 5d05e71329 Patch by Benjamin Azan <b.azan@free.fr> implementing the todo status 22 years ago
Laurent Montel 86ea517fbd Fix string length cache 22 years ago
Ingo Klcker d8152438f1 Backport: Correctly decode header field values that end in =?. Patch by Jakob Schroeter. 22 years ago
Ingo Klcker 134322075d Correctly decode header field values that end in =?. Patch by Jakob Schroeter. 22 years ago
David Faure 018a19a931 Move cleanSubject() into KMMsgBase to use it cleanly from kmcommands when saving a mail, 22 years ago
Till Adam 9b9e8d7eff Patch by Luís Pedro Coelho <luis@luispedro.org>: 22 years ago
David Faure b2cc9c5da8 CVS_SILENT less debug output 22 years ago
Martin Kbele 3efbb79fa8 added another filterrule (wishlist #33535): "has an attachment" and "has no attachment". 22 years ago
Carsten Burghardt 3b164a7add Add an attachment icon to the status icons. 22 years ago
Till Adam ddcf2c26f2 isFlag() -> isImportant(). Much clearer, I think. 22 years ago
Carsten Burghardt ccfd5ab1e0 Add the UID the msgSize on server to the index. 22 years ago
Ingo Klcker 2c715b30da Merge from osnabrueck_branch: all 22 years ago
Carsten Burghardt c3faf25932 Fix copying/moving of imap messages to different accounts. 23 years ago
Stephan Kulow 903de1fcd2 politically correct version from Simon 23 years ago
Stephan Kulow e827dff20b for the next one that tries to profile this code with -fno-builtin in the 23 years ago
Stephan Kulow 0e59725c7d Dirk complained that the last version was unnecessarly wasting time. So I did 23 years ago
Stephan Kulow e1c51cd86b commiting my speed up fix for swapEndian 23 years ago
Don Sanders c541fd514f Commit the code that uses the MessageProperty class. 23 years ago
Till Adam 78ad943d6d Typo. 23 years ago
Till Adam e65e21a145 Spam and Ham are toggleable yet mutually exclusive. 23 years ago
Till Adam 641b0cfef0 Add Ham message status to go with the Spam one I added last night. Makes 23 years ago
Till Adam 111db18a6f Add status flag for "spam" and make it settable, gettable, searchable and 23 years ago
Till Adam 18665c903e Unbreak sorting by Subject(Status) by actually taking the subject into 23 years ago
Dirk Mueller 1e0589f9f2 another helpful assert to find index corruptions. 23 years ago
Stephan Kulow cf74643afe ignoring is fine, but then we should maybe stop ignoring somewhen 23 years ago
Marc Mutz 33a5ca439a Fix Solaris compile errors reported and patched by Torsten Kasch <tk (at ) Genetik (dot) uni-bielefeld (dot) de> 23 years ago
Marc Mutz 1884c85406 Trying to track down where the tabs in subjects come from. This isn't it, but the code was wrong anyway. Extracted line unfolding into a method of it's own. 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Ingo Klcker 01d52a363f On some platforms char is unsigned. So use bit comparisons instead of arithmetic comparisons. And while I'm at it, beautify the code. 23 years ago
George Staikos dc34392224 As I said, this code is broken. I don't want to touch it because I don't 23 years ago
Till Adam ff471ceade Change semantics of KMMsgBase::base64EncodedMD5 such that: 23 years ago
Till Adam e721049098 Compare the old message status with the new status after modification, not 23 years ago
Marc Mutz 64bc73d3ba Make decodeRFC2047String() readable: 23 years ago
Marc Mutz 5aee83179b - get rid of {encode,decode}{Base64,QuotedPrintable} by using KMime::Codec 23 years ago
Marc Mutz 2e2b7313df replace COPY_HEADER_* and COPY_DATA preprocessor macros with proper copy_from_stream template; move some other #defines around 23 years ago
Marc Mutz 1e9d9b0669 o Replace KMMessagePart::encodeBase64() (which recently won the LinuxTag 23 years ago
Till Adam 28595dda45 Make arguments const. 23 years ago
David Faure 451c863711 kmmsgbase.cpp:400: warning: cannot declare member function `static const QCString KMMsgBase::statusToStr(unsigned int)' to have static linkage 23 years ago
Till Adam 6d94654bcb - Add watched and ignored status as targets for set status filter actions. 23 years ago
Till Adam 1b4169095a Mark new mails in ignored threads as read automagically. This avoids new 23 years ago
Till Adam bc407ae671 Fix setStatus filter actions by using statusToStr which for that purpose 23 years ago