Stephan Kulow
8ca8afd932
making use of indentities indepent of mailing lists
...
svn path=/trunk/kdenetwork/kmail/; revision=97394
25 years ago
Michael Haeckel
84eeb6eb0e
Use KConfigGroupSaver everywhere.
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=97385
25 years ago
Michael Haeckel
1fd3cdb237
Add some icons for actions.
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=97375
25 years ago
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
84b4fb0ed5
Tooltips for in the filter dialog.
...
Patch by Adriaan de Groot <adridg@sci.kun.nl>
svn path=/trunk/kdenetwork/kmail/; revision=97365
25 years ago
Michael Haeckel
1b9d1e8781
Place the curser in the message text and handle the identity correctely, when
...
replying to a sigle address in the mail.
Patch by Ingo Klöcker <ingo.kloecker@epost.de>
svn path=/trunk/kdenetwork/kmail/; revision=97362
25 years ago
Stephan Kulow
1dfa89d00a
reworked the folder properties dialog and name it "Properties of folder" instead of "Modify folder" as nothing in there changes the folder
...
svn path=/trunk/kdenetwork/kmail/; revision=97167
25 years ago
Stephan Kulow
85dbe6cb76
space key: look faster in doing the slow operation a bit delayed
...
svn path=/trunk/kdenetwork/kmail/; revision=97052
25 years ago
Stephan Kulow
04ce930bab
use the kmail mode added by Dirk and make it configurable
...
svn path=/trunk/kdenetwork/kmail/; revision=97044
25 years ago
Waldo Bastian
8202430fe2
Fix crash when a filter attempts to forward a mail.
...
- if (id.isEmpty() && parent()->isMailingList())
+ if (id.isEmpty() && parent() && parent()->isMailingList())
svn path=/trunk/kdenetwork/kmail/; revision=96942
25 years ago
Michael Haeckel
a1378836e8
It is now possible to place incoming mail directely into subfolder (even without
...
filter rules).
svn path=/trunk/kdenetwork/kmail/; revision=96875
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
Don Sanders
2acb277a46
In ~KMSender don't delete the labelDialog. ~QApplication will delete it
...
anyway (and KMSender is a singleton). Prevents a crash.
svn path=/trunk/kdenetwork/kmail/; revision=96714
25 years ago
Michael Haeckel
2b4055562e
Execute the precommand even if there is no mail.
...
svn path=/trunk/kdenetwork/kmail/; revision=96688
25 years ago
Michael Haeckel
3b55084852
Optionally create own message-id headers.
...
Patch by Karl-Heinz Zimmer <khz@bugcops.org>
svn path=/trunk/kdenetwork/kmail/; revision=96606
25 years ago
Torsten Rahn
bef14337c6
almost forgot this one :)
...
25 years ago
Torsten Rahn
6b65634746
lo -> hi
...
25 years ago
Torsten Rahn
2ee221a565
Away
...
25 years ago
Torsten Rahn
7ec3db399b
this is in kdelibs already !
...
svn path=/trunk/kdenetwork/kmail/; revision=96497
25 years ago
Torsten Rahn
fe09f54dc4
Not to derogate the efforts of the author but from a users
...
25 years ago
Michael Haeckel
774c4f204c
Revert my last commit, sorry I didn't look at the total time which indeed
...
increased by that change.
svn path=/trunk/kdenetwork/kmail/; revision=96423
25 years ago
Michael Haeckel
d81d43ce0c
Don't crash when cancelling the password dialog.
...
svn path=/trunk/kdenetwork/kmail/; revision=96422
25 years ago
Michael Haeckel
45f19f9501
Start searching with the latest message, instead of with the oldest.
...
svn path=/trunk/kdenetwork/kmail/; revision=96420
25 years ago
Stephan Kulow
29021bdb05
.copy on a Qt string is a noop since quite some Qt versions
...
svn path=/trunk/kdenetwork/kmail/; revision=96404
25 years ago
Michael Haeckel
6694d396fa
Remove md5.c also here.
...
svn path=/trunk/kdenetwork/kmail/; revision=96395
25 years ago
Michael Haeckel
487b57ef57
Use the md5 code from kdelibs.
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=96394
25 years ago
George Staikos
40308f2ab9
GUI: oooey gooooey oooey
...
mention that imaps is supported
svn path=/trunk/kdenetwork/kmail/; revision=96331
25 years ago
George Staikos
cff1d99c91
GUI: uhhh huhuhhuhu uhhhhhh huhuhh hey beavis huhuhu
...
mmnmnmnmn nyyyy yeah butthead?
uhhh huhuh Some dumbass added SSL support for imap.
nnnnyyyyeeeeeeee heheheheh dumbass. you said ass
uhh hhuhh uhhh yeah. dumbass.
AAAIIIIIIiI AM THE GREAT KMAILIO. I NEED SUPPORT FOR KIO_SMTP.
svn path=/trunk/kdenetwork/kmail/; revision=96328
25 years ago
George Staikos
68458b3fa9
GUI: George W. says: "Authentification is not an Englibilish word"
...
svn path=/trunk/kdenetwork/kmail/; revision=96324
25 years ago
George Staikos
2ba35e5ec8
GUI: Note that SSL and TLS are now supported
...
TLS support is internal to the pop3 ioslave and is transparent. It is
disabled via the crypto kcontrol module only.
(oh and it's not working yet but it will be shortly)
svn path=/trunk/kdenetwork/kmail/; revision=96322
25 years ago
George Staikos
bcdcc72d55
missed a line
...
svn path=/trunk/kdenetwork/kmail/; revision=96318
25 years ago
George Staikos
a69e8658c3
SSL works again
...
svn path=/trunk/kdenetwork/kmail/; revision=96316
25 years ago
Michael Haeckel
cab2983233
Remove a lot of kdDebug's and enable the GUI again after "Apply"
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=96233
25 years ago
Michael Haeckel
fdb52e6e46
Increase the minimum number of search rules again to 2 and fix a missing
...
variable initialization.
svn path=/trunk/kdenetwork/kmail/; revision=96125
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
ddcb90a23b
Remove a lot of debugging code and don't eat actions after a Set Identity
...
action.
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=96017
25 years ago
Michael Haeckel
fbbaedbaf9
Mention mailing list identities.
...
svn path=/trunk/kdenetwork/kmail/; revision=95928
25 years ago
Michael Haeckel
e95d67e14b
Remove obsolete workarounds.
...
svn path=/trunk/kdenetwork/kmail/; revision=95867
25 years ago
Michael Haeckel
04489440f7
<any header> works again when the GUI is not in English.
...
svn path=/trunk/kdenetwork/kmail/; revision=95823
25 years ago
Michael Haeckel
3e90eb2243
Add the possibility to add attachments via the command line.
...
Patch by Andreas Schlapbach <schlpbch@iam.unibe.ch>
svn path=/trunk/kdenetwork/kmail/; revision=95784
25 years ago
Daniel Naber
b3db7c092b
welcome page: mention that the homepage offers import tools
...
svn path=/trunk/kdenetwork/kmail/; revision=95747
25 years ago
Daniel Naber
1c0ce48dab
Show a warning if someone wants to activate HTML. If you
...
don't want the warning, just check the useful "don't
ask again" box.
svn path=/trunk/kdenetwork/kmail/; revision=95745
25 years ago
Michael Haeckel
f6e88d5b59
"Integrate" kmailcvt into KMail, that even mail client review article writers
...
and other analphabets who are unable to have a look into the documentation or
at out homepage are able to find it.
svn path=/trunk/kdenetwork/kmail/; revision=95702
25 years ago
Michael Haeckel
e5adf2a876
Don't add an empty Content-Type header to mails, that don't have one.
...
svn path=/trunk/kdenetwork/kmail/; revision=95651
25 years ago
Michael Haeckel
c57ae4f69e
Fix the mailing list specific identity.
...
Patch by Ingo Klöcker <ingo.kloecker@epost.de>
svn path=/trunk/kdenetwork/kmail/; revision=95495
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
Otto Bruggeman
09c4848c5c
includemocs
...
svn path=/trunk/kdenetwork/kmail/; revision=95053
25 years ago
Michael Haeckel
f66135edc0
Don't switch to huge or small fonts, when clicking Ok in the configure dialog
...
for the first time.
svn path=/trunk/kdenetwork/kmail/; revision=95005
25 years ago
Michael Haeckel
12270c0789
I should have tested better :-)
...
Don't add wrong search criteria to rules, that have only one criteria, when
defined after a rule with more than one.
svn path=/trunk/kdenetwork/kmail/; revision=95000
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