147 Commits (f050e5628e825e6f8dc74dc66989de17c7a3b757)

Author SHA1 Message Date
David Faure 9dac031598 KMimeMagic -> KMimeType 19 years ago
Aaron J. Seigo 94403b8aed build? (winterz is pestering me so i'm committing before building ;) 19 years ago
Rafael Fernndez Lpez ef2aac215a Compiling issues solved. iconLoader() moved to KApplication 19 years ago
Aaron J. Seigo cc5f24ca0f adjust to api changes 19 years ago
Allen Winter f7475b80e3 merge SVN commit 603142 by dmiceman: 20 years ago
Jonathan Marten 8db2041dde Forward port 603223+603260 from branches/work/kdepim-3.5.5+: 20 years ago
Jonathan Marten 9274a82e05 Merge commits 603223+603260 from branches/work/kdepim-3.5.5+: 20 years ago
Allen Winter 4be643847f Remove libkmime which has been moved into kdepimlibs 20 years ago
Stephan Kulow 7001a04c9a replaced several URLs with Url and URI with Uri - the patch 20 years ago
Volker Krause f172341e15 Revert 562603 and adjust the DBus interface instead. 20 years ago
Laurent Montel 77fbd65555 Fix some error 20 years ago
Ingo Klcker 46ecd2c962 Forward port of SVN commit 544459 by kloecker: 20 years ago
Ingo Klcker 4f878bb2d8 Add a few fall throughs and one missing break. Reported by Christoph Bartoschek. 20 years ago
Allen Winter 063033d01e "a" -> 'a' 20 years ago
Volker Krause 48c5970c53 Ascii functions and the id mapper are now in kdelibs. 20 years ago
Reinhold Kainhofer 6396fad702 Additional 20 years ago
Allen Winter 37d8bef5e4 fix spelling errors. 20 years ago
Reinhold Kainhofer 08d62d1b27 deprecated QByteArray::duplicate and QByteArray(int) 20 years ago
Reinhold Kainhofer 33de056e1f QList::find(..)==QList::end() => QList::contains() 20 years ago
Volker Krause fa77a7fb58 Compile with new kdelibs snapshot. 20 years ago
Laurent Montel 659ee5067e Adapt to new kdelibs api 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Laurent Montel 60b450d35f QString::null-> QString() 21 years ago
Laurent Montel 3ef805634c Q3ValueList-- 21 years ago
Andreas Gungl 359d126c22 Qt3support-- 21 years ago
Laurent Montel eb077e0b11 qt3support-- 21 years ago
Till Adam d4fb85a932 KMail compiles and links. Let's see if it starts up ... ;) 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Laurent Montel 79ac728299 Launch my script on kdepim 21 years ago
David Faure 0c9148bf15 Fix nasty cached imap bug: changes made to the folders while syncing (renames, deletions, creations...) 21 years ago
Thomas Zander 753d8448fb CVSSILENT: More header cleanup 21 years ago
Thomas Zander e9bc21966a Remove unneeded include for kmkernel.h (37 files less to compile on every change!) 21 years ago
Ingo Klcker 3415ef5de3 More locale-independent ASCII string conversion fixes. 21 years ago
Till Adam c03bbaf71b Make sure the fallback encoding/charset is also used for individual 21 years ago
David Faure 3ffd5f3e1b Apply coolo's fix for my brown-paper-bag bug 22 years ago
Stephan Kulow 7ba37379c0 if you claim you're using binary then do so and don't call assert(false); 22 years ago
David Faure c94339b654 Fixed the famous "unknown codec 7bit requested" warning, which also gives a speedup 22 years ago
David Faure 2c9cd22f4f Fixed the famous "unknown codec 7bit requested" warning, which also gives a speedup 22 years ago
David Faure fbe321c087 Forward port speed fix 22 years ago
David Faure 7ff5ab893d Today's experiment: importing 10000 contacts into kaddressbook (easy with perl and CSV), 22 years ago
Ingo Klcker 78832d716e Backport of CVS commit by kloecker: 22 years ago
Ingo Klcker 1bd1d507d4 Fix PGP/MIME encrypting messages which are BCC'ed. The problem was that KMMessagePart contains a QByteArray which is explicitely shared. Therefore simply copying a KMMessagePart with the copy c'tor for getting a temporary copy isn't possible. Implementing and using a duplicate method fixes the problem. 22 years ago
Ingo Klcker 15f1163b8a Backport of CVS commit by kloecker: 22 years ago
Ingo Klcker b5c61a490d Properly clear the KMMsgPart before it's filled with the values of the DwBodyPart. This fixes bug 87198 (Sending (of new) a e-mail with kmail for kde-3.3 the name of the file attached, some times, it comes lost) which was caused by the fact that we reused the same KMMsgPart object in order to add all attachments to a forwarded message. 22 years ago
Ingo Klcker bb930b4cd1 Backport: Check the length before the crlf->lf conversion to avoid false alerts. 22 years ago
Ingo Klcker 620ca3b46c Check the length before the crlf->lf conversion to avoid false alerts. 22 years ago
Marc Mutz f43e1991fe Some debug output for finding places in KMail that add charset headers to non-text/*-body parts 22 years ago
Ingo Klcker 6137165ef1 convert CRLF -> LF in bodyDecoded also in case of 7bit or 8bit cte. 23 years ago
Marc Mutz 22ed4697f6 (re?)enable x-uuencode support for attachments (when properly MIME-tagged). I thought that was in 3.1 already? 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago