diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-11-10 01:10:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-11-10 01:10:26 +0800 |
commit | eebf9be69590771ec04c254ec6391237dee3622c (patch) | |
tree | 570fc27a007d05cba2246a094834d0ef46a4dc06 /camel/ChangeLog | |
parent | df5bede1f424f7829ddee0ec3d93e0bc47283c75 (diff) | |
download | gsoc2013-evolution-eebf9be69590771ec04c254ec6391237dee3622c.tar gsoc2013-evolution-eebf9be69590771ec04c254ec6391237dee3622c.tar.gz gsoc2013-evolution-eebf9be69590771ec04c254ec6391237dee3622c.tar.bz2 gsoc2013-evolution-eebf9be69590771ec04c254ec6391237dee3622c.tar.lz gsoc2013-evolution-eebf9be69590771ec04c254ec6391237dee3622c.tar.xz gsoc2013-evolution-eebf9be69590771ec04c254ec6391237dee3622c.tar.zst gsoc2013-evolution-eebf9be69590771ec04c254ec6391237dee3622c.zip |
Fix for bug #69241.
2004-11-08 Jeffrey Stedfast <fejj@novell.com>
Fix for bug #69241.
* camel-gpg-context.c (gpg_decrypt): We need to extract just the
application/pgp-encrypted part from the multipart/encrypted that
gets passed in. Added checks to verify that the input part is the
correct type as well. Once we have the application/pgp-encrypted
part, we need to use camel_data_wrapper_decode_to_stream() in case
the part was encoded in any way.
svn path=/trunk/; revision=27876
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f343b0439b..ab9a878995 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2004-11-08 Jeffrey Stedfast <fejj@novell.com> + + Fix for bug #69241. + + * camel-gpg-context.c (gpg_decrypt): We need to extract just the + application/pgp-encrypted part from the multipart/encrypted that + gets passed in. Added checks to verify that the input part is the + correct type as well. Once we have the application/pgp-encrypted + part, we need to use camel_data_wrapper_decode_to_stream() in case + the part was encoded in any way. + 2004-11-09 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-stream.c (camel_imap4_stream_line): |