Top | ![]() |
![]() |
![]() |
![]() |
|
camel_pop3_settings_get_delete_after_days () |
|
camel_pop3_settings_set_delete_after_days () |
|
camel_pop3_settings_get_delete_expunged () |
|
camel_pop3_settings_set_delete_expunged () |
|
camel_pop3_settings_get_disable_extensions () |
|
camel_pop3_settings_set_disable_extensions () |
|
camel_pop3_settings_get_keep_on_server () |
|
camel_pop3_settings_set_keep_on_server () |
|
camel_pop3_settings_get_auto_fetch () |
|
camel_pop3_settings_set_auto_fetch () |
gint camel_pop3_settings_get_delete_after_days ();
CamelPOP3Settings *settings
Returns the number of days to leave messages on the POP3 server before
automatically deleting them. If the value is zero, messages will not
be automatically deleted. The settings
's TRUE
Since: 3.2
void camel_pop3_settings_set_delete_after_days (,
CamelPOP3Settings *settings);
gint delete_after_days
Sets the number of days to leave messages on the POP3 server before
automatically deleting them. If the value is zero, messages will not
be automatically deleted. The settings
's TRUE
settings |
a |
|
delete_after_days |
the number of days to leave messages on the server before automatically deleting them |
Since: 3.2
gboolean camel_pop3_settings_get_delete_expunged ();
CamelPOP3Settings *settings
Returns whether to delete corresponding messages left on the POP3 server
when expunging the local CamelSettings. The settings
's
TRUE
whether to delete corresponding messages on the server when expunging the local CamelSettings
Since: 3.2
void camel_pop3_settings_set_delete_expunged (,
CamelPOP3Settings *settings);
gboolean delete_expunged
Sets whether to delete corresponding messages left on the POP3 server
when expunging the local CamelSettings. The settings
's
TRUE
settings |
a |
|
delete_expunged |
whether to delete corresponding messages on the server when expunging the local CamelSettings |
Since: 3.2
gboolean camel_pop3_settings_get_disable_extensions ();
CamelPOP3Settings *settings
Returns whether to disable support for POP3 extensions. If TRUE
Since: 3.2
void camel_pop3_settings_set_disable_extensions (,
CamelPOP3Settings *settings);
gboolean disable_extensions
Sets whether to disable support for POP3 extensions. If TRUE
settings |
a |
|
disable_extensions |
whether to disable support for POP3 extensions |
Since: 3.2
gboolean camel_pop3_settings_get_keep_on_server ();
CamelPOP3Settings *settings
Returns whether to leave messages on the remote POP3 server after downloading them to the local Inbox.
Since: 3.2
void camel_pop3_settings_set_keep_on_server (,
CamelPOP3Settings *settings);
gboolean keep_on_server
Sets whether to leave messages on the remote POP3 server after downloading them to the local Inbox.
Since: 3.2
gboolean camel_pop3_settings_get_auto_fetch ();
CamelPOP3Settings *settings
Returns whether to download additional mails that may be downloaded later on
Since: 3.4
void camel_pop3_settings_set_auto_fetch (,
CamelPOP3Settings *settings);
gboolean auto_fetch
Sets whether to download additional mails that may be downloaded later on
Since: 3.4