diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-22 03:11:57 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-22 03:11:57 +0800 |
commit | ea6569368591c16ec4ef6398016a7d33579a793d (patch) | |
tree | f00390fc8b6602aee81971fcd58fe98bbb9f45d5 /camel/ChangeLog | |
parent | 9534ce2e95c2d9886c4cc1e3fdd9e416629422ce (diff) | |
download | gsoc2013-evolution-ea6569368591c16ec4ef6398016a7d33579a793d.tar.gz gsoc2013-evolution-ea6569368591c16ec4ef6398016a7d33579a793d.tar.zst gsoc2013-evolution-ea6569368591c16ec4ef6398016a7d33579a793d.zip |
New source files implementing the CamelCipherContext class for gnupg.
2002-06-21 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.[c,h]: New source files implementing the
CamelCipherContext class for gnupg.
* camel-pgp-context.c (camel_pgp_context_new): Return a
CamelCipherContext.
* camel-pgp-mime.c (camel_pgp_mime_part_decrypt): Take a
CamelCipherContext argument rather than a CamelPgpContext since we
now have a CamelGpgContext also.
(camel_pgp_mime_part_encrypt): Same.
(camel_pgp_mime_part_verify): Same.
(camel_pgp_mime_part_sign): Same.
svn path=/trunk/; revision=17251
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 0341cafb34..b50345b9b7 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,18 @@ +2002-06-21 Jeffrey Stedfast <fejj@ximian.com> + + * camel-gpg-context.[c,h]: New source files implementing the + CamelCipherContext class for gnupg. + + * camel-pgp-context.c (camel_pgp_context_new): Return a + CamelCipherContext. + + * camel-pgp-mime.c (camel_pgp_mime_part_decrypt): Take a + CamelCipherContext argument rather than a CamelPgpContext since we + now have a CamelGpgContext also. + (camel_pgp_mime_part_encrypt): Same. + (camel_pgp_mime_part_verify): Same. + (camel_pgp_mime_part_sign): Same. + 2002-06-20 Jeffrey Stedfast <fejj@ximian.com> * camel-digest-folder.c: Updated to support searching as well as |