From d0375813d86145111e6bc5da07e565157de451e9 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 5 Nov 2003 00:42:40 +0000 Subject: new (unfinished) api to peek inside smime parts to tell us whats in it. 2003-11-05 Not Zed * camel-smime-context.c (camel_smime_context_describe_part): new (unfinished) api to peek inside smime parts to tell us whats in it. 2003-11-03 Not Zed * camel-gpg-context.c (gpg_encrypt): Make this output the full multipart/encrypted part, not just the encrypted content part. * camel-cipher-context.c (camel_cipher_sign): change to output full mime part, not just a stream. (camel_cipher_canonical_to_stream): utility function to canonicalise a mimepart to a stream. * camel-smime-context.c (sm_encode_cmsmessage): removed. (sm_sign): change interface to output a full mime-part, not just a part of a mime part in multipart/signed mode. svn path=/trunk/; revision=23187 --- camel/camel-multipart-encrypted.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'camel/camel-multipart-encrypted.c') diff --git a/camel/camel-multipart-encrypted.c b/camel/camel-multipart-encrypted.c index d906ae80fc..2dfe3b4914 100644 --- a/camel/camel-multipart-encrypted.c +++ b/camel/camel-multipart-encrypted.c @@ -142,6 +142,9 @@ camel_multipart_encrypted_encrypt (CamelMultipartEncrypted *mpe, CamelMimePart * CamelCipherContext *cipher, const char *userid, GPtrArray *recipients, CamelException *ex) { + abort(); + +#if 0 CamelMimePart *version_part, *encrypted_part; CamelContentType *mime_type; CamelDataWrapper *wrapper; @@ -189,7 +192,8 @@ camel_multipart_encrypted_encrypt (CamelMultipartEncrypted *mpe, CamelMimePart * camel_data_wrapper_set_mime_type_field (CAMEL_DATA_WRAPPER (mpe), mime_type); camel_content_type_unref (mime_type); camel_multipart_set_boundary ((CamelMultipart *) mpe, NULL); - +#endif + return 0; } -- cgit v1.2.3