Marc Mutz
cf124aedc8
Better status messages during and after sending.
...
svn path=/trunk/kdenetwork/kmail/; revision=127323
25 years ago
Dirk Mueller
aa0cadacd1
CVS-SILENT: fixincludes -e
...
svn path=/trunk/kdenetwork/kmail/; revision=126995
25 years ago
Marc Mutz
b28f159999
Don't bloat the mbox file when filtering in inbox. Watch this carefully!
...
svn path=/trunk/kdenetwork/kmail/; revision=126936
25 years ago
Marc Mutz
cf99afd542
- KConfigGroupSaver -> KConfigGroup
...
- Don't use (bool)readNumEntry() to read bool entries, use readBoolEntry()
svn path=/trunk/kdenetwork/kmail/; revision=126677
25 years ago
Marc Mutz
89545d0b76
Don't show busy cursor when we ask the user for the password
...
svn path=/trunk/kdenetwork/kmail/; revision=126675
25 years ago
Michael Haeckel
e39695011a
- Close folders again after doing outgoing filtering
...
- Remove a workaround for a problem that caused a crash when closing the
composer
- Don't default to a local SMTP server and force upgraders to reenter the
SMTP server. This doesn't really work well otherwise.
svn path=/trunk/kdenetwork/kmail/; revision=125874
25 years ago
Michael Haeckel
d106dc8427
Don't loose the automatically set replied flags in IMAP folders after
...
restarting KMail.
Patch by Ronen Tzur <rtzur@shani.net>
svn path=/trunk/kdenetwork/kmail/; revision=125237
25 years ago
Michael Haeckel
e3894cce4e
Set the forward flags also correctely for forwarding several messages at once.
...
svn path=/trunk/kdenetwork/kmail/; revision=124515
25 years ago
Michael Haeckel
37872b4f7d
Today is a big day in the history of KMail.
...
#######################
# #
# Bug#128 is fixed. #
# #
#######################
Patch by Ronen Tzur <rtzur@shani.net>
svn path=/trunk/kdenetwork/kmail/; revision=124322
25 years ago
Michael Haeckel
19b7a57e89
Per identity configurable drafts folder (local and IMAP).
...
Patch by Carsten Burghardt <cb@emedia-consult.de>
svn path=/trunk/kdenetwork/kmail/; revision=123572
25 years ago
Michael Haeckel
74ab72fb48
Make it possible to store sent mail in imap folders.
...
svn path=/trunk/kdenetwork/kmail/; revision=121052
25 years ago
Roberto Teixeira
c08e892412
Added option to allow each identity having a separate sent-mail folder. Also
...
added a option to pick a sent-mail folder on the composer window.
The folders are all identified by the idString() and in all situations there
is a fallback (kernel->sentFolder()) in case the specified folder has been
deleted or something like this.
Possible problems pointed by Ingo Klöcker have been solved.
svn path=/trunk/kdenetwork/kmail/; revision=119050
25 years ago
Michael Haeckel
75e4eaa8e7
Do the header removing no sending stuff in a clean way.
...
svn path=/trunk/kdenetwork/kmail/; revision=117877
25 years ago
Michael Haeckel
143ab21b3a
Remove the identity header, when sending.
...
svn path=/trunk/kdenetwork/kmail/; revision=117714
25 years ago
Michael Haeckel
20a1179509
Don't eat the Bcc header in the messages that are stored in the sent-mail
...
folder.
svn path=/trunk/kdenetwork/kmail/; revision=117616
25 years ago
Dirk Mueller
6797558d5d
356 includes less
...
svn path=/trunk/kdenetwork/kmail/; revision=117339
25 years ago
Waldo Bastian
b76bdbb1b7
Check for empty subject in the composer window, instead of in the send part.
...
svn path=/trunk/kdenetwork/kmail/; revision=116902
25 years ago
Malte Starostik
e6547993c0
Use KURL::encode_string()
...
svn path=/trunk/kdenetwork/kmail/; revision=116103
25 years ago
Michael Haeckel
31bfa5be6e
Don't call QCString::length() more often than neccesary.
...
svn path=/trunk/kdenetwork/kmail/; revision=115068
25 years ago
Malte Starostik
5e7b935889
Don't append garbage to messages, please
...
svn path=/trunk/kdenetwork/kmail/; revision=115001
25 years ago
Michael Haeckel
976a6a66d3
Use for SMTP/IMAP/POP3 the same password dialog from kdelibs and handle
...
storing/not storing of the SMTP password correctely.
svn path=/trunk/kdenetwork/kmail/; revision=114965
25 years ago
Michael Haeckel
ed440770b5
Display the sending progress in the status bar.
...
svn path=/trunk/kdenetwork/kmail/; revision=114607
25 years ago
Michael Haeckel
d6b7cb2541
Don't crash, when cancelling the SMTP precommand.
...
svn path=/trunk/kdenetwork/kmail/; revision=113938
25 years ago
Michael Haeckel
ba86be678e
Sending with the default transport should work again.
...
svn path=/trunk/kdenetwork/kmail/; revision=113726
25 years ago
Michael Haeckel
0dc639bb44
SMTP authentication and SMTP over TLS/SSL.
...
svn path=/trunk/kdenetwork/kmail/; revision=113677
25 years ago
Michael Haeckel
e77356781e
Use the SMTP io slave. Patch from "Aaron J. Seigo" <aseigo@mountlinux.com> plus
...
modifications.
Authentication currently can only be achieved with config file hacking.
I have tested and used this now for a very long time (well, since this
afternoon :-) and can't find any bugs anymore. If it doesn't work for anyone,
then let me know.
svn path=/trunk/kdenetwork/kmail/; revision=112301
25 years ago
Marc Mutz
745c53bea5
Make QP the default encoding (previously, it was 8bit).
...
svn path=/trunk/kdenetwork/kmail/; revision=112219
25 years ago
Don Sanders
2c53437884
Prevent crash when sent-mail folder is selected and empty when sending a mail.
...
svn path=/trunk/kdenetwork/kmail/; revision=107823
25 years ago
Michael Haeckel
7746b213f6
Really send the message when clicking the send button when running only a
...
composer instead of queueing the mail.
svn path=/trunk/kdenetwork/kmail/; revision=104428
25 years ago
Michael Haeckel
36f29fb6e5
Handle lines starting with a dot correctely with sendmail.
...
svn path=/trunk/kdenetwork/kmail/; revision=103962
25 years ago
Marc Mutz
b0e525260d
Speed up KMSender::prepareStr() multiple times and also comsume less
...
memory in the general case.
svn path=/trunk/kdenetwork/kmail/; revision=103910
25 years ago
Don Sanders
29855a61e9
Man, someone made that slow. Sending large attachments took ages.
...
Please don't repeatedly call length on a QCString.
svn path=/trunk/kdenetwork/kmail/; revision=103372
25 years ago
Michael Haeckel
d942bedded
Get rid of all remaining ASCII_CAST and COMPAT issues.
...
It is now even possible to give accounts non-latin names.
svn path=/trunk/kdenetwork/kmail/; revision=102514
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).
...
I rearranged the order KMKernel::cleanup destroys objects so that the account manager (which owns accounts) is deleted before filters.
Also I try to be a little paranoid in KMSender to handle the fact that the filter manager is deleted before the message sender is.
svn path=/trunk/kdenetwork/kmail/; revision=102424
25 years ago
Michael Haeckel
cb06a0be06
Revert another unauthorizied commit. I wonder what's up today.
...
I think it is very good, if the reciever knows, that the mail was redirected.
Otherwise this might even end up in legal issues, because someone pretends to be
someone else.
svn path=/trunk/kdenetwork/kmail/; revision=101677
25 years ago
Holger Schurig
89c2ba7a0d
Transparent redirect
...
svn path=/trunk/kdenetwork/kmail/; revision=101647
25 years ago
Marc Mutz
e12ef0feec
Prepending yet more files with necessary #undef QT_NO_{ASCII_CAST,COMPAT}.
...
Finally making the transition in Makefile.am.
svn path=/trunk/kdenetwork/kmail/; revision=101557
25 years ago
Marc Mutz
53696dd9fd
Implement outgoing filtering and
...
stop processing here;
Make KMFilterMgr use iterators instead of first() and next();
Remove the current QToolTips from the filter dialog. They are overloaded.
I made QWhatsThis texts and slim QToolTips instead.
svn path=/trunk/kdenetwork/kmail/; revision=99624
25 years ago
Michael Haeckel
fe832697f1
Remove all QObject::initMetaObject() calls, since they are automatically
...
executed on demand according to the QT docs.
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=97957
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
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