180 Commits (cdb3d99f65e4818bc59fdbf86ac3e779bbeeb0fc)

Author SHA1 Message Date
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
Marc Mutz dafd03e5ac Using KMime header parsing for address extraction: 23 years ago
Zack Rusin b128a466e2 Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation. 23 years ago
Till Adam 7ab21603c8 Don't block sending the remaining messages when sending one message fails. 23 years ago
Stephan Kulow b8cfc50618 kbusyptr is completely dead now, the internal stack isn't needed as QApplication 23 years ago
Marc Mutz 5cd4ce06fd Don't add the subject to the query (only used if headers are generated by the slave which is not used by KMail) and add size and body=8bit to the query instead. 23 years ago
Carsten Burghardt d2a76f87df Remove the Sending still in progress message 23 years ago
George Staikos 6a7eb50b1e So I fix my own bug reports I guess. 23 years ago
David Faure d6c7d0c376 * Proper progress info while sending mail (based on bytes, not on number of msgs) 24 years ago
Don Sanders 2cf1ed8953 Integrate a subset of the changes in the make_it_cool branch. 24 years ago
Ingo Klcker 84f4965f64 Revert HEAD to KDE_3_1_BRANCH. Of course I didn't remove any files that where added to HEAD. 24 years ago
Zack Rusin 8142180fa0 Committing the folder rework. I wanted to wait a little bit, but it fixes 24 years ago
Marc Mutz 5244a49e31 This message box is _really_ misleading. Do I have the permission of the translators to backport this to KDE_3_1_BRANCH? 24 years ago
Stephan Kulow e6461866a8 ported Don's KMKernel::config into HEAD 24 years ago
Marc Mutz 0b9e01305b janitorial: more "x" -> 'x' changes (x is a single char), in files where it's used with QString::find() or ::contains(). Anyone wants to do the rest (for correctness)? 24 years ago
Ingo Klcker d616951db2 Replace NULL and 0L with 0 everywhere and clean up some delete foo 24 years ago
Marc Mutz c984b654ce Adjust and make more precise the error message for when the default identity has no email address set. 24 years ago
Stephan Kulow 0b091207b1 kmsender doesn't need sendmail anymore 24 years ago
Stephan Kulow 857ac73436 Avoid crashes with signal/slots mess 24 years ago
Malcolm Hunter ee0b4b31e8 Corrected typographical errors 24 years ago
Karl-Heinz Zimmer 5de64f1677 Bugfix: Make saving of decrypted messages after them having sent in encrypted form *working*. :-) note: By introducing new KMComposeWin::composeMessage() function we now have clean separation of parameter/settings determining code and true message-to-be-send(or to-be-stored, resp.) composition code. Also fixed incomplete handlich of unencrypted message's data in KMSender::doSendMsg(). 24 years ago
Karl-Heinz Zimmer 00b10bedbd Updated my little replacement code in KMSender::doSendMsg() to make sure that, No, the currentMsg pointer will not be changed but only the content of the message will be altered in a way resulting to have it stored in *de*crypted form (if the user whishes this). - Thanks for all hints you sent to me for helping zo get this issue done. :-) 24 years ago
Karl-Heinz Zimmer ef30fed2d5 Further enhancements to allow storing of decrypted messages that were sent/received in encrypted form. NOTE: There is still one problem with storing of *received* messages - I don't have the slightest idea how to _select_ the new (decrypted) message after it has been added to the folder and the old (encrypted) message has been removed. 24 years ago
Karl-Heinz Zimmer f88458aa88 pre-check-in (feature implemented but disabled): (a) Enable storing of own encrypted mails in unencrypted form after they have been sent. (b) Enable storing of received encrypted mails in unencrypted form after they have been read. NOTE: This feature can be disabled via #define clauses at the beginning of kmreaderwin.cpp (or kmcomposewin.cpp, resp.) and I did so now because implementation is not fully finished (still chrashing). 24 years ago
Stephan Kulow 2892d05a1b including config.h as first include (it defines quite some controlling defines) 24 years ago
Aaron J. Seigo 53cef4c6e2 if a user queues a new msg while already sending, ensure that the status 24 years ago
Marc Mutz 511ec113dd use UOIDs for identities; you need to let kconf_update run 24 years ago
Karl-Heinz Zimmer 0fdd937374 internal AEgypten bugfix #1054: I give up :( and implement this workaround: instead of removing the mimelib bug (causing additional newlines in multipart/.. message parts) we just add another newline to the respective message part ourselves before this message part is sent to the CryptPlug for being signed. 24 years ago
Michael Haeckel 5097f33c9a Don't send continuesly the same message, if the user doesn't have permission 24 years ago
Michael Haeckel 3f08c77042 Don't let the progress bar disappearing too early when doing different things 24 years ago
Karl-Heinz Zimmer d17c8a6946 a) Merged AEGYPTEN_BRANCH additions into HEAD branch. 24 years ago
Marc Mutz 1ebeeaab0a Committing changes for IdentityManager: 24 years ago
Marc Mutz 1475422c2b Reduce memory consumption by two thirds (!) with large attachments. 24 years ago
Aaron J. Seigo 91646cff26 allow user to set the hostname to send to the smtp server during HELO. 24 years ago
Aaron J. Seigo aad0129097 KURL::decode_string in the right places 24 years ago
Malcolm Hunter 6814e78db7 CVS_SILENT Corrected typographical errors 25 years ago
Waldo Bastian 6867509cd5 Remove linebreaks from messageboxes. 25 years ago
Ingo Klcker d77bc08232 - Smart Message-Id generation 25 years ago
Michael Haeckel d81d518c1f Parse commas in brackets correctely when sending. 25 years ago
Marc Mutz cf124aedc8 Better status messages during and after sending. 25 years ago
Dirk Mueller aa0cadacd1 CVS-SILENT: fixincludes -e 25 years ago
Marc Mutz b28f159999 Don't bloat the mbox file when filtering in inbox. Watch this carefully! 25 years ago
Marc Mutz cf99afd542 - KConfigGroupSaver -> KConfigGroup 25 years ago
Marc Mutz 89545d0b76 Don't show busy cursor when we ask the user for the password 25 years ago
Michael Haeckel e39695011a - Close folders again after doing outgoing filtering 25 years ago
Michael Haeckel d106dc8427 Don't loose the automatically set replied flags in IMAP folders after 25 years ago
Michael Haeckel e3894cce4e Set the forward flags also correctely for forwarding several messages at once. 25 years ago
Michael Haeckel 37872b4f7d Today is a big day in the history of KMail. 25 years ago