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

« back to all changes in this revision

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

  • 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:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>camel-movemail</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
7
7
<link rel="home" href="index.html" title="Camel Reference Manual">
8
8
<link rel="up" href="Utilities.html" title="Utilities">
9
9
<link rel="prev" href="camel-camel-mime-utils.html" title="camel-mime-utils">
10
10
<link rel="next" href="camel-CamelMsgPort.html" title="CamelMsgPort">
11
 
<meta name="generator" content="GTK-Doc V1.12 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="classes.html" title="Part I. Camel Classes">
14
14
<link rel="chapter" href="ClassTree.html" title="Class Hierarchy">
39
39
</tr>
40
40
<tr><td colspan="5" class="shortcuts">
41
41
<a href="#camel-camel-movemail.synopsis" class="shortcut">Top</a>
42
 
                   | 
43
 
                  <a href="#camel-camel-movemail.description" class="shortcut">Description</a>
 
42
                 | 
 
43
                <a href="#camel-camel-movemail.description" class="shortcut">Description</a>
44
44
</td></tr>
45
45
</table>
46
46
<div class="refentry" lang="en">
54
54
</tr></table></div>
55
55
<div class="refsynopsisdiv">
56
56
<a name="camel-camel-movemail.synopsis"></a><h2>Synopsis</h2>
57
 
<pre class="synopsis">gint                <a class="link" href="camel-camel-movemail.html#camel-movemail" title="camel_movemail ()">camel_movemail</a>                      (const gchar *source,
58
 
                                                         const gchar *dest,
 
57
<pre class="synopsis">
 
58
<a
 
59
href="../glib/glib-Basic-Types.html#gint"
 
60
>gint</a>                <a class="link" href="camel-camel-movemail.html#camel-movemail" title="camel_movemail ()">camel_movemail</a>                      (const <a
 
61
href="../glib/glib-Basic-Types.html#gchar"
 
62
>gchar</a> *source,
 
63
                                                         const <a
 
64
href="../glib/glib-Basic-Types.html#gchar"
 
65
>gchar</a> *dest,
59
66
                                                         <a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException">CamelException</a> *ex);
60
67
</pre>
61
68
</div>
68
75
<a name="camel-camel-movemail.details"></a><h2>Details</h2>
69
76
<div class="refsect2" lang="en">
70
77
<a name="camel-movemail"></a><h3>camel_movemail ()</h3>
71
 
<pre class="programlisting">gint                camel_movemail                      (const gchar *source,
72
 
                                                         const gchar *dest,
 
78
<pre class="programlisting"><a
 
79
href="../glib/glib-Basic-Types.html#gint"
 
80
>gint</a>                camel_movemail                      (const <a
 
81
href="../glib/glib-Basic-Types.html#gchar"
 
82
>gchar</a> *source,
 
83
                                                         const <a
 
84
href="../glib/glib-Basic-Types.html#gchar"
 
85
>gchar</a> *dest,
73
86
                                                         <a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException">CamelException</a> *ex);</pre>
74
87
<p>
75
88
This copies an mbox file from a shared directory with multiple
108
121
</div>
109
122
<div class="footer">
110
123
<hr>
111
 
          Generated by GTK-Doc V1.12</div>
 
124
          Generated by GTK-Doc V1.11</div>
112
125
</body>
113
126
</html>