~ubuntu-branches/ubuntu/karmic/libtinymail/karmic

« back to all changes in this revision

Viewing changes to docs/devel/reference/tmpl/tny-generic-send-queue.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-10-12 11:21:12 UTC
  • Revision ID: james.westby@ubuntu.com-20071012112112-fod9fs7yrooxjr7i
Tags: upstream-0.0.2
ImportĀ upstreamĀ versionĀ 0.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
TnyGenericSendQueue
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
A queue for sending messages
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
A queue for sending messages. The queue observers the outbox that you have to give it at its
 
10
contructor. When messages get added, it'll automatically assume that those messages must be
 
11
transferred and after that is successful for a message, moved to the sentbox. The type also
 
12
implements #TnySendQueue and you can also use that API with it to add messages.
 
13
</para>
 
14
 
 
15
<!-- ##### SECTION See_Also ##### -->
 
16
<para>
 
17
#TnyQueue, #TnySendQueue, #TnyFolderObserver
 
18
</para>
 
19
 
 
20
<!-- ##### SECTION Stability_Level ##### -->
 
21
 
 
22
 
 
23
<!-- ##### STRUCT TnyGenericSendQueue ##### -->
 
24
<para>
 
25
 
 
26
</para>
 
27
 
 
28
 
 
29
<!-- ##### FUNCTION tny_generic_send_queue_new ##### -->
 
30
<para>
 
31
 
 
32
</para>
 
33
 
 
34
@decorated: 
 
35
@account: 
 
36
@outbox: 
 
37
@sentbox: 
 
38
@Returns: 
 
39
 
 
40