111 Commits (8cef4d32da52e627ef1304ec44507b4fc55aaec5)

Author SHA1 Message Date
Michael Haeckel 7746b213f6 Really send the message when clicking the send button when running only a 25 years ago
Michael Haeckel 36f29fb6e5 Handle lines starting with a dot correctely with sendmail. 25 years ago
Marc Mutz b0e525260d Speed up KMSender::prepareStr() multiple times and also comsume less 25 years ago
Don Sanders 29855a61e9 Man, someone made that slow. Sending large attachments took ages. 25 years ago
Michael Haeckel d942bedded Get rid of all remaining ASCII_CAST and COMPAT issues. 25 years ago
Don Sanders b4a057a9ed I noticed kmail crashing when exiting while checking mail is in progress (in KMKernel::cleanup the filter manager was deleted before the account manager, but when the account manager is deleted my kmacctexp account would be deleted, and slotProcessPendingMsgs would be called and this would try to filter message by calling the deleted filter manager). 25 years ago
Michael Haeckel cb06a0be06 Revert another unauthorizied commit. I wonder what's up today. 25 years ago
Holger Schurig 89c2ba7a0d Transparent redirect 25 years ago
Marc Mutz e12ef0feec Prepending yet more files with necessary #undef QT_NO_{ASCII_CAST,COMPAT}. 25 years ago
Marc Mutz 53696dd9fd Implement outgoing filtering and 25 years ago
Michael Haeckel fe832697f1 Remove all QObject::initMetaObject() calls, since they are automatically 25 years ago
Michael Haeckel 84eeb6eb0e Use KConfigGroupSaver everywhere. 25 years ago
Don Sanders 2acb277a46 In ~KMSender don't delete the labelDialog. ~QApplication will delete it 25 years ago
Daniel Naber 845fc0c8e7 better error message if nothing is in the To: field. 25 years ago
Stephan Kulow fec2831df5 removing "const QString" in return values and parameters. It only confuses compilers, 25 years ago
Carsten Pfeiffer f3b4bb0f62 - labelDialog->setIcon(kapp->miniIcon()); 25 years ago
Don Sanders bad4eb9eda Revert kmsender.cpp 1.92-1.93, kmsender.h 1.28-1.29. 25 years ago
Michael Haeckel 0f44ba5a5d The the transfer in progress flag also again to false, if sending fails or is 25 years ago
Neil Stevens d275f5d6f0 "kde" send protocol, to send using kio_smtp, according to the KDE global 25 years ago
Michael Haeckel e5209da656 Don't crash, when the message that is in progress of being sent is selected 25 years ago
Don Sanders 7c7b8fac9d Remove variables that were only used in debugging statements. 25 years ago
Don Sanders 95ccd8156b Remove accidentally left in qDebug statements. 25 years ago
Michael Haeckel 19d285247f These i18n call very probably not very useful before. 25 years ago
Michael Haeckel 4c0177d1ea Sending via SMTP now uses the e-mail address from the current identity and not 25 years ago
Don Sanders 60a6c1a966 Maybe fix some enable-final problems. 25 years ago
Don Sanders e3619a85c9 Non blocking smtp sending. 25 years ago
Michael Haeckel fec89fe67a Remove the rest of the KRN code and the welcome message. 25 years ago
Daniel Naber 5e7ed7ad5a re-worded the "sending failed" dialog. it's an error dialog 26 years ago
Michael Haeckel 88ac578655 Fix double dot problem also for SMTP and sendmail and remove some unused code. 26 years ago
Don Sanders 70a613b371 Fix duplicate messages sent to bcc receipients when sendmail is used 26 years ago
Don Sanders 3301c467d6 Don't set KMail specific transport string unless necessary. 26 years ago
Don Sanders 3c11e9ed98 Damnit. 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. 26 years ago
Hans Petter Bieker 0007cd8b56 Cleaner compilation. 26 years ago
Don Sanders 7e2174306a Changed name of default identity from "unknown" to "Default". 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 :-( 26 years ago
Don Sanders 8d96c2baf8 Support using filter rules to set the smtp server to use when replying 26 years ago
Don Sanders 46fd8cc4ff Removed unneeded and confusing error messages. 26 years ago
Don Sanders 8d88a9764a Actually implement what I said I did in my last checkin 26 years ago
Don Sanders 885193119f When "send queued mail when checking for new mail" is turned on, don't send 26 years ago
Don Sanders a7fbdfb02f Altered calls to processEvents() 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. 26 years ago
Daniel Naber 2c0fcd1b32 -warning if no subject is set 26 years ago
Mario Weilguni a2f1357502 Mario: Redirect works now 26 years ago
Don Sanders b9ea88a26c Updated Sending failed message as Stefan suggested. 26 years ago
Don Sanders 1154be524e Tiny amount of work on multiple transports. 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 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. 26 years ago
Don Sanders 1d7c177786 Strip KMail specific header fields when sending mail (just to be safe). 26 years ago
Don Sanders 8544bcfb0e A little more work on multiple Personas. 26 years ago