169 Commits (b7c6d7713e0a7faeb56c90b2436da43e2238ef56)

Author SHA1 Message Date
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
Michael Haeckel 19b7a57e89 Per identity configurable drafts folder (local and IMAP). 25 years ago
Michael Haeckel 74ab72fb48 Make it possible to store sent mail in imap folders. 25 years ago
Roberto Teixeira c08e892412 Added option to allow each identity having a separate sent-mail folder. Also 25 years ago
Michael Haeckel 75e4eaa8e7 Do the header removing no sending stuff in a clean way. 25 years ago
Michael Haeckel 143ab21b3a Remove the identity header, when sending. 25 years ago
Michael Haeckel 20a1179509 Don't eat the Bcc header in the messages that are stored in the sent-mail 25 years ago
Dirk Mueller 6797558d5d 356 includes less 25 years ago
Waldo Bastian b76bdbb1b7 Check for empty subject in the composer window, instead of in the send part. 25 years ago
Malte Starostik e6547993c0 Use KURL::encode_string() 25 years ago
Michael Haeckel 31bfa5be6e Don't call QCString::length() more often than neccesary. 25 years ago
Malte Starostik 5e7b935889 Don't append garbage to messages, please 25 years ago