aboutsummaryrefslogtreecommitdiffstats
path: root/mail/html-stream.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved from camel/camel-formatter, and changed slightly. (More to come.)Dan Winship2000-04-151-139/+0
| | | | | | | | | | | | | | 2000-04-14 Dan Winship <danw@helixcode.com> * mail-format.[ch]: Moved from camel/camel-formatter, and changed slightly. (More to come.) * html-stream.[ch]: No longer necessary. mail-format uses GtkHTMLStreamHandles directly. * mail-display.[ch]: update for new message formatting code. svn path=/trunk/; revision=2438
* sync from laptopBertrand Guiheneuf2000-03-081-1/+2
| | | | svn path=/trunk/; revision=2077
* More changes than a man can remember.Bertrand Guiheneuf2000-03-061-2/+25
| | | | | | The UI works now. svn path=/trunk/; revision=2074
* + * tests/ui-tests/message-browser.c (handle_tree_item): Expand treeMatthew Loper2000-02-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | + items. + (mime_message_to_html): New function; translates a + CamelMimeMessage into two strings (one for the header, and one for + the body). + (get_gtk_html_window): New function; fills out a window with + html. The html is taken from a processed rfc822 file, via a + CamelFormatter. + + * camel/camel-formatter.c: Added assertions. + (handle_text_html): Don't call text_to_html on something that's + already html. + (multipart_foreach): function deleted. + + * mail/html-stream.c (html_stream_new): Second param of + gtk_html_begin should be "", not NULL. + (html_stream_new): gtk_html_parse() is deprecated, so the call was + removed. svn path=/trunk/; revision=1766
* It compiles -miguelArturo Espinosa2000-01-251-4/+13
| | | | svn path=/trunk/; revision=1630
* More workArturo Espinosa2000-01-201-0/+107
More work svn path=/trunk/; revision=1595