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
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
Daniel Naber
845fc0c8e7
better error message if nothing is in the To: field.
...
Adding comment that rfc822 forbids empty to: lines.
svn path=/trunk/kdenetwork/kmail/; revision=93321
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
Carsten Pfeiffer
f3b4bb0f62
- labelDialog->setIcon(kapp->miniIcon());
...
+ KWin::setIcons( labelDialog->winId(), kapp->icon(), kapp->miniIcon() );
Rich noticed it looks bad in kasbar
svn path=/trunk/kdenetwork/kmail/; revision=92293
25 years ago
Don Sanders
bad4eb9eda
Revert kmsender.cpp 1.92-1.93, kmsender.h 1.28-1.29.
...
svn path=/trunk/kdenetwork/kmail/; revision=92070
25 years ago
Michael Haeckel
0f44ba5a5d
The the transfer in progress flag also again to false, if sending fails or is
...
aborted.
svn path=/trunk/kdenetwork/kmail/; revision=91995
25 years ago
Neil Stevens
d275f5d6f0
"kde" send protocol, to send using kio_smtp, according to the KDE global
...
email settings.
Coupled with some GUI configurabilty, and modification of the KMail identity
settings, this could make KMail useful for a lot more people, people who
need to use SMTP servers that KMail currently can't talk to (because of SMTP
auth or a proxy or whatnot).
In the meantime it's still configurable through the kmailrc file, so it's
an easter egg until then.
svn path=/trunk/kdenetwork/kmail/; revision=91911
25 years ago
Michael Haeckel
e5209da656
Don't crash, when the message that is in progress of being sent is selected
...
and selecting another one or switching to a different folder.
svn path=/trunk/kdenetwork/kmail/; revision=91376
25 years ago
Don Sanders
7c7b8fac9d
Remove variables that were only used in debugging statements.
...
svn path=/trunk/kdenetwork/kmail/; revision=91318
25 years ago
Don Sanders
95ccd8156b
Remove accidentally left in qDebug statements.
...
svn path=/trunk/kdenetwork/kmail/; revision=91317
25 years ago
Michael Haeckel
19d285247f
These i18n call very probably not very useful before.
...
svn path=/trunk/kdenetwork/kmail/; revision=91298
25 years ago
Michael Haeckel
4c0177d1ea
Sending via SMTP now uses the e-mail address from the current identity and not
...
the one from the default identity for the MAIL FROM command.
svn path=/trunk/kdenetwork/kmail/; revision=90776
25 years ago
Don Sanders
60a6c1a966
Maybe fix some enable-final problems.
...
And provide more timely error reporting.
svn path=/trunk/kdenetwork/kmail/; revision=90686
25 years ago
Don Sanders
e3619a85c9
Non blocking smtp sending.
...
svn path=/trunk/kdenetwork/kmail/; revision=89829
25 years ago
Michael Haeckel
fec89fe67a
Remove the rest of the KRN code and the welcome message.
...
svn path=/trunk/kdenetwork/kmail/; revision=84071
25 years ago
Daniel Naber
5e7ed7ad5a
re-worded the "sending failed" dialog. it's an error dialog
...
now, not an information dialog. this makes sense as the
mail will block other mails, thus the dialog is important.
svn path=/trunk/kdenetwork/kmail/; revision=74948
26 years ago
Michael Haeckel
88ac578655
Fix double dot problem also for SMTP and sendmail and remove some unused code.
...
svn path=/trunk/kdenetwork/kmail/; revision=69584
26 years ago
Don Sanders
70a613b371
Fix duplicate messages sent to bcc receipients when sendmail is used
...
bug.
svn path=/trunk/kdenetwork/kmail/; revision=66089
26 years ago
Don Sanders
3301c467d6
Don't set KMail specific transport string unless necessary.
...
Provide better feedback when sending fails.
svn path=/trunk/kdenetwork/kmail/; revision=63789
26 years ago
Don Sanders
3c11e9ed98
Damnit.
...
Fixed buggy i18n fix by "keifer" made on Wed Jul 19 09:47:05
- "The following transport protocol was used:\n %2");
- msg.arg(mSendProc->message());
- msg.arg(mMethodStr);
+ "The following transport protocol was used:\n %2")
+ .arg(mSendProc->message())
+ .arg(mMethodStr);
svn path=/trunk/kdenetwork/kmail/; revision=61139
26 years ago
Jacek Stolarczyk
a40dce3522
Fixed a font listing problem (adobe-normal to helvetica-medium changes), patch reported to kmail list yesterday. Also fixed a status bar message problem. Was inconsistent and wrong for internationalized strings. Applied solution suggested by Waldo Bastian. Thanks.
...
svn path=/trunk/kdenetwork/kmail/; revision=60960
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
Matthias Kiefer
3d73cb1df3
again replaced some strings to use %1 and QString::arg instead of beeing added together. It seems, that some developers never learn this :-(
...
svn path=/trunk/kdenetwork/kmail/; revision=57944
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
46fd8cc4ff
Removed unneeded and confusing error messages.
...
svn path=/trunk/kdenetwork/kmail/; revision=56505
26 years ago
Don Sanders
8d88a9764a
Actually implement what I said I did in my last checkin
...
svn path=/trunk/kdenetwork/kmail/; revision=55913
26 years ago
Don Sanders
885193119f
When "send queued mail when checking for new mail" is turned on, don't send
...
queued mail until after all accounts have finished being checked.
Moved some message from kmmainwin.cpp into kmsender.cpp, tried to make
them smarter, so only state queued messages have been sent successfully
when there were queued messages.
svn path=/trunk/kdenetwork/kmail/; revision=55910
26 years ago
Don Sanders
a7fbdfb02f
Altered calls to processEvents()
...
Not very happing with calling processEvents() at all. It was causing
problems when sending receipts while checking mail.
Guess until we get non-blocking sending implemented this is the way it's
going to have to be.
svn path=/trunk/kdenetwork/kmail/; revision=55816
26 years ago
Mike Pilone
68b6d78641
Added precommand to local account and moved all precommand code to KMAccount, since all the account types now support it.
...
svn path=/trunk/kdenetwork/kmail/; revision=55798
26 years ago
Daniel Naber
2c0fcd1b32
-warning if no subject is set
...
-no busy pointer with the "you must specify a receiver" warning
svn path=/trunk/kdenetwork/kmail/; revision=52000
26 years ago
Mario Weilguni
a2f1357502
Mario: Redirect works now
...
svn path=/trunk/kdenetwork/kmail/; revision=51070
26 years ago
Don Sanders
b9ea88a26c
Updated Sending failed message as Stefan suggested.
...
svn path=/trunk/kdenetwork/kmail/; revision=50826
26 years ago
Don Sanders
1154be524e
Tiny amount of work on multiple transports.
...
svn path=/trunk/kdenetwork/kmail/; revision=49662
26 years ago
Mike Pilone
d922e199a2
Added an option to run a pre command before checking and sending mail. This is nice for ssh tunneling
...
svn path=/trunk/kdenetwork/kmail/; revision=49481
26 years ago
Don Sanders
7f136c882d
Enclose the status label in a QDialog. Using a QLabel as a top level widget seemes to have the strange effect of causing ghosting, that is two copies of the label text were _sometimes_ shown.
...
Using a qdialog has the effect of causing the status message to be centered in the screen which is not something I intended but at least the ghosting is gone now (fingers crossed).
svn path=/trunk/kdenetwork/kmail/; revision=48659
26 years ago
Don Sanders
1d7c177786
Strip KMail specific header fields when sending mail (just to be safe).
...
svn path=/trunk/kdenetwork/kmail/; revision=48629
26 years ago
Don Sanders
8544bcfb0e
A little more work on multiple Personas.
...
svn path=/trunk/kdenetwork/kmail/; revision=47268
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
6eeb04145d
ported from warning to KMessageBox::information.
...
svn path=/trunk/kdenetwork/kmail/; revision=42942
26 years ago
Waldo Bastian
fbe9cb18ea
WABA: New feature! Smart quoting!
...
KMail is ready for the newbies of the next millenium and
even Emily Post will be happy with this great innovation.
svn path=/trunk/kdenetwork/kmail/; revision=37159
27 years ago
David Faure
1bb9dda8ab
CVS_SILENT removed duplicate headers - difficult one because of #ifdef KRN
...
svn path=/trunk/kdenetwork/kmail/; revision=34851
27 years ago
Don Sanders
184a616140
Minor updates. (Suppress warnings)
...
svn path=/trunk/kdenetwork/kmail/; revision=33207
27 years ago
Kalle Dalheimer
e6ba799997
The dreaded library cleanup: getConfig() -> config() and friends (see separate mail)
...
svn path=/trunk/kdeutils/knotes/; revision=30349
27 years ago
Waldo Bastian
a98d4eb22c
WABA: Bugfix :)
...
svn path=/trunk/kdenetwork/kmail/; revision=28530
27 years ago
Matthias Welk
46f1750426
continued the int -> unsigned short int for port address what Alex
...
started (Yeah, konquy shows html-pages again :-)
svn path=/trunk/kdenetwork/kmail/; revision=24155
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
David Faure
8ba390ce21
some 0 -> QString::null conversions
...
svn path=/trunk/kdenetwork/kmail/; revision=20959
27 years ago
Hans Petter Bieker
09d70e9e12
* QString::sprintf -> QString::arg
...
* and removed some .data()s..
I hope I didn't break anything.. :)
svn path=/trunk/kdenetwork/kmail/; revision=20956
27 years ago