aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-06-27 08:08:17 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-06-27 08:08:17 +0800
commitd5898b33c70e0529370ea2cbdb8e12ee5b3ce7a5 (patch)
tree85805d5097610a3fa71873d7c6b0d0208b62e720 /composer/ChangeLog
parentc2ea337354d5b340a2320118189cf722e1ce9f57 (diff)
downloadgsoc2013-evolution-d5898b33c70e0529370ea2cbdb8e12ee5b3ce7a5.tar
gsoc2013-evolution-d5898b33c70e0529370ea2cbdb8e12ee5b3ce7a5.tar.gz
gsoc2013-evolution-d5898b33c70e0529370ea2cbdb8e12ee5b3ce7a5.tar.bz2
gsoc2013-evolution-d5898b33c70e0529370ea2cbdb8e12ee5b3ce7a5.tar.lz
gsoc2013-evolution-d5898b33c70e0529370ea2cbdb8e12ee5b3ce7a5.tar.xz
gsoc2013-evolution-d5898b33c70e0529370ea2cbdb8e12ee5b3ce7a5.tar.zst
gsoc2013-evolution-d5898b33c70e0529370ea2cbdb8e12ee5b3ce7a5.zip
Use the new CamelMultipartEncrypted class to do our encryption work for
2002-06-26 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (build_message): Use the new CamelMultipartEncrypted class to do our encryption work for us. We also need to always get the user's userid before encrypting since pgp/gpg need that. (e_msg_composer_new_with_message): Handle multipart/signed and multipart/encrypted parts by adding the (decrypted) content and setting the composer to pgp sign/encrypt the message when the user re-sends it. svn path=/trunk/; revision=17306
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index c8d2c3307f..cb7d5d1c1b 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -4,6 +4,10 @@
CamelMultipartEncrypted class to do our encryption work for us. We
also need to always get the user's userid before encrypting since
pgp/gpg need that.
+ (e_msg_composer_new_with_message): Handle multipart/signed and
+ multipart/encrypted parts by adding the (decrypted) content and
+ setting the composer to pgp sign/encrypt the message when the user
+ re-sends it.
2002-06-25 Jeffrey Stedfast <fejj@ximian.com>