From 1043413b4066785b4ee0ba8c38a71c3567e89b8d Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 15 Mar 2004 08:32:08 +0000 Subject: set the mime-type field on the content the same way as 2004-03-15 Not Zed * providers/imap/camel-imap-folder.c (get_content, get_message): set the mime-type field on the content the same way as construct_from_stream does. Bug #55472. * camel-mime-message.c (camel_mime_message_dump): utility function to dump message content to stdout. (camel_mime_message_init): default mime type to message/rfc822. * camel.c (camel_init): change camel verbose debug to be an int, a bitmask of debug options. svn path=/trunk/; revision=25064 --- camel/camel-mime-message.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'camel/camel-mime-message.h') diff --git a/camel/camel-mime-message.h b/camel/camel-mime-message.h index c1149d5ef5..d420c48676 100644 --- a/camel/camel-mime-message.h +++ b/camel/camel-mime-message.h @@ -133,6 +133,8 @@ CamelMimePart *camel_mime_message_get_part_by_content_id (CamelMime char *camel_mime_message_build_mbox_from (CamelMimeMessage *mime_message); +void camel_mime_message_dump(CamelMimeMessage *msg, int body); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3