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

« back to all changes in this revision

Viewing changes to docs/reference/eds/html/eds-ESourceMailTransport.html

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-06-13 12:02:14 UTC
  • mfrom: (1.1.116) (1.2.35 sid)
  • Revision ID: package-import@ubuntu.com-20140613120214-1zx93d8jxwt093aw
Tags: 3.12.2-1ubuntu1
* Merge with Debian, remaining changes:
  - debian/control: build depend on hardening-wrapper
  - Add build-depends and pass configure flag to enable Ubuntu Online
    Accounts support.
  - Filter out -Bsymbolic-functions from LDFLAGS (for future people
    wondering about this change, see e.g. BGO #594473 and duplicates).
  - Enable Ubuntu Online Accounts and split it and GOA into a separate
    package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>ESourceMailTransport</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
7
<link rel="home" href="index.html" title="Evolution-Data-Server Reference Manual">
 
8
<link rel="up" href="ch02.html" title="Data Source Extensions">
 
9
<link rel="prev" href="eds-ESourceMailSubmission.html" title="ESourceMailSubmission">
 
10
<link rel="next" href="eds-ESourceMDN.html" title="ESourceMDN">
 
11
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
</head>
 
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="eds-ESourceMailSubmission.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
20
<th width="100%" align="center">Evolution-Data-Server Reference Manual</th>
 
21
<td><a accesskey="n" href="eds-ESourceMDN.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
22
</tr>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#eds-ESourceMailTransport.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#eds-ESourceMailTransport.description" class="shortcut">Description</a>
 
27
</td></tr>
 
28
</table>
 
29
<div class="refentry">
 
30
<a name="eds-ESourceMailTransport"></a><div class="titlepage"></div>
 
31
<div class="refnamediv"><table width="100%"><tr>
 
32
<td valign="top">
 
33
<h2><span class="refentrytitle"><a name="eds-ESourceMailTransport.top_of_page"></a>ESourceMailTransport</span></h2>
 
34
<p>ESourceMailTransport — <a class="link" href="eds-ESource.html#ESource" title="struct ESource"><span class="type">ESource</span></a> extension for an email transport</p>
 
35
</td>
 
36
<td valign="top" align="right"></td>
 
37
</tr></table></div>
 
38
<div class="refsynopsisdiv">
 
39
<a name="eds-ESourceMailTransport.synopsis"></a><h2>Synopsis</h2>
 
40
<pre class="synopsis">
 
41
#include &lt;libedataserver/libedataserver.h&gt;
 
42
 
 
43
#define             <a class="link" href="eds-ESourceMailTransport.html#E-SOURCE-EXTENSION-MAIL-TRANSPORT:CAPS" title="E_SOURCE_EXTENSION_MAIL_TRANSPORT">E_SOURCE_EXTENSION_MAIL_TRANSPORT</a>
 
44
struct              <a class="link" href="eds-ESourceMailTransport.html#ESourceMailTransport" title="struct ESourceMailTransport">ESourceMailTransport</a>;
 
45
struct              <a class="link" href="eds-ESourceMailTransport.html#ESourceMailTransportClass" title="struct ESourceMailTransportClass">ESourceMailTransportClass</a>;
 
46
</pre>
 
47
</div>
 
48
<div class="refsect1">
 
49
<a name="eds-ESourceMailTransport.description"></a><h2>Description</h2>
 
50
<p>
 
51
The <a class="link" href="eds-ESourceMailTransport.html#ESourceMailTransport" title="struct ESourceMailTransport"><span class="type">ESourceMailTransport</span></a> extension identifies the <a class="link" href="eds-ESource.html#ESource" title="struct ESource"><span class="type">ESource</span></a> as a
 
52
mail transport which describes where to send outgoing messages.
 
53
</p>
 
54
<p>
 
55
Access the extension as follows:
 
56
</p>
 
57
<p>
 
58
</p>
 
59
<div class="informalexample">
 
60
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
 
61
    <tbody>
 
62
      <tr>
 
63
        <td class="listing_lines" align="right"><pre>1
 
64
2
 
65
3
 
66
4
 
67
5</pre></td>
 
68
        <td class="listing_code"><pre class="programlisting"><span class="gtkdoc ppc">#include &lt;libedataserver/libedataserver.h&gt;</span>
 
69
 
 
70
ESourceMailTransport <span class="gtkdoc opt">*</span>extension<span class="gtkdoc opt">;</span>
 
71
 
 
72
extension <span class="gtkdoc opt">=</span> <span class="function"><a href="eds-ESource.html#e-source-get-extension">e_source_get_extension</a></span> <span class="gtkdoc opt">(</span>source<span class="gtkdoc opt">,</span> E_SOURCE_EXTENSION_MAIL_TRANSPORT<span class="gtkdoc opt">);</span></pre></td>
 
73
      </tr>
 
74
    </tbody>
 
75
  </table>
 
76
</div>
 
77
 
 
78
<p>
 
79
</p>
 
80
</div>
 
81
<div class="refsect1">
 
82
<a name="eds-ESourceMailTransport.details"></a><h2>Details</h2>
 
83
<div class="refsect2">
 
84
<a name="E-SOURCE-EXTENSION-MAIL-TRANSPORT:CAPS"></a><h3>E_SOURCE_EXTENSION_MAIL_TRANSPORT</h3>
 
85
<pre class="programlisting">#define E_SOURCE_EXTENSION_MAIL_TRANSPORT "Mail Transport"
 
86
</pre>
 
87
<p>
 
88
Pass this extension name to <a class="link" href="eds-ESource.html#e-source-get-extension" title="e_source_get_extension ()"><code class="function">e_source_get_extension()</code></a> to access
 
89
<a class="link" href="eds-ESourceMailTransport.html#ESourceMailTransport" title="struct ESourceMailTransport"><span class="type">ESourceMailTransport</span></a>.  This is also used as a group name in key files.
 
90
</p>
 
91
<p class="since">Since 3.6</p>
 
92
</div>
 
93
<hr>
 
94
<div class="refsect2">
 
95
<a name="ESourceMailTransport"></a><h3>struct ESourceMailTransport</h3>
 
96
<pre class="programlisting">struct ESourceMailTransport {
 
97
        ESourceBackend parent;
 
98
        ESourceMailTransportPrivate *priv;
 
99
};
 
100
</pre>
 
101
<p>
 
102
Contains only private data that should be read and manipulated using the
 
103
functions below.
 
104
</p>
 
105
<p class="since">Since 3.6</p>
 
106
</div>
 
107
<hr>
 
108
<div class="refsect2">
 
109
<a name="ESourceMailTransportClass"></a><h3>struct ESourceMailTransportClass</h3>
 
110
<pre class="programlisting">struct ESourceMailTransportClass {
 
111
        ESourceBackendClass parent_class;
 
112
};
 
113
</pre>
 
114
</div>
 
115
</div>
 
116
</div>
 
117
<div class="footer">
 
118
<hr>
 
119
          Generated by GTK-Doc V1.19</div>
 
120
</body>
 
121
</html>
 
 
b'\\ No newline at end of file'