1999-08-06 bertrand <Bertrand.Guiheneuf@aful.org> * devel-docs/camel/: updated some autogen doc stuff. Still don't understand warnings :( * camel/camel-data-wrapper.c: * camel/providers/MH/camel-mh-store.c: * camel/url-util.c: * camel/gmime-content-field.c: * camel/camel-store.c: various inline doc corrections. * camel/camel-folder.c (get_message_count): new method. Returns the number of message in the folder. svn path=/trunk/; revision=1092
46 lines
859 B
Plaintext
46 lines
859 B
Plaintext
<!-- ##### 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:
|
|
|
|
|