256 Commits (231f3495934755e9ea2bd772fe2384c2a31b2c08)

Author SHA1 Message Date
Andreas Gungl 4ff92dd82b forget readEntry(...).toBool() 20 years ago
Andreas Gungl db8f1ad5ad porting for KConfig changes 21 years ago
Laurent Montel 60b450d35f QString::null-> QString() 21 years ago
Till Adam 26ec177b8f Even more forward port of: 21 years ago
Laurent Montel 3ef805634c Q3ValueList-- 21 years ago
Laurent Montel eb077e0b11 qt3support-- 21 years ago
Andreas Gungl 575ebaa9ac - ading some more methods to MessageStatus which are usefull in the port 21 years ago
Ingo Klcker 3cbf0fc45b Q_INT*/Q_UINT* -> qint*/quint* 21 years ago
Volker Krause 0f6fe9fdb4 117 of 167 files compile 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Till Adam 47d76f1dbf Crash guards, as inspired by a patch by 21 years ago
Stephan Binner 280010e6a7 SVN_SILENT i18n style guide fixes 21 years ago
Till Adam 26187ecc2e Backport of: 21 years ago
Till Adam 821e715e8e Improve the sent mail folder logic and the readOnly protection to 21 years ago
Till Adam 341698729c Don't allow messages to be put into read-only folders, use a sane 21 years ago
Till Adam 6b027487be Don't move sent mail into caches of read-only folders when they have 21 years ago
Marc Mutz e465ba8d58 NVI-ify KMSendProc::start() to uncover the fact that started(bool) is emitted immediately in any case. Plus some const fixes, proper initalization of KMSendSendmail's member variables, increase S/N ratio, etc. 21 years ago
Marc Mutz c6757d80a4 Relieve KMSender from the need to call KMSendProc::preSendInit(). It's now called reset(), private, and called form the NVI KMSendProc::send(). Old KMSendProc::send() is now KMSendProc::doSend(). Also renamed mMsg to mLastErrorMessage and KMSendProc::message() to lastErrorMessage() 21 years ago
Marc Mutz b1cfca50a8 Extract X-KMail-Recipients handling from KMSendProc subclasses into KMSender::doSendMsgAux(). KMSendProc now knows nothing of KMMessage anymore, all it gets is the message text, the sender, and the to's, cc's and bcc's. 21 years ago
Marc Mutz 728d6a4c7c - KMSendProc::finish(bool) was never called with 'false', except as a code reuse measure in KMSendSMTP::abort() -> use the NVI (non-virtual interface) idiom to force a deleteLater() after delegation any additional work to subclasses via virtual void doFinish() = 0. 21 years ago
Marc Mutz 909babefc4 --C_isms 21 years ago
Marc Mutz 5a5d2bd348 More light refactoring. doSend() is _huge_ 21 years ago
Marc Mutz f1613c9e09 Fix missing KMFolder::close() in doSend() by using the RAII (Resource Acquisition Is Initialization) idiom. Refactor doSend() a bit. 21 years ago
Marc Mutz a67254089c --unused_vars 21 years ago
Till Adam 9a84c74e76 KMMsgDict rafactoring/clarification and related fixes, as discussed 21 years ago
Marc Mutz b7dc817bdd Hide KMSender from the rest of KMail. 21 years ago
Matt Douhan 6417cdb091 Implement a new feature, the ability to send all queued email using 21 years ago
Andreas Gungl 55fee78860 Backport of fix for http://bugs.kde.org/show_bug.cgi?id=101190 21 years ago
Andreas Gungl f63b13a507 Don't let KMail forget the "X-KMail-Recipients" header if sending 21 years ago
Carsten Burghardt 8b02c8807c Probably not a bad idea to calculate the attachment state after the message 21 years ago
Till Adam 3ad86a70d6 Forward port safety fix from the branches. 22 years ago
Till Adam e07c9741ac Add some crash prevention safety. 22 years ago
Karl-Heinz Zimmer e201c893b9 Bugfix (aegypten #39): When pressing 'T' in the draft folder, to edit a previously saved mail before sending it, we now get preselected the Crypto Module which we had used when saving that mail. 22 years ago
Till Adam cc3e841072 Forward port from proko2 of: 22 years ago
Till Adam 0b954c9e85 Fix issue 139 by using the mechanism we use for setting the replied and 22 years ago
Szombathelyi Gyrgy 2692ca8249 SASL authentication enhancements: 22 years ago
Holger Freyther 49e8bd8857 ProgressItem* -> KPIM::ProgressItem in signals, slots 22 years ago
Volker Krause dd48a5eddf Add KWallet support. 22 years ago
Till Adam f3c5012371 Make sure the (local) sent mail folder, where a mail is put as a fallback, 22 years ago
Andreas Gungl cb7daf5c7f fix Bug 51283 - redirecting email using filters 22 years ago
Till Adam 83697f5097 Make sure an imap sent mail folder is properly kept open during move of 22 years ago
smail Dnmez d481eac3d8 Fix bug #50674 . Use -f flag with sendmail. 22 years ago
Stephan Binner 1080d6019e Revert compound stuff - no time left for discussion 22 years ago
Stephan Binner c52c3fee3a Less invented compound nouns (filename, username, hostname) 22 years ago
Ingo Klcker c200ca345b KMSender::cleanup() might be called several times. Therefore we must make sure that the outbox folder and the sent-mail folder are both closed only once in cleanup(). Closing the sent-mail folder twice caused a crash if the sent-mail folder was selected while messages were sent (and the sent was aborted). Moreover we have to use the cached message count of the outbox folder to decide whether we should expunge (aka nuke) or compact the outbox. Otherwise we might get 0 if the outbox folder is closed. This caused the loss of messages if for example entering the password for the SMTP server was canceled. I guess that's why the if-statement read if ( outboxFolder->count() < 0 ) until recently. 22 years ago
David Faure 152f8d472c GUI improvements for the compaction feature: 22 years ago
David Faure a0fb0131a8 perl -pi -e 's,libkdepim/identity,libkpimidentities/identity,' * 22 years ago
David Faure 8a89c05cbf Prepare ProgressItem/ProgressDialog/StatusbarProgressWidget for being moved 22 years ago
Till Adam 9a1101f744 Show the crypto state of the sending transport used in the progress 22 years ago
Till Adam 0573d343e3 Can be null if the user cancels the auth dialog. 22 years ago