CamelOfflineSettings

CamelOfflineSettings

Functions

Types and Values

Description

Functions

camel_offline_settings_get_stay_synchronized ()

gboolean
camel_offline_settings_get_stay_synchronized
                               (CamelOfflineSettings *settings);

Returns whether to synchronize the local cache with the remote server before switching to offline mode, so the store's content can still be read while offline.

Parameters

settings

a CamelOfflineSettings

 

Returns

whether to stay synchronized with the remote server

Since: 3.2


camel_offline_settings_set_stay_synchronized ()

void
camel_offline_settings_set_stay_synchronized
                               (CamelOfflineSettings *settings,
                                gboolean stay_synchronized);

Sets whether to synchronize the local cache with the remote server before switching to offline mode, so the store's content can still be read while offline.

Parameters

settings

a CamelOfflineSettings

 

stay_synchronized

whether to stay synchronized with the remote server

 

Since: 3.2


camel_offline_settings_get_store_changes_interval ()

gint
camel_offline_settings_get_store_changes_interval
                               (CamelOfflineSettings *settings);

Returns the interval, in seconds, for the changes in the folder being saved automatically. 0 means immediately, while -1 means turning off automatic folder change saving.

Parameters

settings

a CamelOfflineSettings

 

Returns

the interval for automatic store of folder changes

Since: 3.18


camel_offline_settings_set_store_changes_interval ()

void
camel_offline_settings_set_store_changes_interval
                               (CamelOfflineSettings *settings,
                                gint interval);

Sets the interval, in seconds, for the changes in the folder being saved automatically. 0 means immediately, while -1 means turning off automatic folder change saving.

Parameters

settings

a CamelOfflineSettings

 

interval

the interval, in seconds

 

Since: 3.18


camel_offline_settings_get_limit_by_age ()

gboolean
camel_offline_settings_get_limit_by_age
                               (CamelOfflineSettings *settings);

Parameters

settings

a CamelOfflineSettings

 

Returns

whether limit messages stored for offline use by their age

Since: 3.24


camel_offline_settings_set_limit_by_age ()

void
camel_offline_settings_set_limit_by_age
                               (CamelOfflineSettings *settings,
                                gboolean limit_by_age);

Set whether the messages to download for offline should be limited by age. If set to TRUE, then messages older than 'limit-value' will not be downloaded automatically.

Parameters

settings

a CamelOfflineSettings

 

limit_by_age

a value to set

 

Since: 3.24


camel_offline_settings_get_limit_unit ()

CamelTimeUnit
camel_offline_settings_get_limit_unit (CamelOfflineSettings *settings);

Parameters

settings

a CamelOfflineSettings

 

Returns

the limit unit to use when interpreting 'limit-value'

Since: 3.24


camel_offline_settings_set_limit_unit ()

void
camel_offline_settings_set_limit_unit (CamelOfflineSettings *settings,
                                       CamelTimeUnit limit_unit);

Set the limit unit to use when interpreting 'limit-value'.

Parameters

settings

a CamelOfflineSettings

 

limit_unit

a CamelTimeUnit with a unit to use

 

Since: 3.24


camel_offline_settings_get_limit_value ()

gint
camel_offline_settings_get_limit_value
                               (CamelOfflineSettings *settings);

Parameters

settings

a CamelOfflineSettings

 

Returns

the limit, in 'limit-unit', to use when 'limit-by-age' is set to TRUE

Since: 3.24


camel_offline_settings_set_limit_value ()

void
camel_offline_settings_set_limit_value
                               (CamelOfflineSettings *settings,
                                gboolean limit_value);

Set the limit, in 'limit-unit', to use when 'limit-by-age' is set to TRUE.

Parameters

settings

a CamelOfflineSettings

 

limit_value

a value to set

 

Since: 3.24

Types and Values

struct CamelOfflineSettings

struct CamelOfflineSettings {
};

Contains only private data that should be read and manipulated using the functions below.

Since: 3.2