aboutsummaryrefslogtreecommitdiffstats
path: root/devel-docs/camel/tmpl/camel-store.sgml
blob: 25f9cc1283ad41d0f0c29c9d2fc6abb6ea49a940 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!-- ##### SECTION Title ##### -->
CamelStore

<!-- ##### SECTION Short_Description ##### -->

A class representing a message (local or distant) repository 
<!-- ##### SECTION Long_Description ##### -->
<para>
The store class models a place where messages can be stored and retreived. It can be a local 
store (for example an mbox-style store) or a distant server (for example an POP3 server). Messages are
not retreived or stored directly with a CamelStore object. Instead, a CamelFolder object must be
obtained from the store first. 
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### STRUCT CamelStore ##### -->
<para>

</para>


<!-- ##### FUNCTION camel_store_get_separator ##### -->
<para>

</para>

@store: 
@Returns: 


<!-- ##### FUNCTION camel_store_get_folder ##### -->
<para>

</para>

@store: 
@folder_name: 
@Returns: