132 Commits (89f2aface68a5d818de7b69989cf591d8fbf079c)

Author SHA1 Message Date
Frank Osterfeld 9848f42cd9 merge from enterprise 19 years ago
Andreas Hartmetz 9a2c2bdc7c cross-port named open()/close() on folders from the 3.5 branch. this is a merge from 3.5 revision 647499 with many extra changes to get kmail to compile again. 19 years ago
Andreas Hartmetz 8e56643c4f Lots of fixes to folder refcounting all over the place. There might be even more problems elsewhere, but this fixes Intevation issue #1868. 19 years ago
Till Adam 39c4fb36b4 Avoid crashes due to KMMsgInfo pointers being replaced by KMMessage pointers by 19 years ago
Pradeepto Bhattacharya 089e7cc778 Compile++ ( hopefully ... ) 19 years ago
Pradeepto Bhattacharya c44b5eb990 Forward ports from pim+ and enterprise... 19 years ago
Till Adam 27a49cca1f Implement a size column in the shared folder tree class and in 19 years ago
Pradeepto Bhattacharya 18d7903eb5 Merge ... 19 years ago
Till Adam 78a4ad5503 Apply ported version of the mail loss debugging and explicit deletions patch, 19 years ago
Allen Winter 84864fc2a4 Fix kmail crash when creating index 19 years ago
Allen Winter 16e53873f8 merge SVN commit 647870 by coolo: 19 years ago
David Faure 792c675bed Revert Till's commit r603692 in mimelib/entity.cpp, and add unit tests to show what it broke (Parse+Assemble on a mail with a part without headers loses a newline, so the signature is broken when copying a mail - aegypten issue734). 19 years ago
Stephan Kulow 79668a0aa2 backport the named open and close to reduce branch differences 19 years ago
Stephan Kulow 5f5ef60d54 backporting some more my changes to kmail_debug - hopefully 19 years ago
David Faure 7ae1d305a6 Reduce some more the memory consumption when sending 19 years ago
David Faure 8eba287ab3 Reduce some more the memory consumption when sending 19 years ago
Frank Osterfeld 35ca16d891 sync with 3.5/kdepim 19 years ago
Leo Savernik d6b8da762d CVS_SILENT gcc-2.95 fixes. Never had so few, KDE 3.5 development seems to become stabilised. 19 years ago
Allen Winter f7475b80e3 merge SVN commit 603142 by dmiceman: 20 years ago
David Faure 8270ad07db Cleaning up the proko2 branch mess (that I originally created); this will require a few commits and a temporary branch. 20 years ago
Reinhold Kainhofer 50d4efd7d4 The FSF moved to a different address, so update the license headers all through kdepim to include the new address (see also the FSF's home page for the new address): 21 years ago
Andr Wbbeking 88881de61a make it compile 21 years ago
Till Adam e002a6a15a Add a KMail::Util namespace in new files util.h and util.cpp and move 21 years ago
Till Adam 1414521c12 Make the folder call ::create() on the storage once it has instantiated 21 years ago
Till Adam 451fe27a3e o Further disentangle serial number cache handling, message dict 21 years ago
Till Adam dde0e721a4 o rename the methods dealing with the folder ids file to 21 years ago
Till Adam 9a84c74e76 KMMsgDict rafactoring/clarification and related fixes, as discussed 21 years ago
Carsten Burghardt b68f627acb Remove unused code. 21 years ago
Carsten Burghardt 5cc679260a Backport of: 21 years ago
Carsten Burghardt df660a6456 Fix attachment issues. 21 years ago
Allen Winter fcd976c3a5 Updated license header and copyright for Stefan Taferner. 21 years ago
David Faure c18486b02a 19% speedup when loading 10000 kolab kontacts (and a similar improvement 22 years ago
David Faure 4a7bd77a42 Swap two lines and gain some performance when parsing big folders. Approved by Don. 22 years ago
Till Adam 3cb30b64fb Move KMBroadcastStatus to KPIM::BroadcastStatus so it can be used by 22 years ago
David Faure 7811f2832d Understood the meaning of the old isReadOnly() after a night's sleep: 22 years ago
Ingo Klcker 029c007942 Factor the creation of an mbox-style message separator line into a method. This fixes the bug that in KMComposeWin the value of fromEmail() wasn't checked for being empty and it fixes the bug that dateShortStr() was never checked for being empty (both bugs lead to invalid message separators which is really bad because KMail itself doesn't accept those invalid message separators when it scans an mbox file) 22 years ago
Ingo Klcker dc994b354c Fix bug 83235 (Kmail crashes on startup). Don't call updateIndexStreamPtr() if the index file could not be opened. 22 years ago
David Faure 152f8d472c GUI improvements for the compaction feature: 22 years ago
David Faure c44c484bb5 Similarly to expiring old mails in the background, this implements compacting 22 years ago
David Faure d0bc54df5c Reworked the "mail expiry" feature to work as a background task (timer-driven) 22 years ago
Stephan Kulow 648c7aa482 make sure forked children don't inherit kmail's file descriptors 22 years ago
Bo Thorsen ea6a943ec4 Move the idString method from FolderStorage to KMFolder. And fix some FolderStorage derived constructors 22 years ago
Till Adam 9414d3f889 Respect mQuiet when an imap folder sets it also in the underlying mbox. 22 years ago
Till Adam 87969579cd Remove debug which slows down index rebuilding something awfull. Carsten, you don't need it anymore, right? 22 years ago
Andrew Coles af11dae280 Corrected typographical errors. 22 years ago
Laurent Montel dfccf5ce0c Fix kddebug 22 years ago
Till Adam f3e08a1040 Be more verbose when a folder has to be opened which should really have 22 years ago
Carsten Burghardt ccfd5ab1e0 Add the UID the msgSize on server to the index. 22 years ago
Ingo Klcker f5de626086 A super-optimierungs-pedant-patch by Oswald Buddenhagen. (Using memcmp is safe because line is char[MAX_LINE] with MAX_LINE > MSG_SEPERATOR_START_LEN.) 22 years ago
Ingo Klcker 6f1d57a780 Fix bug 73602 (Message body lines starting with "From " are incorrectly parsed as message seperator in mbox folders) 22 years ago