143 Commits (a673d667001cb37df80ccb2cabacf8f0e2d00251)

Author SHA1 Message Date
Laurent Montel f39395e513 First cleanup and move config into own files 20 years ago
Frank Osterfeld ecef6689b4 deprecated-- 20 years ago
Allen Winter 37d8bef5e4 fix spelling errors. 20 years ago
Reinhold Kainhofer 8ec18f947d deprecated QRegExp methods 20 years ago
Reinhold Kainhofer 72d34ac78b deprecated OQbject methods: constructor with name, name=>objectName, isA, etc. I don't know how to port queryList and child.. 20 years ago
Reinhold Kainhofer b46c2a091d QList::find(..)==QList::end() => QList::contains() 20 years ago
Frank Osterfeld 1bc672fede s/findRev/lastIndexOf 20 years ago
Chusslove Illich 3a5fca8d00 Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls). 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Andreas Gungl 4ff92dd82b forget readEntry(...).toBool() 20 years ago
Andreas Gungl da592428a9 Q3PtrList-- 20 years ago
Andreas Gungl db8f1ad5ad porting for KConfig changes 21 years ago
Laurent Montel 6dcd36033a Q3CString-- 21 years ago
Volker Krause 8ddc8b3be9 Compile with new kdelibs snapshot. 21 years ago
Laurent Montel be79c0b60b qt3support-- 21 years ago
Laurent Montel eb077e0b11 qt3support-- 21 years ago
Andreas Gungl 575ebaa9ac - ading some more methods to MessageStatus which are usefull in the port 21 years ago
Ingo Klcker 81a7e3ba13 Partial port to current kdelibs4_snapshot. Time to hit the bed. 21 years ago
Till Adam d4fb85a932 KMail compiles and links. Let's see if it starts up ... ;) 21 years ago
Volker Krause 05ed13c77c More porting, about 10 files still don't build. 21 years ago
Laurent Montel 57f2203adc Some port 21 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