425 Commits (eb94e8f283c3bfabce0dca6ca21d7aa0cfae98dd)

Author SHA1 Message Date
Ingo Klcker 4d448db47f Change 23 years ago
Carsten Burghardt d3b1488c66 As nobody objected I commit the already posted patch to first show the attachment menu before loading the part. 23 years ago
Ingo Klcker 6cbc36e164 Don't add the From address to the list of recipients if the user's replying-all to a normal (non-mailing-list) message and there's a Reply-to address. 23 years ago
Ingo Klcker 4d1e95c2e5 Strip all my addresses from the list of recipients when replying to all 23 years ago
Ingo Klcker 903177348f Really get rid of the mailing list post address in case of a simple reply to a mailing list message. 23 years ago
Ingo Klcker 0e5add5d8d Don't add the From address to Cc if it's already in To (because it was in the Reply-to header) 23 years ago
Till Adam c9e7760b56 Comment out some excessive debugging output. 23 years ago
Ingo Klcker 5ed58e3a67 Use the address in the From header as recipient for a reply-to-list in case every other header didn't contain a useful address. 23 years ago
Ingo Klcker e68f1c7d61 Improve reply behavior for mailing list messages: 23 years ago
Carsten Burghardt 7e5feea6f5 - display attachment-contextmenu (right-click) in readerwin before loading the part so that you immediately get feedback 23 years ago
Ingo Klcker da6baa3a50 - Reimplement KMMessage::stripEmailAddr. It works much better than the previous implementation because it does handle quoted strings correctly. Unfortunately we need this for QCString and QString. Therefore I had to duplicate the method. Once KMime is established we can at least get rid of the QCString version. 23 years ago
Ingo Klcker c6f730a460 Unbreak sending. Sorry, about that. 23 years ago
Ingo Klcker 9491093aae Split KabcBridge::expandDistributionLists into KMMessage::expandAliases (main function), KabcBridge::expandDistributionList (helper function to do exactly what the name suggests) and KMMessage::guessEmailAddressFromLoginName (helper function to guess the email address if everything else fails). Additionally there's now KabcBridge::expandNickName which expands KAddressBook nicks into the corresponding (main) email address. 23 years ago
Carsten Burghardt 803b2aecf6 - Fix bug 62943 23 years ago
Stephan Kulow b564a6458a as I saw it: don't assign to "", but create a 0 string 23 years ago
Don Sanders 030b1161f0 Get rid of a kdDebug that's causing a crash when replying to a message. 23 years ago
Till Adam 34990d94e3 Rely on KMMsgBase::base64EncodedMD5 to strip off whitespace. 23 years ago
Till Adam 1834734378 Unbreak subject threading some more by making sure that the md5 hash is 23 years ago
Till Adam 81ac42c7c6 Fix subject threading that was recently misteryously broken. 23 years ago
Carsten Burghardt bbdcd95335 Load imap attachments on demand and load the messages itself progressively. Cool ;-) 23 years ago
Marc Mutz 0cbde4283e minor code beautifications; missing include 23 years ago
Marc Mutz 1e9d9b0669 o Replace KMMessagePart::encodeBase64() (which recently won the LinuxTag 23 years ago
Marc Mutz e317c1d293 QCString::end() points past the trailing NUL. Get a real end by using begin()+ length() instead. 23 years ago
Marc Mutz d257135064 (as posted on kmail@kde.org) 23 years ago
Till Adam bc407ae671 Fix setStatus filter actions by using statusToStr which for that purpose 23 years ago
Till Adam ae304a4eda These changes do two things: 23 years ago
Helge Deller af2967c020 roaming user fixes & some small cleanups 23 years ago
Ingo Klcker 48b36b523c Don't add detached signature as attachment when forwarding a PGP/MIME signed message inline 23 years ago
George Staikos 0c29257c99 another round of bugfixes courtesy of valgrind. They're all uninit variables, 23 years ago
Ingo Klcker 6b1bbc9bc6 Fix TODO: Move view message source from KMMessage to KMShowMsgSrcCommand. 23 years ago
Ingo Klcker 8fa0d1768b - Fix bug 59195: Selecting 'Reply-All' in KMAIL results in a new message with no recipients. 23 years ago
Ingo Klcker 7bb339dbae Always interpret the source code of a message as latin1. After all we want to see the source. Furthermore interpreting the whole message according to the main charset doesn't work for multi-charset messages. 23 years ago
Ingo Klcker 63ddb67e95 Don't add the sender's address to the list of recipients even if it's listed in the Mail-Followup-To header. 23 years ago
Zack Rusin ce6e3a2f1a Switch KMTextBrowser to KMail::MailSourceViewer and KMUndoStack to 23 years ago
Zack Rusin 3c79dfd18d Switching to the moved files :) Thanks David! 23 years ago
Marc Mutz 8d8a81f12a If you want to fix a bug, refactor first :-) 23 years ago
Zack Rusin db7b5a0775 To Danimo: implemented the MailTransportServiceIface in KMail. 23 years ago
Cornelius Schumacher 217440cc8c Compile fix. 23 years ago
Zack Rusin 724b8e6b05 Cleaning up headers. Trying to make the "config.h" -> kmail headers -> 23 years ago
Stephan Kulow caf616bbeb moving kconfig.h and kcmdlineargs.h in the files that need it (kmkernel.h 23 years ago
Marc Mutz dafd03e5ac Using KMime header parsing for address extraction: 23 years ago
Zack Rusin b128a466e2 Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation. 23 years ago
Ingo Klcker eb814ef23b Add CC to reply phrases. Patch by Joe Grover <jgrover@micron.com> 23 years ago
Marc Mutz 78093d8041 respect Mail-Followup-To when replying to list 23 years ago
Ingo Klcker 38b273748a - Fix bug 53665: Error when reply to a HTML message 23 years ago
Laurent Montel 6019f52737 Fix includes 23 years ago
Ingo Klcker 1764b25f60 whitespace fixes 23 years ago
Don Sanders 562fd2c507 Improved threading, including subject based threading thanks to Till Adam. 23 years ago
Scott Wheeler 8ee47b7ad9 Reverting Antonio's commit. This isn't a Q[C]String. 23 years ago
Antonio Larrosa Jimenez 9a7ebcb078 Replaced comparisons to "" by using isEmpty() 23 years ago