Functions
e_mail_store_create_folder_sync ()
gboolean
e_mail_store_create_folder_sync (CamelStore *store,
                                 const gchar *full_name,
                                 GCancellable *cancellable,
                                 GError **error);
 
e_mail_store_create_folder_finish ()
gboolean
e_mail_store_create_folder_finish (CamelStore *store,
                                   GAsyncResult *result,
                                   GError **error);
 
e_mail_store_go_offline_sync ()
gboolean
e_mail_store_go_offline_sync (CamelStore *store,
                              GCancellable *cancellable,
                              GError **error);
 
e_mail_store_go_offline_finish ()
gboolean
e_mail_store_go_offline_finish (CamelStore *store,
                                GAsyncResult *result,
                                GError **error);
 
e_mail_store_go_online_sync ()
gboolean
e_mail_store_go_online_sync (CamelStore *store,
                             GCancellable *cancellable,
                             GError **error);
 
e_mail_store_go_online_finish ()
gboolean
e_mail_store_go_online_finish (CamelStore *store,
                               GAsyncResult *result,
                               GError **error);
 
e_mail_store_prepare_for_offline_finish ()
gboolean
e_mail_store_prepare_for_offline_finish
                               (CamelStore *store,
                                GAsyncResult *result,
                                GError **error);