|  |  |  | Camel Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
struct CamelIMAPXStore; CamelIMAPXServer * camel_imapx_store_ref_server (CamelIMAPXStore *store,GError **error); 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);
GObject +----CamelObject +----CamelService +----CamelStore +----CamelOfflineStore +----CamelIMAPXStore
CamelIMAPXStore implements GInitable, CamelNetworkService and CamelSubscribable.
CamelIMAPXServer * camel_imapx_store_ref_server (CamelIMAPXStore *store,GError **error);
returns NULL.  If an operation can possibly be executed while offline,
pass NULL for error.
The returned CamelIMAPXServer is referenced for thread-safety and must
be unreferenced with g_object_unref() when finished with it.
| 
 | a CamelIMAPXStore | 
| 
 | return location for a GError, or NULL | 
| Returns : | a CamelIMAPXServer, or NULL | 
Since 3.10
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);