Bo Thorsen
e131c9bc34
Put in a working email address
...
svn path=/trunk/kdepim/; revision=352628
22 years ago
Ingo Klcker
23cd1501a8
Fix caption and put a meaningful text on the Continue button.
...
svn path=/trunk/kdepim/; revision=350834
22 years ago
Ingo Klcker
3aef862341
Fix caption and put meaningful text on the Continue button.
...
svn path=/trunk/kdepim/; revision=350833
22 years ago
Ingo Klcker
3eec9ef424
Fix bug 87607 (Regression: Cannot use Distribution Lists in BCC field).
...
svn path=/trunk/kdepim/; revision=348662
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
...
svn path=/trunk/kdepim/; revision=346704
22 years ago
David Faure
03b95ee07b
Fixed "the state of the checkable group box (for security warnings) is neither read
...
nor written to the config file" as reported by André Wöbbeking. Approved by Ingo.
svn path=/trunk/kdepim/; revision=337097
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.
...
svn path=/trunk/kdepim/; revision=334932
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.
...
svn path=/trunk/kdepim/; revision=334764
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.
...
svn path=/trunk/kdepim/; revision=330128
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
...
CCMAIL: 84742-fixed@bugs.kde.org
svn path=/trunk/kdepim/; revision=327695
22 years ago
Ingo Klcker
bf6344d390
CVS_SILENT fix typo
...
svn path=/trunk/kdepim/; revision=326488
22 years ago
Stephan Binner
205d73f19b
CVS_SILENT i18n style guide fixes
...
svn path=/trunk/kdepim/; revision=325303
22 years ago
David Faure
309770f1ab
unused
...
svn path=/trunk/kdepim/; revision=324613
22 years ago
David Faure
8fcd53d840
Fixed the messagebox "you have chosen deprecated inline openpgp but you have attachments",
...
to offer the option of keeping it that way.
Fixed what happens when choosing openpgp/mime from that messagebox, the attachments
weren't marked as "to be signed".
The bug that remains is when choosing openpgp/mime in the first place and
unselecting signing for the attachment... But I'll let Marc look into that one.
svn path=/trunk/kdepim/; revision=324610
22 years ago
David Faure
1bbf5ef671
Fixed wrong charset (and other headers) when sending "inline openpgp (deprecated)"-signed messages.
...
CCMAIL: 84153-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=324283
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.
...
svn path=/trunk/kdepim/; revision=322427
22 years ago
David Faure
c793b4360c
As long as gpgme is broken, we can't really assert() things like "signing worked".
...
Better display a messagebox, however un-informative.
svn path=/trunk/kdepim/; revision=322391
22 years ago
Bram Schoenmakers
fb598e933b
CVS_SILENT
...
Space added.
svn path=/trunk/kdepim/; revision=318473
22 years ago
Andrew Coles
2c864c7112
CVS_SILENT
...
22 years ago
David Faure
a0fb0131a8
perl -pi -e 's,libkdepim/identity,libkpimidentities/identity,' *
...
svn path=/trunk/kdepim/; revision=317529
22 years ago
David Faure
cf5886a696
Really disable the warnings when sending unsigned/unencrypted.
...
The joys of duplicated default values, due to not using a .kcfg yet...
svn path=/trunk/kdepim/; revision=317003
22 years ago
Marc Mutz
a5dddd58cb
GUI: Merge from aegypten_branch: tie it all together: The Composer
...
This patch represents most of the user-visible enhancements from
aegypten_branch. It implements - among others - opportunistic encryption for
S/MIME (was OpenPGP-only), automatic choice of crypto message format (four to
choose from), per-contact crypto preferences stored in, and editable in
KAddressBook/HEAD, etc, etc.
It's a huge bulk of new code, esp. in messagecomposer, but even more so in
keyresolver (already comitted, as it's a new file), so expect a few bugs left
in there and report them (after checking for dup's, of course), to
https://intevation.de/roundup/aegypten
(you are of course more than welcome to provide patches, now that this work is
mostly yours, anyway).
svn path=/trunk/kdepim/; revision=316515
22 years ago
David Faure
8408c27d66
KMIdentity -> KPIM::Identity, fixed lots of #includes to say <libkdepim/foo.h>
...
(better than <foo.h>, especially when systems could have an identity.h somewhere)
A kconfig_update script moves the identities from kmailrc to emailidentities
svn path=/trunk/kdepim/; revision=311347
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.
...
svn path=/trunk/kdepim/; revision=310777
22 years ago
Till Adam
f6ad9de20d
Remove debug output as per Marc's request.
...
svn path=/trunk/kdepim/; revision=297412
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
...
svn path=/trunk/kdepim/; revision=296611
22 years ago
Andrew Coles
0332f3293a
Corrected typo (loose -> lose).
...
22 years ago
Stephan Binner
41e916c72f
CVS_SILENT i18n style guide fixes
...
All in favor for a style guide boot camp.
svn path=/trunk/kdepim/; revision=295714
22 years ago
Ingo Klcker
b5f1c90da4
Don't set an empty charset.
...
svn path=/trunk/kdepim/; revision=290977
22 years ago
Bo Thorsen
980f0af0f2
Add the two new files for easier review. Not compiled yet
...
svn path=/trunk/kdepim/; revision=289361
22 years ago