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);

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);