![]() |
![]() |
![]() |
Camel Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
struct CamelIMAPXConnManager; CamelIMAPXConnManager * camel_imapx_conn_manager_new (CamelStore *store
); CamelStore * camel_imapx_conn_manager_get_store (CamelIMAPXConnManager *con_man
); CamelIMAPXServer * camel_imapx_conn_manager_get_connection (CamelIMAPXConnManager *con_man
,const gchar *folder_name
,GCancellable *cancellable
,GError **error
); void camel_imapx_conn_manager_close_connections (CamelIMAPXConnManager *con_man
); GList * camel_imapx_conn_manager_get_connections (CamelIMAPXConnManager *con_man
); void camel_imapx_conn_manager_update_con_info (CamelIMAPXConnManager *con_man
,CamelIMAPXServer *server
,const gchar *folder_name
);
CamelIMAPXConnManager * camel_imapx_conn_manager_new (CamelStore *store
);
CamelStore * camel_imapx_conn_manager_get_store (CamelIMAPXConnManager *con_man
);
CamelIMAPXServer * camel_imapx_conn_manager_get_connection (CamelIMAPXConnManager *con_man
,const gchar *folder_name
,GCancellable *cancellable
,GError **error
);
void camel_imapx_conn_manager_close_connections
(CamelIMAPXConnManager *con_man
);
GList * camel_imapx_conn_manager_get_connections
(CamelIMAPXConnManager *con_man
);
void camel_imapx_conn_manager_update_con_info (CamelIMAPXConnManager *con_man
,CamelIMAPXServer *server
,const gchar *folder_name
);
"store"
property"store" CamelStore* : Read / Write / Construct Only
The CamelStore to which we belong.