223 Commits (4f77ebc05eb693c0633f4232eb6eb5f9581ea281)

Author SHA1 Message Date
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
Till Adam 4e7e8cc371 Excorsize the remaining users of displayProgress() and port them to 22 years ago
David Faure 30b4a29ea0 Ported to new progress-info framework. 22 years ago
Ingo Klcker 0ace408643 Forward port: Several people reported bugs with sending because they didn't specify their email address for the default identity. This patch tells those people about their error (yes, it introduces a new string, but IMO an untranslated error message is better than no error message especially because this 'bug' is reported repeatedly (e.g. 53448, 78895, 80817, 81611 and many more)). Moreover the From header will be set to the email address of the message's identity or the default identity. So in case the user sets the email address for his identities the messages will get sent. 22 years ago
David Faure 8408c27d66 KMIdentity -> KPIM::Identity, fixed lots of #includes to say <libkdepim/foo.h> 22 years ago
Karl-Heinz Zimmer abeb2da830 fixing bug #33653 (equals kolab issue #96) according to RFC 2822, 3.4 allowing to have an EMPTY group of mailboxes in the TO header field. 22 years ago
David Faure ce78ae7c27 Centralize the protocol names using #defines. 22 years ago
Ingo Klcker cb6ee27cd9 Ensure that a message which is queued is correctly and fully parsed. 22 years ago
Ingo Klcker ae6219f2b5 Get rid of KDE_IS_VERSION cruft. 22 years ago
Stephan Kulow c1204b78d6 always generate a msgid on sending even if the message already got one 22 years ago
Dirk Mueller 9f1418ac89 compile with explicit KURL() constructor 22 years ago
Ingo Klcker 2c715b30da Merge from osnabrueck_branch: all 22 years ago
Till Adam e016c24397 When a message leaves the outbox it is processed by the filtermanager 23 years ago
Till Adam 5475755d05 Explicitely set sent mails to read, they default to new on imap sent mail 23 years ago
Till Adam da20b9790d Be gone, tabs. 23 years ago
Bo Thorsen b89149b7b5 Move dIMAP to a new folder manager. One bug is still there: It doesn't show up in the folder tree! 23 years ago
Till Adam 699d2d444b Introduce ref-counting of the filter manager to fix crashes when the 23 years ago
Till Adam 4909213850 We don't keep the system sent-mail folder open at all times anymore but the 23 years ago
Ladislav Strojil 36b0aeb8ff Removing KMFolder::quiet(bool beQuiet) method that was used to prevent some 23 years ago
Marc Mutz 440d618087 Remove all FooInherited #defines and all "base" typedefs to make it consistent. They're removed since they obfuscate the inheritance trees and potential problems when changing the inheritance (the compiler doesn't force you to look at every reference to the superclass). 23 years ago
Marc Mutz b11ddf52f3 Implement KMMessage::sender(), which returns an addr-spec extracted from either the Sender or the From header. Use it in kmsender to fix #48331. 23 years ago
Marc Mutz 08bd1306f8 Fix #52616 and evaluate Sender: in preference of From to determine the argument of the MAIL FROM SMTP command 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Carsten Burghardt d4ebc74ed6 Set a composed message as complete, this fixes bug 60003 (thanks for the hint Till :-)) 23 years ago
Carsten Burghardt bbdcd95335 Load imap attachments on demand and load the messages itself progressively. Cool ;-) 23 years ago
Till Adam 4572d0ab24 Don't go through the whole "send queued messages on mailcheck" affair 23 years ago
Till Adam 2006cb845c Improve my C-hackishness courtesy of George. 23 years ago
Till Adam a086cf726e Strip off trailing '/' from hostnames in transports thereby preventing 23 years ago
Till Adam 05ce5269c4 Update the status bar when the user cancels sending a message. 23 years ago
Zack Rusin a4826136e7 Not used so remove. 23 years ago
Marc Mutz 61012388f3 Fix some warnings when compiling with --disable-debug (-DNDEBUG). 23 years ago
Stephan Kulow caf616bbeb moving kconfig.h and kcmdlineargs.h in the files that need it (kmkernel.h 23 years ago