CamelIMAPXStore

CamelIMAPXStore

Synopsis

struct              CamelIMAPXStore;
CamelIMAPXServer *  camel_imapx_store_get_server        (CamelIMAPXStore *store,
                                                         const gchar *folder_name,
                                                         GCancellable *cancellable,
                                                         GError **error);
void                camel_imapx_store_op_done           (CamelIMAPXStore *istore,
                                                         CamelIMAPXServer *server,
                                                         const gchar *folder_name);
CamelFolderQuotaInfo * camel_imapx_store_dup_quota_info (CamelIMAPXStore *store,
                                                         const gchar *quota_root_name);
void                camel_imapx_store_set_quota_info    (CamelIMAPXStore *store,
                                                         const gchar *quota_root_name,
                                                         const CamelFolderQuotaInfo *info);

Object Hierarchy

  GObject
   +----CamelObject
         +----CamelService
               +----CamelStore
                     +----CamelOfflineStore
                           +----CamelIMAPXStore

Implemented Interfaces

CamelIMAPXStore implements GInitable, CamelNetworkService and CamelSubscribable.

Description

Details

struct CamelIMAPXStore

struct CamelIMAPXStore;

camel_imapx_store_get_server ()

CamelIMAPXServer *  camel_imapx_store_get_server        (CamelIMAPXStore *store,
                                                         const gchar *folder_name,
                                                         GCancellable *cancellable,
                                                         GError **error);

camel_imapx_store_op_done ()

void                camel_imapx_store_op_done           (CamelIMAPXStore *istore,
                                                         CamelIMAPXServer *server,
                                                         const gchar *folder_name);

camel_imapx_store_dup_quota_info ()

CamelFolderQuotaInfo * camel_imapx_store_dup_quota_info (CamelIMAPXStore *store,
                                                         const gchar *quota_root_name);

camel_imapx_store_set_quota_info ()

void                camel_imapx_store_set_quota_info    (CamelIMAPXStore *store,
                                                         const gchar *quota_root_name,
                                                         const CamelFolderQuotaInfo *info);