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

« back to all changes in this revision

Viewing changes to docs/reference/camel/html/camel-CamelMultipartSigned.html

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>CamelMultipartSigned</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Camel Reference Manual">
8
8
<link rel="up" href="MIME.html" title="MIME Objects">
9
9
<link rel="prev" href="camel-CamelMultipart.html" title="CamelMultipart">
26
26
                  <a href="#camel-CamelMultipartSigned.description" class="shortcut">Description</a>
27
27
</td></tr>
28
28
</table>
29
 
<div class="refentry" lang="en">
 
29
<div class="refentry" title="CamelMultipartSigned">
30
30
<a name="camel-CamelMultipartSigned"></a><div class="titlepage"></div>
31
31
<div class="refnamediv"><table width="100%"><tr>
32
32
<td valign="top">
35
35
</td>
36
36
<td valign="top" align="right"></td>
37
37
</tr></table></div>
38
 
<div class="refsynopsisdiv">
 
38
<div class="refsynopsisdiv" title="Synopsis">
39
39
<a name="camel-CamelMultipartSigned.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">                    <a class="link" href="camel-CamelMultipartSigned.html#CamelMultipartSigned" title="CamelMultipartSigned">CamelMultipartSigned</a>;
41
41
<a class="link" href="camel-CamelMultipartSigned.html#CamelMultipartSigned" title="CamelMultipartSigned"><span class="returnvalue">CamelMultipartSigned</span></a> * <a class="link" href="camel-CamelMultipartSigned.html#camel-multipart-signed-new" title="camel_multipart_signed_new ()">camel_multipart_signed_new</a>       (<em class="parameter"><code><span class="type">void</span></code></em>);
44
44
                                                         <em class="parameter"><code><a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException"><span class="type">CamelException</span></a> *ex</code></em>);
45
45
</pre>
46
46
</div>
47
 
<div class="refsect1" lang="en">
 
47
<div class="refsect1" title="Description">
48
48
<a name="camel-CamelMultipartSigned.description"></a><h2>Description</h2>
49
49
<p>
50
50
</p>
51
51
</div>
52
 
<div class="refsect1" lang="en">
 
52
<div class="refsect1" title="Details">
53
53
<a name="camel-CamelMultipartSigned.details"></a><h2>Details</h2>
54
 
<div class="refsect2" lang="en">
 
54
<div class="refsect2" title="CamelMultipartSigned">
55
55
<a name="CamelMultipartSigned"></a><h3>CamelMultipartSigned</h3>
56
56
<pre class="programlisting">typedef struct {
57
57
        CamelMultipart parent_object;
80
80
</p>
81
81
</div>
82
82
<hr>
83
 
<div class="refsect2" lang="en">
 
83
<div class="refsect2" title="camel_multipart_signed_new ()">
84
84
<a name="camel-multipart-signed-new"></a><h3>camel_multipart_signed_new ()</h3>
85
85
<pre class="programlisting"><a class="link" href="camel-CamelMultipartSigned.html#CamelMultipartSigned" title="CamelMultipartSigned"><span class="returnvalue">CamelMultipartSigned</span></a> * camel_multipart_signed_new       (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
86
86
<p>
109
109
Use sign_part.  A signature part will automatically be created
110
110
and the whole part may be written using write_to_stream to
111
111
create a 'transport-safe' version (as safe as can be expected with
112
 
such a broken specification).</p>
 
112
such a broken specification).
 
113
</p>
113
114
<div class="variablelist"><table border="0">
114
115
<col align="left" valign="top">
115
116
<tbody><tr>
120
121
</table></div>
121
122
</div>
122
123
<hr>
123
 
<div class="refsect2" lang="en">
 
124
<div class="refsect2" title="camel_multipart_signed_get_content_stream ()">
124
125
<a name="camel-multipart-signed-get-content-stream"></a><h3>camel_multipart_signed_get_content_stream ()</h3>
125
126
<pre class="programlisting"><a class="link" href="camel-CamelStream.html#CamelStream" title="struct CamelStream"><span class="returnvalue">CamelStream</span></a> *       camel_multipart_signed_get_content_stream
126
127
                                                        (<em class="parameter"><code><a class="link" href="camel-CamelMultipartSigned.html#CamelMultipartSigned" title="CamelMultipartSigned"><span class="type">CamelMultipartSigned</span></a> *mps</code></em>,
127
128
                                                         <em class="parameter"><code><a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException"><span class="type">CamelException</span></a> *ex</code></em>);</pre>
128
129
<p>
129
130
Get the raw signed content stream of the multipart/signed MIME part
130
 
suitable for use with verification of the signature.</p>
 
131
suitable for use with verification of the signature.
 
132
</p>
131
133
<div class="variablelist"><table border="0">
132
134
<col align="left" valign="top">
133
135
<tbody>