diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-01-08 02:46:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-01-08 02:46:05 +0800 |
commit | d722b14ad9b47b01eb8d135535d904c1b5b54d1f (patch) | |
tree | 8b6dc31bada3b5e4b74d756fdd9941caa95c8c50 /devel-docs/camel/tmpl/camel-store.sgml | |
parent | c6e32c11c10e006e83cf7beb7afd6b585e3d5570 (diff) | |
download | gsoc2013-evolution-d722b14ad9b47b01eb8d135535d904c1b5b54d1f.tar gsoc2013-evolution-d722b14ad9b47b01eb8d135535d904c1b5b54d1f.tar.gz gsoc2013-evolution-d722b14ad9b47b01eb8d135535d904c1b5b54d1f.tar.bz2 gsoc2013-evolution-d722b14ad9b47b01eb8d135535d904c1b5b54d1f.tar.lz gsoc2013-evolution-d722b14ad9b47b01eb8d135535d904c1b5b54d1f.tar.xz gsoc2013-evolution-d722b14ad9b47b01eb8d135535d904c1b5b54d1f.tar.zst gsoc2013-evolution-d722b14ad9b47b01eb8d135535d904c1b5b54d1f.zip |
Delete camel information from /devel-docs.
Most of the information there is already in evolution-data-server, the
rest is obsolete and not worth keeping.
Diffstat (limited to 'devel-docs/camel/tmpl/camel-store.sgml')
-rw-r--r-- | devel-docs/camel/tmpl/camel-store.sgml | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/devel-docs/camel/tmpl/camel-store.sgml b/devel-docs/camel/tmpl/camel-store.sgml deleted file mode 100644 index 792bd2be39..0000000000 --- a/devel-docs/camel/tmpl/camel-store.sgml +++ /dev/null @@ -1,45 +0,0 @@ -<!-- ##### 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 retrieved. It can be a local -store (for example an mbox-style store) or a distant server (for example an POP3 server). Messages are -not retrieved 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: - - |