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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-07 15:43:29 UTC
  • mfrom: (1.1.73 upstream)
  • Revision ID: james.westby@ubuntu.com-20090907154329-ig45a78mkhotc4af
Tags: 2.27.92-0ubuntu1
* New upstream version
  Bug Fixes:
  Mailer:
  - #350007 - evolution busy-waits on GPG signing operations 
  - #578910 - Fixes problem of missing migration for left out folders
  Other Fixes:
  Show filename in password file load/save warnings 
  Paste of e-mail always goes to the left most position 
  Expand <group> inline adds control codes 
  vee_rebuild_folder
* debian/patches/11_it_translation.patch:
  - don't use this debian change, the translation changed and those issues
    should be fixed upstream or in rosetta but not in source changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
<a name="camel-CamelTransport.synopsis"></a><h2>Synopsis</h2>
57
57
<pre class="synopsis">
58
58
struct              <a class="link" href="camel-CamelTransport.html#CamelTransport" title="struct CamelTransport">CamelTransport</a>;
59
 
<a
60
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
61
 
>gboolean</a>            <a class="link" href="camel-CamelTransport.html#camel-transport-send-to" title="camel_transport_send_to ()">camel_transport_send_to</a>             (<a class="link" href="camel-CamelTransport.html#CamelTransport" title="struct CamelTransport">CamelTransport</a> *transport,
 
59
gboolean            <a class="link" href="camel-CamelTransport.html#camel-transport-send-to" title="camel_transport_send_to ()">camel_transport_send_to</a>             (<a class="link" href="camel-CamelTransport.html#CamelTransport" title="struct CamelTransport">CamelTransport</a> *transport,
62
60
                                                         <a class="link" href="camel-CamelMimeMessage.html#CamelMimeMessage" title="struct CamelMimeMessage">CamelMimeMessage</a> *message,
63
61
                                                         <a class="link" href="camel-CamelAddress.html#CamelAddress" title="struct CamelAddress">CamelAddress</a> *from,
64
62
                                                         <a class="link" href="camel-CamelAddress.html#CamelAddress" title="struct CamelAddress">CamelAddress</a> *recipients,
86
84
<hr>
87
85
<div class="refsect2" lang="en">
88
86
<a name="camel-transport-send-to"></a><h3>camel_transport_send_to ()</h3>
89
 
<pre class="programlisting"><a
90
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
91
 
>gboolean</a>            camel_transport_send_to             (<a class="link" href="camel-CamelTransport.html#CamelTransport" title="struct CamelTransport">CamelTransport</a> *transport,
 
87
<pre class="programlisting">gboolean            camel_transport_send_to             (<a class="link" href="camel-CamelTransport.html#CamelTransport" title="struct CamelTransport">CamelTransport</a> *transport,
92
88
                                                         <a class="link" href="camel-CamelMimeMessage.html#CamelMimeMessage" title="struct CamelMimeMessage">CamelMimeMessage</a> *message,
93
89
                                                         <a class="link" href="camel-CamelAddress.html#CamelAddress" title="struct CamelAddress">CamelAddress</a> *from,
94
90
                                                         <a class="link" href="camel-CamelAddress.html#CamelAddress" title="struct CamelAddress">CamelAddress</a> *recipients,
99
95
is responsible for stripping it.
100
96
</p>
101
97
<p>
102
 
Return <a
103
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
104
 
><code class="literal">TRUE</code></a> on success or <a
105
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS"
106
 
><code class="literal">FALSE</code></a> on fail</p>
 
98
Return <code class="literal">TRUE</code> on success or <code class="literal">FALSE</code> on fail</p>
107
99
<p>
108
100
</p>
109
101
<div class="variablelist"><table border="0">