522 Commits (5fb5cfb2a9d80ebc277e5b2db00c2b5cbefbfdf3)

Author SHA1 Message Date
Matt Douhan 0ae02a28c5 Note to self, do not leave silly things in the code when 21 years ago
Till Adam 7b6975f112 Sideways port of: 21 years ago
Till Adam c2bc33530b Backport fix for inline forwarding. It seems safe. 21 years ago
Till Adam 054d122ce2 Clear out all original headers apart from the content description ones 21 years ago
George Staikos b48de7dfe9 Try to make this closer to English. Not sure it's good enough yet. Better 21 years ago
Matt Douhan 65a6147b9f Parse and validate the email addresses in the to, cc and bcc fields 21 years ago
Till Adam 6d9e47928d Make sure to remove the "Sender" header when inline forwarding. 21 years ago
Ingo Klcker 57bcf3b563 Make sure IDNs are decoded in the fooStrip() methods 21 years ago
Till Adam 7aaf967dd3 Make sending mail to IDN domains work. 21 years ago
Till Adam bfd2925727 In order to fix the inline forwarding of opaque signed and encrypted mails 21 years ago
Ingo Klcker 0b0e8167f4 Don't flood kmail's debug output with this. 21 years ago
Ingo Klcker db10e041a1 Use locale-independent comparison and conversion of ASCII strings. 21 years ago
Matthias Kretz 34f6533dde no dangling mMsg pointers, please 21 years ago
Carsten Burghardt ad8b81a05f It is indeed nicer to check for the ContentType 21 years ago
Carsten Burghardt 5a85fac9da Do not display a pgp signature as attachment. 21 years ago
Carsten Burghardt 5755b07da8 Also check the name attribute of the content-type for the attachment icon. 21 years ago
Ingo Klcker ff1ff956d8 - Move normalizedAddress, decodeIDN, encodeIDN, normalizeAddressesAndDecodeIDNs and normalizeAddressesAndEncodeIDNs from KMMessage to libemailfunctions. 22 years ago
Till Adam 7939f5a15c Make it possible to specify a fallback encoding in the config dialog under 22 years ago
Ingo Klcker 1f0704e61c Remove obsolete bouncing code. 22 years ago
Carsten Burghardt 7254812fbe Fix multipart digest messages with imap and lod. 22 years ago
Carsten Burghardt f0fc82333b Add the feature to move folders to any other location. Non local folders 22 years ago
Till Adam 6c28ad693f Re-commit the fix for editing opaque signed or encrypted messages 22 years ago
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