From d98f355957a9d1186f4f6506fbf06d010434d648 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 1 Dec 2003 01:30:45 +0000 Subject: Added list-unsubscribe header match. 2003-11-28 Not Zed * camel-mime-utils.c (mail_list_magic[]): Added list-unsubscribe header match. 2003-11-26 Not Zed * camel-smime-context.c (sm_verify_cmsg): take a stream rather than a part for the content. (sm_verify): get the content directly as a stream. * camel-multipart-signed.c (camel_multipart_signed_get_content_stream): new api to get the content stream which will match the signed version. svn path=/trunk/; revision=23507 --- camel/camel-multipart-signed.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'camel/camel-multipart-signed.h') diff --git a/camel/camel-multipart-signed.h b/camel/camel-multipart-signed.h index be0a8b4d9d..2b0df64189 100644 --- a/camel/camel-multipart-signed.h +++ b/camel/camel-multipart-signed.h @@ -91,6 +91,8 @@ CamelType camel_multipart_signed_get_type (void); /* public methods */ CamelMultipartSigned *camel_multipart_signed_new (void); +CamelStream *camel_multipart_signed_get_content_stream(CamelMultipartSigned *mps, CamelException *ex); + int camel_multipart_signed_sign (CamelMultipartSigned *mps, CamelCipherContext *context, CamelMimePart *content, const char *uiserid, CamelCipherHash hash, CamelException *ex); -- cgit v1.2.3