Michael Haeckel
6fef5490e1
Don't leak file handles in the pipe through action.
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=97366
25 years ago
Michael Haeckel
5f9fc9e618
%n for execute command is now also replaces with the mail body for mails
...
without attachments.
%-1 is now replaced with a temp file that holds the whole message source.
svn path=/trunk/kdenetwork/kmail/; revision=96798
25 years ago
Michael Haeckel
75dfec2458
Bounce filter action by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
...
svn path=/trunk/kdenetwork/kmail/; revision=96041
25 years ago
Michael Haeckel
aa6f266407
Reimplement filter app.
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=95487
25 years ago
Michael Haeckel
c248041620
Monster patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
...
Rewritten filter dialog and some improvements for filtering.
svn path=/trunk/kdenetwork/kmail/; revision=94962
25 years ago
Stephan Kulow
044f34e4c3
don't leak filters
...
svn path=/trunk/kdenetwork/kmail/; revision=94505
25 years ago
Stephan Kulow
fec2831df5
removing "const QString" in return values and parameters. It only confuses compilers,
...
using const QString& in parameters and QString in return values
svn path=/trunk/kdenetwork/kmail/; revision=92546
25 years ago
Michael Haeckel
76ce4c1133
The execute filter rule can again pass also binary attachments to a script.
...
svn path=/trunk/kdenetwork/kmail/; revision=87741
25 years ago
Daniel Naber
89ecb6cff4
better use of KTempFile()
...
svn path=/trunk/kdenetwork/kmail/; revision=76617
26 years ago
Don Sanders
bb065aa20d
GUI GUI GUI GUI Change.
...
I recently subscribed to some new mailing lists. The mailing list
admin doesn't set a reply-to field to ensure that mails are sent to the
list (yes I heard the arguments for not doing so but none of those
arguments actually make sense).
So now there is a new filter rule "set Reply-to" that allows KMail users
to override the decision of the list admin and set there own reply-to
header field.
svn path=/trunk/kdenetwork/kmail/; revision=69728
26 years ago
Michael Haeckel
6bc0449271
Execute rule now supports message parts a arguments.
...
svn path=/trunk/kdenetwork/kmail/; revision=68786
26 years ago
Don Sanders
af7b051c81
Large patch from Denis Perchine and Jacek Stolarczyk to add
...
non-iso8859-1 support to KMail. This has a GUI change a "Set encoding..."
menu item has been added to the "Options" menu of the composer. This patch
fixes many bugs that non-iso8859-1 users consider critical. I've been
testing if for a few days now, it seems not to adversely affect iso-8859-1
only users, but it's pretty big and needs more testing.
Also a small patch from me to fix some int methods returning bools in
kmfilteraction.cpp (notice by Rik Hemsley, thanks Rik).
Update version number to 1.1.95.3
svn path=/trunk/kdenetwork/kmail/; revision=66711
26 years ago
Michael Haeckel
ca95422039
Translate the system folder names in the search dialog and in the filter dialog.
...
svn path=/trunk/kdenetwork/kmail/; revision=66041
26 years ago
Hans Petter Bieker
0007cd8b56
Cleaner compilation.
...
svn path=/trunk/kdenetwork/kmail/; revision=59916
26 years ago
Don Sanders
7e2174306a
Changed name of default identity from "unknown" to "Default".
...
I also i18n'd the code, and tried to handle the case where the user
changes language preferences (so don't save any i18n strings into the
config file). Actually for this last case I slacked off a bit when it
got to kmcomposewin but with any luck the user won't be affected.
svn path=/trunk/kdenetwork/kmail/; revision=59742
26 years ago
Daniel Naber
9637e47637
removing "skip rest", it's redundant. ignore the warning you'll
...
get when you start kmail the next time.
svn path=/trunk/kdenetwork/kmail/; revision=59613
26 years ago
Don Sanders
7e0d7eddf8
Reverted unnecessary QGuardedPtr patch
...
svn path=/trunk/kdenetwork/kmail/; revision=59519
26 years ago
Don Sanders
8d96c2baf8
Support using filter rules to set the smtp server to use when replying
...
to a message, and also the user to select a smtp server to use when
replying to a message while editing that message in the composer.
svn path=/trunk/kdenetwork/kmail/; revision=56980
26 years ago
Don Sanders
333877ace6
patch from matt@nightrealms.com to work around some QGuardedPtr gcc 2.95.2
...
weirdness.
svn path=/trunk/kdenetwork/kmail/; revision=56315
26 years ago
Don Sanders
dc8666eeee
Ported createFolderList over to returning a QValueList< QGuardedPtr< KMFolder > >* instead of
...
a QList< KMFolder >*, should improve event safety (eg maybe KMail won't crash if you delete the folder currenty being searched, assuming it could before).
svn path=/trunk/kdenetwork/kmail/; revision=55182
26 years ago
Don Sanders
3b274ffc47
Fix a problem with folders being deleted while the filter dialog is
...
referencing them.
svn path=/trunk/kdenetwork/kmail/; revision=54762
26 years ago
George Staikos
fcaa7556fc
final patchlet for external filters.
...
svn path=/trunk/kdenetwork/kmail/; revision=49860
26 years ago
George Staikos
8bd7264657
fixed some bugs in the program filter.
...
svn path=/trunk/kdenetwork/kmail/; revision=49859
26 years ago
George Staikos
0382eb9f66
Updated Stefan's code to use KTempFile instead. Much more secure and
...
works better on machines with multiple users.
svn path=/trunk/kdenetwork/kmail/; revision=49856
26 years ago
George Staikos
ddb5bbbb99
Stefan's filter patch to pipe messages to programs.
...
svn path=/trunk/kdenetwork/kmail/; revision=49854
26 years ago
Don Sanders
c405f9e424
Improve backwards compatibility. (skip message was causing other rules to be ignored and forcing mails to end up in the inbox).
...
Have to be very careful changing this stuff, so easy to make a mistake.
svn path=/trunk/kdenetwork/kmail/; revision=48406
26 years ago
Don Sanders
05f55c49c3
Bit more work on multiple identities
...
svn path=/trunk/kdenetwork/kmail/; revision=47334
26 years ago
Don Sanders
c6f9af351f
Bit more work on multiple identities/personas
...
svn path=/trunk/kdenetwork/kmail/; revision=47331
26 years ago
Bernhard Rosenkraenzer
02690eed6d
Fix build with gcc 2.9*
...
svn path=/trunk/kdenetwork/kmail/; revision=45602
26 years ago
Don Sanders
9d9b4e8388
With some hesitation I commit a patch that:
...
Allows only one transfer filter action to be applied per message.
This has the unfortunate side effect of:
Appearing to reverse the order in which filters are applied
But at least filters at the top of the list have highest priority now.
svn path=/trunk/kdenetwork/kmail/; revision=44843
26 years ago
Sven Radej
fd968c341e
sven: Removed old signal-driven IPC and introduced DCOP interface. New
...
class KMKernel holds all previously static objects.
svn path=/trunk/kdenetwork/kmail/; revision=44623
26 years ago
Don Sanders
184a616140
Minor updates. (Suppress warnings)
...
svn path=/trunk/kdenetwork/kmail/; revision=33207
27 years ago
Don Sanders
b3075eceb3
The Merge. QT 2.1 (cvs) now required.
...
svn path=/trunk/kdenetwork/kmail/; revision=33018
27 years ago
Don Sanders
feaabb0210
Synchronized with KMail 1.0.24 in 1.1 branch. Approximately 14 weeks of updates have been merged.
...
svn path=/trunk/kdenetwork/kmail/; revision=23044
27 years ago
Stephan Kulow
a319ad6c44
CVS_SILENT compilation fixes
...
svn path=/trunk/kdenetwork/kmail/; revision=19985
27 years ago
Stephan Kulow
1afae79487
CVS_SILENT ported to Qt 2.0
...
svn path=/trunk/kdeutils/knotes/; revision=17396
27 years ago
Stefan Taferner
dc07f317df
* kmfilteraction.cpp (process): Removed patch for kmfilter
...
action "Move" of 1998-06-14.
Fixed bug in kmfilteraction "Move" action.
* Fonts: reader- and composer-window now change
their font when the settings are changed.
* Shutdown: improved handling of window-close and
KMail shutdown- and crash-handling.
svn path=/trunk/kdenetwork/kmail/; revision=8280
28 years ago
Markus Wuebben
4ccce67b14
//$markus: -Applied patch for filtering
...
svn path=/trunk/kdenetwork/kmail/; revision=8230
28 years ago
Stefan Taferner
ca05f0391e
* Filters: Bugfix: when deleting a folder that was the target
...
of a filter the next get-mails crashed.
* Filter Dialog: Deleting filter rules did not work. Fixed.
svn path=/trunk/kdenetwork/kmail/; revision=7508
28 years ago
Stefan Taferner
8f6dd7dee4
Fixed problem with sending multiple addresses, esp. those that contain
...
" or comma in a quoted string.
svn path=/trunk/kdenetwork/kmail/; revision=5265
29 years ago
Stefan Taferner
3015f41a72
* dead.letter is now written when kmail crashes
...
* some bugs fixed
svn path=/trunk/kdenetwork/kmail/; revision=5108
29 years ago
Stefan Taferner
eba875be4e
Working hard on the mail filter dialog. Still not done.
...
Fixed some small bugs.
Good night for today :-)
svn path=/trunk/kdenetwork/kmail/; revision=2680
29 years ago
Kalle Dalheimer
fcb71731dd
Compiles even on gcc 2.7.2.1 now...
...
svn path=/trunk/kdenetwork/kmail/; revision=2338
29 years ago
Stefan Taferner
2bf8c1600a
New version of KMail with nearly re-written message and folder classes B-)
...
Still somewhat unstable, but attachments start to work \!
svn path=/trunk/kdenetwork/kmail/; revision=2334
29 years ago
Stefan Taferner
a4da64754d
Switched nearly every character pointer in KMMessage and KMMsgPart to
...
QString. This should improve performance and usability.
svn path=/trunk/kdenetwork/kmail/; revision=2217
29 years ago
Stefan Taferner
59a5dd3621
Implemented basis for mail filters.
...
I think I also found the bug in the sender code :-)))
So sending (via sendmail) should work (again).
svn path=/trunk/kdenetwork/kmail/; revision=2152
29 years ago
Stefan Taferner
e040f05ccc
Fixed various things and added latest changes of Markus.
...
svn path=/trunk/kdenetwork/kmail/; revision=2050
29 years ago