158 Commits (fcd86355fefa3ab4e015ad981759970da54c682f)

Author SHA1 Message Date
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
Michael Haeckel 976a6a66d3 Use for SMTP/IMAP/POP3 the same password dialog from kdelibs and handle 25 years ago
Michael Haeckel ed440770b5 Display the sending progress in the status bar. 25 years ago
Michael Haeckel d6b7cb2541 Don't crash, when cancelling the SMTP precommand. 25 years ago
Michael Haeckel ba86be678e Sending with the default transport should work again. 25 years ago
Michael Haeckel 0dc639bb44 SMTP authentication and SMTP over TLS/SSL. 25 years ago
Michael Haeckel e77356781e Use the SMTP io slave. Patch from "Aaron J. Seigo" <aseigo@mountlinux.com> plus 25 years ago
Marc Mutz 745c53bea5 Make QP the default encoding (previously, it was 8bit). 25 years ago
Don Sanders 2c53437884 Prevent crash when sent-mail folder is selected and empty when sending a mail. 25 years ago
Michael Haeckel 7746b213f6 Really send the message when clicking the send button when running only a 25 years ago
Michael Haeckel 36f29fb6e5 Handle lines starting with a dot correctely with sendmail. 25 years ago
Marc Mutz b0e525260d Speed up KMSender::prepareStr() multiple times and also comsume less 25 years ago