128 Commits (36063530cf136a39e051e31eb9c3a242063b2604)

Author SHA1 Message Date
Till Adam 1e52bf2684 Remove the "bounce" feature. It doesn't make sense and should not be 22 years ago
Andreas Gungl c47d761ec0 Finally handle the redirection of messages correctly 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
Andreas Gungl cb7daf5c7f fix Bug 51283 - redirecting email using filters 22 years ago
Stephan Binner bf2271f770 CVS_SILENT i18n style guide fixes 22 years ago
David Faure a0fb0131a8 perl -pi -e 's,libkdepim/identity,libkpimidentities/identity,' * 22 years ago
Ingo Klcker ef64376646 cvsrevertlast - If the users wants a non-blocking 'execute command' filter action then he can simply append a '&'. 22 years ago
Ingo Klcker 8857f407ac Fix blocking of 'execute command' filter action by starting the process in 'fire and forget' mode. 22 years ago
Ingo Klcker 4e7a15c031 Make use of the new KPIM::CollectingProcess instead of abusing the kernel to collect the output. 22 years ago
Andreas Gungl cce18a0b41 avoid unlimited loop in "forward to" filter action 22 years ago
David Faure 8408c27d66 KMIdentity -> KPIM::Identity, fixed lots of #includes to say <libkdepim/foo.h> 22 years ago
Andreas Gungl d973590fb2 improve the handling of situations when a folder is removed 22 years ago
Andreas Gungl 74021036b2 avoid accumulation of output from different processes 22 years ago
Till Adam e923fae0b2 When an imap message is filtered through spamc and classified as spam, a 22 years ago
Marc Mutz 55decaed1a Fix unsafe KTempFile usage (closing the KTF and keeping only the name to use later makes us vulnerable to inserting a symlink in the meantime. Not _that_ dangerous, but hey. 23 years ago
Don Sanders c541fd514f Commit the code that uses the MessageProperty class. 23 years ago
Bo Thorsen 85baea1056 This fixes using dIMAP folders as filter targets. Looks like I forgot this place when I added the new dIMAP foldermgr - now I wonder if there are other places 23 years ago
Till Adam 641b0cfef0 Add Ham message status to go with the Spam one I added last night. Makes 23 years ago
Till Adam 111db18a6f Add status flag for "spam" and make it settable, gettable, searchable and 23 years ago
Marc Mutz 562308fd7f GUI: s/move to folder/file into folder/g; (cf. #56496 for why) 23 years ago
Marc Mutz 030dcd8fc6 consistently queue all filter-generated messages (previously, some were queued and some were not), cf. #61670 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Marc Mutz 0cbde4283e minor code beautifications; missing include 23 years ago
Till Adam 6d94654bcb - Add watched and ignored status as targets for set status filter actions. 23 years ago
Ingo Klcker cc44b4e2ba Much better. Thanks Malte. 23 years ago
Ingo Klcker 525568561c There are only 7 stati. 23 years ago
Till Adam bc407ae671 Fix setStatus filter actions by using statusToStr which for that purpose 23 years ago
Simon Hausmann a000dc6363 - QRegExp -> KRegExp3 23 years ago
Simon Hausmann b92c858a02 - KRegExp3 -> QRegExp 23 years ago
Dirk Mueller 4e03bcdbde speling fixes. some also modfiy API functions, but those are not in installed 23 years ago
Marc Mutz 8d8a81f12a If you want to fix a bug, refactor first :-) 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
Marc Mutz 6363f6c43d move custom sound widget to where it belongs + some minor code cleanups in kmfawidgets.cpp 23 years ago
Laurent Montel e7e107505a Now "execute command" filter action used a kurlrequester widget 23 years ago
Laurent Montel cf9195a3e3 disable sound test button when url is empty 23 years ago
Ingo Klcker 875ee1d3af Include moc file a end of cpp file and change 'execute sound' to 'play a sound' 23 years ago
Laurent Montel a482903428 Commit my new filter action. 23 years ago
Daniel Molkentin 3111ae92b4 getting rid of some unneeded QRegExps 23 years ago
Carsten Pfeiffer 2162e98ee8 s/qlineedit/klineedit/ 23 years ago
Ingo Klcker fd8cd42583 Remove all KDE_VERSION <= 306 hacks 24 years ago
Marc Mutz a1098f8cb2 replace %{foo} with content of header foo in pipe through and exec command actions 24 years ago
Don Sanders 2e95afc197 Begin integrating the kroupware branch 24 years ago
Ingo Klcker 84f4965f64 Revert HEAD to KDE_3_1_BRANCH. Of course I didn't remove any files that where added to HEAD. 24 years ago
Dirk Mueller 4690729da7 proper shell handling 24 years ago
Marc Mutz c95155782d from kroupware_branch: RFC-compliant MDN support 24 years ago
Marc Mutz 4303663188 Make it possible to use 7bit as CTE also for the main body part. Patch by Tsunehisa Kazawa <kazawa@ca2.so-net.ne.jp> 24 years ago
Marc Mutz 7ffce868fa identityRenamed() is no longer used or needed 24 years ago
Simon Hausmann e5e84ad687 +#include <kdeversion.h> 24 years ago
Ingo Klcker 07f0eeec88 Make KMail compile again with KDE_3_0_BRANCH 24 years ago
Gioele Barabucci 79936a45ec KShellProcess -> KProcess + setUseShell(true) 24 years ago