Top | ![]() |
![]() |
![]() |
![]() |
|
camel_offline_store_get_online () |
|
camel_offline_store_set_online_sync () |
|
camel_offline_store_prepare_for_offline_sync () |
|
camel_offline_store_requires_downsync () |
gboolean camel_offline_store_get_online ();
CamelOfflineStore *store
Returns TRUE
store
is online.
Since: 2.24
gboolean camel_offline_store_set_online_sync (,
CamelOfflineStore *store,
gboolean online,
GCancellable *cancellable);
GError **error
Sets the online/offline state of store
according to online
.
gboolean camel_offline_store_prepare_for_offline_sync (,
CamelOfflineStore *store,
GCancellable *cancellable);
GError **error
Downloads messages for offline, when setup to do so and when the host is reachable.
store |
a |
|
cancellable |
optional |
|
error |
return location for a |
Since: 2.22
gboolean camel_offline_store_requires_downsync ();
CamelOfflineStore *store
Check whether the store
requires synchronization for offline usage.
This is not blocking, it only checks settings on the store and its
currently opened folders.
Returns TRUE
store
requires synchronization for offline usage
Since: 3.12