~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-updates

« back to all changes in this revision

Viewing changes to docs/reference/camel/xml/camel-mime-filter-html.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-07-27 16:04:20 UTC
  • mfrom: (1.1.70 upstream)
  • Revision ID: james.westby@ubuntu.com-20090727160420-dr27rzbz6ddjqo04
Tags: 2.27.5-0ubuntu1
* New upstream version: 
  Bug Fixes:
  Address Book:
  - #587558 - Removing a picture of a contact in an LDAP addressbook
              crashes evolution 
  - #589325 - Evolution Contacts reports ambiguous error on Google
              Contacts authentication failure with bad password 
  Calendar:
  - #572176 - Allow local iCal files to be selected as calendar source
  - #586342 - CalDAV backend does not support attachments 
  - #588857 - CalDAV for Google calendars should allow email notifications
  Mail:
  - #524219 (bnc) - Unable to read forward groupwise mails in other clients.
  - #588220 - Evolution crashed when starting with local account configured 
  - #588573 - NULL string comparison in camel-search-sql-sexp.c
  Miscellaneous:
  - #583374 - The broken Google calendar import should be replaced by
              the working CalDAV support 
  - #588277 - Unnecessary special-purpose configure flag 
  Other Fixes:
  Handle quota error messages. 
  Return the proper timezone to get the counts right in all timezones.
  CamelVeeFolder - pass exceptions to functions instead of NULL
  Migrate caldav, groupwise, http, weather backends to ECalBackendStore.   
  Translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<refentry id="camel-CamelMimeFilterHTML">
 
2
<refmeta>
 
3
<refentrytitle role="top_of_page" id="camel-CamelMimeFilterHTML.top_of_page">CamelMimeFilterHTML</refentrytitle>
 
4
<manvolnum>3</manvolnum>
 
5
<refmiscinfo>CAMEL Library</refmiscinfo>
 
6
</refmeta>
 
7
 
 
8
<refnamediv>
 
9
<refname>CamelMimeFilterHTML</refname>
 
10
<refpurpose></refpurpose>
 
11
</refnamediv>
 
12
 
 
13
<refsynopsisdiv id="camel-CamelMimeFilterHTML.synopsis" role="synopsis">
 
14
<title role="synopsis.title">Synopsis</title>
 
15
 
 
16
<synopsis>
 
17
                    <link linkend="CamelMimeFilterHTML">CamelMimeFilterHTML</link>;
 
18
<link linkend="CamelMimeFilterHTML">CamelMimeFilterHTML</link> * <link linkend="camel-mime-filter-html-new">camel_mime_filter_html_new</link>        (void);
 
19
</synopsis>
 
20
</refsynopsisdiv>
 
21
 
 
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
<refsect1 id="camel-CamelMimeFilterHTML.description" role="desc">
 
31
<title role="desc.title">Description</title>
 
32
<para>
 
33
</para>
 
34
</refsect1>
 
35
 
 
36
<refsect1 id="camel-CamelMimeFilterHTML.details" role="details">
 
37
<title role="details.title">Details</title>
 
38
<refsect2 id="CamelMimeFilterHTML" role="struct">
 
39
<title>CamelMimeFilterHTML</title>
 
40
<indexterm zone="CamelMimeFilterHTML"><primary sortas="CamelMimeFilterHTML">CamelMimeFilterHTML</primary></indexterm><programlisting>typedef struct {
 
41
        CamelMimeFilter parent;
 
42
 
 
43
        struct _CamelMimeFilterHTMLPrivate *priv;
 
44
} CamelMimeFilterHTML;
 
45
</programlisting>
 
46
<para>
 
47
</para></refsect2>
 
48
<refsect2 id="camel-mime-filter-html-new" role="function">
 
49
<title>camel_mime_filter_html_new ()</title>
 
50
<indexterm zone="camel-mime-filter-html-new"><primary sortas="camel_mime_filter_html_new">camel_mime_filter_html_new</primary></indexterm><programlisting><link linkend="CamelMimeFilterHTML">CamelMimeFilterHTML</link> * camel_mime_filter_html_new        (void);</programlisting>
 
51
<para>
 
52
Create a new <link linkend="CamelMimeFilterHTML"><type>CamelMimeFilterHTML</type></link> object.</para>
 
53
<para>
 
54
</para><variablelist role="params">
 
55
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> a new <link linkend="CamelMimeFilterHTML"><type>CamelMimeFilterHTML</type></link> object
 
56
</simpara></listitem></varlistentry>
 
57
</variablelist></refsect2>
 
58
 
 
59
</refsect1>
 
60
 
 
61
 
 
62
 
 
63
 
 
64
</refentry>