501 Commits (be1b1406dbb1e64538ef45fec4ccfaa52f1683cf)

Author SHA1 Message Date
Don Sanders ae581356ac Revert the changes made to protect the integrity of serial numbers for 22 years ago
David Faure 5632d7be9f Use kasciistricmp when comparing keywords, to fix problems with some locales 22 years ago
Don Sanders 26066dd7ee Ensure serial numbes are correctly assigned for messages that are moved 22 years ago
Till Adam ee30ba875e Reallign with reality. 22 years ago
David Faure c18486b02a 19% speedup when loading 10000 kolab kontacts (and a similar improvement 22 years ago
Till Adam 8716e5d1b9 Patch by Sam Samy <earlgreykde@netspace.net.au> which ports the composer 22 years ago
Ingo Klcker cdb2cb43e6 DwString also has an empty() method. So use it instead of comparing with an empty char*. Moreover return QString::null instead of "" and make the conversion from char* to QString explicite. 22 years ago
Marc Mutz fbac5a1872 From KDE_3_3_BRANCH: Don't show busy cursors when dialogs pop up. 22 years ago
Till Adam 88628e9949 Revert wrong attempt to override header derived identity settings with 22 years ago
Till Adam 02057de945 Factor applyIdentity() out of initHeaders() and use it to honor the folder 22 years ago
Laurent Montel 86ea517fbd Fix string length cache 22 years ago
Andreas Gungl c47d761ec0 Finally handle the redirection of messages correctly 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
Till Adam d02f35fe5c Forgotten copy ctor cleanup. 22 years ago
Till Adam cc3e841072 Forward port from proko2 of: 22 years ago
Till Adam b709925198 Extend the BodyPart interface so it can be queried for the default display 22 years ago
Bo Thorsen 263673374b Move the email functions to libemailfunctions as discussed (leaving kfileio.* in libkdepim) and update all includes and linking to this. And fix the event viewer dialog that spawned the whole thing 22 years ago
Ingo Klcker e59f6cbdbc Improve readability by returning immediately if aPart is null. 22 years ago
Karl-Heinz Zimmer c668740dff further improving the Bugfix (proko2 #28): Avoid the two temporary QCStrings. 22 years ago
Karl-Heinz Zimmer 6cf86808a7 improving the Bugfix (proko2 #28): Use static characters rather than a static object. 22 years ago
Karl-Heinz Zimmer 351f2bc16b Bugfix (proko2 #28) not show an attachment icon for S/MIME mails that are Multipart/Signed but have no other attachment than the one containing the signature. 22 years ago
Marc Mutz 5836acf820 From KDE_3_3_BRANCH: Fix MDNs in Kontact (Proko2 issue #45) 22 years ago
Carsten Burghardt 477c81b032 Seems something broke redrawing of the email so I have to live with a bit more flickering 22 years ago
Andreas Gungl cb7daf5c7f fix Bug 51283 - redirecting email using filters 22 years ago
Marc Mutz 7177119833 Fix Kolab issue #45, pt.1: 22 years ago
David Faure 018a19a931 Move cleanSubject() into KMMsgBase to use it cleanly from kmcommands when saving a mail, 22 years ago
David Faure d34ebb2c93 Less noise 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 488c9e2c10 Fix bug 82738 (KMail crash with forwarded mail). All DwString methods bail out if a zero char * is passed to them. 22 years ago
David Faure a0fb0131a8 perl -pi -e 's,libkdepim/identity,libkpimidentities/identity,' * 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
David Faure a30c07433f Less debug output. I wonder how many people knew that 22 years ago
Till Adam a1973689f2 Comment out some verbose debug output. Ingo'll re-enable as needed. 22 years ago
Ingo Klcker 6f7adf4c71 Support for IDNs in email addresses. 22 years ago
Andreas Gungl aaa64e62d7 avoid duplication of rfc822 attachments when forwarding messages inline 22 years ago
David Faure 8408c27d66 KMIdentity -> KPIM::Identity, fixed lots of #includes to say <libkdepim/foo.h> 22 years ago
David Faure b26341f7a8 Moved expandDistributionList to KAddrBookExternal (libkdenetwork) so that 22 years ago
Till Adam dc429a9156 Add per folder option to put replies to mails in a folder into that same 22 years ago
Ingo Klcker 5e295b363f - Fix HTML editting regression: Forwarding/Redirecting HTML messages didn't 22 years ago
Ingo Klcker ae6219f2b5 Get rid of KDE_IS_VERSION cruft. 22 years ago
Stephan Binner 41e916c72f CVS_SILENT i18n style guide fixes 22 years ago
Zack Rusin f85d94339b From the series: zack does magic and you, the common people, stand in awe. 22 years ago
Ingo Klcker cb43a3dc42 Add new methods headerFields() and rawHeaderFields() which return a list of the (raw) values of all header fields with the given name. Get rid of the hackish allHeaderFields() which isn't needed anymore. 22 years ago
Carsten Burghardt 3b164a7add Add an attachment icon to the status icons. 22 years ago
Carsten Burghardt ccfd5ab1e0 Add the UID the msgSize on server to the index. 22 years ago
Marc Mutz 3828f7a691 A bit more experimental stuff from aegypten_branch: Check whether the missing hasSubject() calls are the reason for the "spurious Subject headers" in body part headers. 22 years ago
Ingo Klcker ce500532ff Fix a few issues with reply: 22 years ago
Marc Mutz 227cf7ef71 from aegypten_branch: 22 years ago
Marc Mutz 04ea09f448 from aegypten_branch: 22 years ago
Ingo Klcker 8fee09bce6 fix compilation 22 years ago