CamelIMAPXStore

CamelIMAPXStore

Synopsis

struct              CamelIMAPXStore;
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.

Properties

  "conn-manager"             CamelIMAPXConnManager*  : Read

Signals

  "mailbox-created"                                : Run First
  "mailbox-renamed"                                : Run First
  "mailbox-updated"                                : Run First

Description

Details

struct CamelIMAPXStore

struct CamelIMAPXStore;

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

Property Details

The "conn-manager" property

  "conn-manager"             CamelIMAPXConnManager*  : Read

The Connection Manager being used for remote operations.

Signal Details

The "mailbox-created" signal

void                user_function                      (CamelIMAPXStore   *camelimapxstore,
                                                        CamelIMAPXMailbox *arg1,
                                                        gpointer           user_data)            : Run First

The "mailbox-renamed" signal

void                user_function                      (CamelIMAPXStore   *camelimapxstore,
                                                        CamelIMAPXMailbox *arg1,
                                                        gchar             *arg2,
                                                        gpointer           user_data)            : Run First

The "mailbox-updated" signal

void                user_function                      (CamelIMAPXStore   *camelimapxstore,
                                                        CamelIMAPXMailbox *arg1,
                                                        gpointer           user_data)            : Run First