78 Commits (b3f04759ca0c95e151e7c421ae7c3f74f87fee11)

Author SHA1 Message Date
Stephan Binner 2f7ca20d88 Yes/No dialog buttons are bad for usability 21 years ago
Reinhold Kainhofer 50d4efd7d4 The FSF moved to a different address, so update the license headers all through kdepim to include the new address (see also the FSF's home page for the new address): 21 years ago
Andr Wbbeking 88881de61a make it compile 21 years ago
Till Adam 3689d5d8ab Move lf2crlf to its sibling crlf2lf in KMail::Util. Port callers. 21 years ago
David Faure 0c9148bf15 Fix nasty cached imap bug: changes made to the folders while syncing (renames, deletions, creations...) 21 years ago
David Faure 88db42ffa4 Aegypten chiasmus: 21 years ago
Marc Mutz 556227ccc0 Abstract KMComposeWin behind KMail::Composer. Patch as posted on kmail-devel. 21 years ago
Marc Mutz f5277ffb7f Extract kmatmlistview.{h,cpp} and kmlineeditspell.{h,cpp} from kmcomposer.{h,cpp}. Part 2/<unknown> of my tear-kmcomposewin.{h,cpp}-apart work. Also fix some bugs in KMLineEdit::insertEmails() *Hint: a popup menu can be canceled, too. 21 years ago
Marc Mutz b7dc817bdd Hide KMSender from the rest of KMail. 21 years ago
Thomas Zander e9bc21966a Remove unneeded include for kmkernel.h (37 files less to compile on every change!) 21 years ago
Thomas Zander 73eda4578c These files include, but don't need kmmessage.h (11 of the previous 22...) 21 years ago
Till Adam cb6d820ca6 Only reset the content type to text/plain if it is a multipart 21 years ago
Till Adam 67a0eb70e4 When re-opening a draft or inline forwarding a message, make sure the 21 years ago
David Faure a78b1f6f3a Fix wrong content-transfer-encoding in chiasmus-encrypted mails 21 years ago
David Faure 6b86cdc1a0 backport no-op cleanup from trunk (rev 414730) 21 years ago
David Faure 5cdf69f890 clean up of dead code and comments 21 years ago
David Faure 3729db1934 Fix content-type and chiasmus-charset in both cases (with and without attachments). 21 years ago
David Faure 2a06855d8c Implemented body encryption with chiasmus 21 years ago
David Faure ff24373d45 Ah, trunk had a better fix 21 years ago
David Faure 6c531ef62e No & in captions... 21 years ago
Marc Mutz bc5760fcd8 Correctly handle cancels. 21 years ago
Marc Mutz 9ee238149a Implement Chiasmus encryption - Kmail side 21 years ago
Till Adam 7aaf967dd3 Make sending mail to IDN domains work. 21 years ago
Till Adam b49a231240 Better add those as well. 21 years ago
Ingo Klcker faef9fc1f1 Backport from HEAD: 21 years ago
Ingo Klcker 79a7697bba Add a few more tests which need to be done. 21 years ago
Till Adam 5a6cdc5a11 Backport brown paper bag bugfix. 21 years ago
Ingo Klcker c981bf09dd Fix the serious regression introduced by fixing aegypten issue 295. 21 years ago
David Faure b4656954a0 From proko2 branch: 21 years ago
David Faure c28ffdd098 Forward port from proko2 branch: 21 years ago
David Faure 8bbf84bf05 Let's use till's version and make the comment more professional :) 21 years ago
David Faure a19ec0402a Fixed aegypten issue 295: "kmail encrypts entire mail though only attachment was to be encrypted" 21 years ago
Ingo Klcker 4a098066d6 Overwriting the null Identity isn't really a good idea. Among other things this commit fixes the weird problems with the various reply methods. 22 years ago
Till Adam 42d889594e Towards more decoupling of the messagecomposer and the composer window. 22 years ago
Till Adam a076288307 Avoid a string copy when sending mails. 22 years ago
Ingo Klcker 6b6a454a7e Fix message composition of editted messages where all attachments are removed or where the crypto format is changed from a MIME-format to inline or unsigned. As the comment in messagecomposer.cpp explains we can't blindly trust the content-type of the message . Instead we have to assume that the content-type is invalid as soon as the user made any change to the message. OTOH, we must not reset the content-type if the message wasn't modified in the composer which is for example the case if a groupware invitation is sent. 22 years ago
Till Adam 8716e5d1b9 Patch by Sam Samy <earlgreykde@netspace.net.au> which ports the composer 22 years ago
Ingo Klcker 78832d716e Backport of CVS commit by kloecker: 22 years ago
Ingo Klcker 1bd1d507d4 Fix PGP/MIME encrypting messages which are BCC'ed. The problem was that KMMessagePart contains a QByteArray which is explicitely shared. Therefore simply copying a KMMessagePart with the copy c'tor for getting a temporary copy isn't possible. Implementing and using a duplicate method fixes the problem. 22 years ago
David Faure 2f52e38276 setBody(0) crashes, let's avoid that. Not sure how it happens though 22 years ago
David Faure db632076b8 Merged from 3.3-branch: Marc Mutz's --enable-final fix 22 years ago
Marc Mutz 8a57e9ea7e Make KMail compile with --enable-final. Please port to HEAD, can't do it myself, but should be straightforward... 22 years ago
Bo Thorsen e131c9bc34 Put in a working email address 22 years ago
Bo Thorsen e7ee58cfcc Put in a working email address 22 years ago
Ingo Klcker 23cd1501a8 Fix caption and put a meaningful text on the Continue button. 22 years ago
Ingo Klcker 3aef862341 Fix caption and put meaningful text on the Continue button. 22 years ago
Ingo Klcker 99c11487a6 Backport of: 22 years ago
Ingo Klcker 3eec9ef424 Fix bug 87607 (Regression: Cannot use Distribution Lists in BCC field). 22 years ago
Bo Thorsen 263673374b Move the email functions to libemailfunctions as discussed (leaving kfileio.* in libkdepim) and update all includes and linking to this. And fix the event viewer dialog that spawned the whole thing 22 years ago
David Faure b16e87c623 Fixed "the state of the checkable group box (for security warnings) is neither read 22 years ago