189 Commits (3c90a0e8c44db7c2794de68c01d1d897b083cc1c)

Author SHA1 Message Date
Marc Mutz 10846f83de Never open namespaces in header files. 23 years ago
Zack Rusin 8c442416e6 Makefile fix (bad Don ;) ). And namespace fixes. 23 years ago
Don Sanders d3a7bd2673 as-you-type spell checking and color quoting for the composer. 23 years ago
Ingo Klcker 452de7af35 Forwardport fix for bug #53906: Kmail does not sign message when switching identity 23 years ago
Zack Rusin b842fd4316 New address picker. 24 years ago
Bo Thorsen 1af774c4f7 Add two booleans mNeverSign and mNeverEncrypt for sending mails without any user interaction 24 years ago
Don Sanders 2e95afc197 Begin integrating the kroupware branch 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
Stephan Kulow 3ceeb4fc02 merged the kmreaderwin split 24 years ago
Marc Mutz c95155782d from kroupware_branch: RFC-compliant MDN support 24 years ago
Michael Haeckel 3562cb6c3b Restore the modified flag when cancelling spell checking. 24 years ago
Marc Mutz 764f07b5ae from kroupware_branch: set the "confirm {read, delivery}" and "urgent" actions depending on the message in setMsg(); remove the accociated headers when actions unchecked in applyChanges(); whitespace changes 24 years ago
Ingo Klcker d616951db2 Replace NULL and 0L with 0 everywhere and clean up some delete foo 24 years ago
Ingo Klcker eb7d4a0abb - Fix handling of mailto URLs in KMail by correctly encoding (and decoding) mailto URLs as described in RFC 2368. 24 years ago
Ingo Klcker e022ec119a - fixes the inconsistent key handling of the built-in OpenPGP support and the PGP/MIME support via the plugin. Now in both cases our nice key browser is used. 24 years ago
Karl-Heinz Zimmer 4229ddbd3e internal AEgypten bugfix #1204: "Need Debugging Option in GUI configuration" Note: Instead of implementing a GUI option for that we just use two new environment variables to controll whether KMail will create raw text files before/after calling the cryptplug functions related to signing/encrypting. This helps us keep the GUI clean from options 99.9% of the users won't use. The names of the variables are KMAIL_DEBUG_READER_CRYPTO and KMAIL_DEBUG_COMPOSER_CRYPTO, they may be set ON or OFF (or true/false or 0/1). 24 years ago
Karl-Heinz Zimmer fcaf5b8d97 internal AEgypten bugfix #1157: "Show and select active encryption plug-in in composer." Note: This patch was discussed on the KMail list as "Patch for seeing and selecting the Plugin in ComposeWin". 24 years ago
Don Sanders 4b3f78176b Reverting all my recent changes as requested by Michael. 24 years ago
Don Sanders 05cde7e1a7 Code cleanup, make various actions (reply, replyall, etc, etc) independent 24 years ago
Carsten Pfeiffer be5e7bf43d - centralize CryptPlugWrapperList in KMKernel to fix ownership problems 24 years ago
Ingo Klcker a2cd88662c Make cancelling PGP operations work correctly (patch partly by Carsten Pfeiffer) 24 years ago
Marc Mutz 4e797440a9 reverting, since it breaks compilation on 3_0_BRANCH and was never ack'ed by a KMail developer. We (well, at least _I_) want to get stuff done, not clean up other people's mess even more :-(( 24 years ago
Lubo Luk edeeb92ed8 Some LDAP-related code moving to libs. 24 years ago
Michael Haeckel e086692d69 Disable the attachment related actions when there is no attachment. 24 years ago
Karl-Heinz Zimmer 56e33719a0 internal AEgypten bugfix #1166: "don't allow different recipients for mail and attachments" Now we don't ask repeatedly for certificate selection for each attachment. 24 years ago
Karl-Heinz Zimmer a4f7bd1779 internal AEgpten bugfix #1155: pass QCString& certFingerprint parameter to pgpSignedMsg() function to avoid user being asked same questions repeatedly... 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
Carsten Pfeiffer f5c31fce19 added QString prettyMimeType( const QString& type ) and used it to show 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
Ingo Klcker 701ca379a9 Fix Bug#43386: Draft message lost without asking if not encrypted 24 years ago
Marc Mutz 511ec113dd use UOIDs for identities; you need to let kconf_update run 24 years ago
Karl-Heinz Zimmer 833229c18a Bugfix: Do not show "encrypt" and "sign" column in composer's attachment's list when separately encrypting/signing of attachments is not possible. 24 years ago
Karl-Heinz Zimmer 05aa80395e internal AEgypten bugfix #951: allow encrypting/signing of attachments independently from each other (and from the message boddy's crypto settings, resp.) *** this feature only available when using a Crypto Plugin, not for traditional inline PGP 24 years ago
Dave Corrie 7c183f6ba4 Don't spell check quoted text, urls or email addresses. 24 years ago
Ingo Klcker 8c6441ca14 Don't crash if the sent-mail folder of an identity doesn't exist anymore. 24 years ago
Karl-Heinz Zimmer da9daed201 Bugfix #41651: Show error texts which make sense if encrypting or signing via OpenPGP did not work. 24 years ago
Kalle Dalheimer 5b43da5a58 - start the certificate manager from KMail 24 years ago
Karl-Heinz Zimmer d17c8a6946 a) Merged AEGYPTEN_BRANCH additions into HEAD branch. 24 years ago
Ingo Klcker 94e66da21c Restore unencrypted/unsigned message text also for msgs with attachments which are opened in the composer for editting and fix Bug#41102 (no word wrap in draft folder for documents with attachments) 24 years ago
Marc Mutz 1ebeeaab0a Committing changes for IdentityManager: 24 years ago
Ingo Klcker 270bd8340c Improve behaviour of the sign/encrypt actions if identity is changed: 24 years ago
Marc Mutz d4a7b0c4be fix #38716 (When configuring the toolbars, kmail does not update the toolbar 24 years ago
Michael Haeckel 35ee028cdd Give correct status bar messages, when spell check is finished or cancelled. 24 years ago
Michael Haeckel 8e6f270d0e Make the composer font configurable independant of the viewer font. 25 years ago
Michael Haeckel 453d5f74da Ask, if the mail should be stored in the drafts folder, when adding/removing 25 years ago
Waldo Bastian 4c3636c27f Try to be overly smart wrt to pasting email-addresses. (BR36116) 25 years ago
Michael Haeckel 19b7a57e89 Per identity configurable drafts folder (local and IMAP). 25 years ago
Michael Haeckel aea5166dcb Use KMimeType::findByURL instead of KMimeMagic, in order to distinguish between 25 years ago
Marc Mutz 8e162f06f7 Fix header files: missing includes, superfluous includes, missing forward 25 years ago