44 Commits (054d122ce2126beeeeb76a423ed84c1fac79306d)

Author SHA1 Message Date
Till Adam 7aaf967dd3 Make sending mail to IDN domains work. 21 years ago
Ingo Klcker 79a7697bba Add a few more tests which need to be done. 21 years ago
Ingo Klcker c981bf09dd Fix the serious regression introduced by fixing aegypten issue 295. 21 years ago
David Faure c28ffdd098 Forward port from proko2 branch: 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 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 db632076b8 Merged from 3.3-branch: Marc Mutz's --enable-final fix 22 years ago
Bo Thorsen e131c9bc34 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 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 03b95ee07b Fixed "the state of the checkable group box (for security warnings) is neither read 22 years ago
Ingo Klcker 7b66e12b96 Set the charset of the plain text and the html text parts and encode the text. Don't set the charset for the multipart/alternative part. Fix a typo (double negation). Together this fixes the creation of signed HTML messages which contain non-ASCII characters. Note to everyone: Always test your stuff also with non-ASCII-only messages. 22 years ago
Ingo Klcker a11c075702 If the user didn't explicitely request Inline OpenPGP then don't ask him whether he really wants to use it. Instead simply don't use it if the message has attachments. 22 years ago
Ingo Klcker 29cea58dc2 Fix creation of plain multipart/alternative messages. For some reason an Assemble() is required to make the boundary parameter appear. 22 years ago
Ingo Klcker 0166de4b28 Fix bug 84742 (boundary ct-parameter missing in clearsigned messages with attachments) and don't set an empty boundary 22 years ago
Ingo Klcker bf6344d390 CVS_SILENT fix typo 22 years ago
Stephan Binner 205d73f19b CVS_SILENT i18n style guide fixes 22 years ago
David Faure 309770f1ab unused 22 years ago
David Faure 8fcd53d840 Fixed the messagebox "you have chosen deprecated inline openpgp but you have attachments", 22 years ago
David Faure 1bbf5ef671 Fixed wrong charset (and other headers) when sending "inline openpgp (deprecated)"-signed messages. 22 years ago
Andrew Coles d9a6a63719 CVS_SILENT 22 years ago
Bo Thorsen fa06b8bc6f The messagecomposer should not destroy the content-type information on the original mail, if possible. 22 years ago
David Faure c793b4360c As long as gpgme is broken, we can't really assert() things like "signing worked". 22 years ago
Bram Schoenmakers fb598e933b CVS_SILENT 22 years ago
Andrew Coles 2c864c7112 CVS_SILENT 22 years ago
David Faure a0fb0131a8 perl -pi -e 's,libkdepim/identity,libkpimidentities/identity,' * 22 years ago
David Faure cf5886a696 Really disable the warnings when sending unsigned/unencrypted. 22 years ago
Marc Mutz a5dddd58cb GUI: Merge from aegypten_branch: tie it all together: The Composer 22 years ago
David Faure 8408c27d66 KMIdentity -> KPIM::Identity, fixed lots of #includes to say <libkdepim/foo.h> 22 years ago
Karl-Heinz Zimmer abeb2da830 fixing bug #33653 (equals kolab issue #96) according to RFC 2822, 3.4 allowing to have an EMPTY group of mailboxes in the TO header field. 22 years ago
Till Adam f6ad9de20d Remove debug output as per Marc's request. 22 years ago
Andrew Coles 6b1f625bbd Corrected typos (exclamation marks). 22 years ago
Andrew Coles af11dae280 Corrected typographical errors. 22 years ago
Edwin Schepers 6968cbda53 new feature: composing HTML messages 22 years ago
Andrew Coles 0332f3293a Corrected typo (loose -> lose). 22 years ago
Stephan Binner 41e916c72f CVS_SILENT i18n style guide fixes 22 years ago
Ingo Klcker b5f1c90da4 Don't set an empty charset. 22 years ago
Bo Thorsen 980f0af0f2 Add the two new files for easier review. Not compiled yet 22 years ago