Top | ![]() |
![]() |
![]() |
![]() |
gboolean | e_mail_store_create_folder_sync () |
void | e_mail_store_create_folder () |
gboolean | e_mail_store_create_folder_finish () |
gboolean | e_mail_store_go_offline_sync () |
void | e_mail_store_go_offline () |
gboolean | e_mail_store_go_offline_finish () |
gboolean | e_mail_store_go_online_sync () |
void | e_mail_store_go_online () |
gboolean | e_mail_store_go_online_finish () |
void | e_mail_store_prepare_for_offline () |
gboolean | e_mail_store_prepare_for_offline_finish () |
gboolean | e_mail_store_save_initial_setup_sync () |
gboolean e_mail_store_create_folder_sync (CamelStore *store
,const gchar *full_name
,GCancellable *cancellable
,GError **error
);
e_mail_store_create_folder_sync
is deprecated and should not be used in newly-written code.
void e_mail_store_create_folder (CamelStore *store
,const gchar *full_name
,gint io_priority
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
e_mail_store_create_folder
is deprecated and should not be used in newly-written code.
gboolean e_mail_store_create_folder_finish (CamelStore *store
,GAsyncResult *result
,GError **error
);
e_mail_store_create_folder_finish
is deprecated and should not be used in newly-written code.
gboolean e_mail_store_go_offline_sync (CamelStore *store
,GCancellable *cancellable
,GError **error
);
e_mail_store_go_offline_sync
is deprecated and should not be used in newly-written code.
void e_mail_store_go_offline (CamelStore *store
,gint io_priority
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
e_mail_store_go_offline
is deprecated and should not be used in newly-written code.
gboolean e_mail_store_go_offline_finish (CamelStore *store
,GAsyncResult *result
,GError **error
);
e_mail_store_go_offline_finish
is deprecated and should not be used in newly-written code.
gboolean e_mail_store_go_online_sync (CamelStore *store
,GCancellable *cancellable
,GError **error
);
e_mail_store_go_online_sync
is deprecated and should not be used in newly-written code.
void e_mail_store_go_online (CamelStore *store
,gint io_priority
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
e_mail_store_go_online
is deprecated and should not be used in newly-written code.
gboolean e_mail_store_go_online_finish (CamelStore *store
,GAsyncResult *result
,GError **error
);
e_mail_store_go_online_finish
is deprecated and should not be used in newly-written code.
void e_mail_store_prepare_for_offline (CamelStore *store
,gint io_priority
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
e_mail_store_prepare_for_offline
is deprecated and should not be used in newly-written code.
gboolean e_mail_store_prepare_for_offline_finish (CamelStore *store
,GAsyncResult *result
,GError **error
);
e_mail_store_prepare_for_offline_finish
is deprecated and should not be used in newly-written code.
gboolean e_mail_store_save_initial_setup_sync (CamelStore *store
,GHashTable *save_setup
,ESource *collection_source
,ESource *account_source
,ESource *submission_source
,ESource *transport_source
,gboolean write_sources
,GCancellable *cancellable
,GError **error
);
e_mail_store_save_initial_setup_sync
is deprecated and should not be used in newly-written code.