blob: 2882c099861d4af28abc5e6b72ea539747fe2aa1 (
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
45
|
<!-- ##### 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:
|