New function to parse an HTML meta-tag.
authorJeffrey Stedfast <fejj@ximian.com>
Tue, 10 Jul 2001 22:06:56 +0000 (22:06 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Tue, 10 Jul 2001 22:06:56 +0000 (22:06 +0000)
commit8712055299d21d79cdaedf5d3f92df5d4f9dc81d
tree1558f3ebb67841180562fd628dc4df4d19082478
parent2317af236d624d6ae37f62a3e9d6afb8206dedce
New function to parse an HTML meta-tag.

2001-07-10  Jeffrey Stedfast  <fejj@ximian.com>

* camel-mime-utils.c (html_meta_param_list_decode): New function
to parse an HTML meta-tag.

* camel-mime-part-utils.c
(simple_data_wrapper_construct_from_parser): If the Content-Type
did not contain a charset parameter and it's also a text/html
part, we have 1 last place to look - in the META html tags. *sigh*

* camel-mime-message.c (camel_mime_message_get_source):
s/gint/unsigned since that's what it should be.
camel/ChangeLog
camel/camel-mime-message.c
camel/camel-mime-part-utils.c
camel/camel-mime-utils.c
camel/camel-mime-utils.h
camel/string-utils.c
camel/string-utils.h