aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-12-16 07:05:55 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-12-16 07:05:55 +0800
commit96c13f461a2aa25578b766c56a895791108171f5 (patch)
tree93e3a995bf620854a80d25f215a19395e3edbd9f /mail/ChangeLog
parent7fbf92b1d677fdb27942e3e5e5b99577f0276275 (diff)
downloadgsoc2013-evolution-96c13f461a2aa25578b766c56a895791108171f5.tar
gsoc2013-evolution-96c13f461a2aa25578b766c56a895791108171f5.tar.gz
gsoc2013-evolution-96c13f461a2aa25578b766c56a895791108171f5.tar.bz2
gsoc2013-evolution-96c13f461a2aa25578b766c56a895791108171f5.tar.lz
gsoc2013-evolution-96c13f461a2aa25578b766c56a895791108171f5.tar.xz
gsoc2013-evolution-96c13f461a2aa25578b766c56a895791108171f5.tar.zst
gsoc2013-evolution-96c13f461a2aa25578b766c56a895791108171f5.zip
New callback to handle multipart/signed parts. (decode_pgp): Update to
2000-12-15 Jeffrey Stedfast <fejj@helixcode.com> * mail-format.c (handle_multipart_signed): New callback to handle multipart/signed parts. (decode_pgp): Update to account for the cipherlen argument needed for openpgp_decrypt. (is_rfc2015): Removed as we now have a better version in mail-crypto. (handle_multipart_encrypted): Updated to use the PGP/MIME utility functions. * mail-crypto.c (mail_crypto_openpgp_decrypt): Don't check (!*plaintext) as it could be a binary stream. Now also takes a cipherlen argument. (mail_crypto_openpgp_sign): New function. (pgp_mime_part_sign): New function to replace a mime part with the pgp signed equivalent. (pgp_mime_part_encrypt): New function to replace a mime part with the pgp encrypted equivalent. (pgp_mime_part_decrypt): New function to decrypt a pgp encrypted mime part (like from pgp_mime_part_encrypt) and replace it. (is_rfc2015_signed): New function to determine if a mime part is an rfc2015 signed part. (is_rfc2015_encrypted): New function to determine if a mime part is an rfc2015 encrypted part. (mail_crypto_openpgp_verify): New openpgp function to verify a signature. svn path=/trunk/; revision=7056
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 0108799e21..1e8079c66d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,31 @@
+2000-12-15 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * mail-format.c (handle_multipart_signed): New callback to handle
+ multipart/signed parts.
+ (decode_pgp): Update to account for the cipherlen argument needed
+ for openpgp_decrypt.
+ (is_rfc2015): Removed as we now have a better version in
+ mail-crypto.
+ (handle_multipart_encrypted): Updated to use the PGP/MIME utility
+ functions.
+
+ * mail-crypto.c (mail_crypto_openpgp_decrypt): Don't check
+ (!*plaintext) as it could be a binary stream. Now also takes a
+ cipherlen argument.
+ (mail_crypto_openpgp_sign): New function.
+ (pgp_mime_part_sign): New function to replace a mime part with the
+ pgp signed equivalent.
+ (pgp_mime_part_encrypt): New function to replace a mime part with
+ the pgp encrypted equivalent.
+ (pgp_mime_part_decrypt): New function to decrypt a pgp encrypted
+ mime part (like from pgp_mime_part_encrypt) and replace it.
+ (is_rfc2015_signed): New function to determine if a mime part is
+ an rfc2015 signed part.
+ (is_rfc2015_encrypted): New function to determine if a mime part
+ is an rfc2015 encrypted part.
+ (mail_crypto_openpgp_verify): New openpgp function to verify a
+ signature.
+
2000-12-14 Christopher James Lahey <clahey@helixcode.com>
* mail-threads.c (update_active_views): Unref the iterator when