Top | ![]() |
![]() |
![]() |
![]() |
|
camel_pop3_store_ref_cache () |
|
camel_pop3_store_ref_engine () |
|
camel_pop3_store_expunge () |
|
camel_pop3_store_cache_add () |
|
camel_pop3_store_cache_get () |
|
camel_pop3_store_cache_has () |
CamelDataCache * camel_pop3_store_ref_cache ();
CamelPOP3Store *store
Returns the store
.
The returned g_object_unref()
CamelPOP3Engine * camel_pop3_store_ref_engine ();
CamelPOP3Store *store
Returns the store
.
The returned g_object_unref()
gboolean camel_pop3_store_expunge (,
CamelPOP3Store *store,
GCancellable *cancellable);
GError **error
Expunge messages from the store. This will result in the connection being closed, which may cause later commands to fail if they can't reconnect.
CamelStream * camel_pop3_store_cache_add (,
CamelPOP3Store *storeconst
,gchar *uid);
GError **error
Creates a cache file for uid
in store
and returns a error
and
returns NULL
The returned
CamelStream * camel_pop3_store_cache_get (,
CamelPOP3Store *storeconst
,gchar *uid);
GError **error
Opens the cache file for uid
in store
and returns a NULL
error
and returns
NULL
The returned