set the mime-type field on the content the same way as
authorNot Zed <NotZed@Ximian.com>
Mon, 15 Mar 2004 08:32:08 +0000 (08:32 +0000)
committerMichael Zucci <zucchi@src.gnome.org>
Mon, 15 Mar 2004 08:32:08 +0000 (08:32 +0000)
commitba365f265f44b1e26797da6c86d85d1b5c90c1a1
tree20a688c0c3c2f601caedb7ec7ef7e480d7af46b9
parentd1bfd2aa58d9317973a000796891c87d46b027b1
set the mime-type field on the content the same way as

2004-03-15  Not Zed  <NotZed@Ximian.com>

        * 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.
camel/ChangeLog
camel/camel-folder.c
camel/camel-mime-message.c
camel/camel-mime-message.h
camel/camel-mime-part.c
camel/camel.c
camel/providers/imap/camel-imap-folder.c