purge_message_cache


Description:

[ Version ( since = "3.4" ) ]
public async bool purge_message_cache (string start_uid, string end_uid, int io_priority, Cancellable? cancellable = null) throws Error

Delete the local cache of all messages between these uids.

When the operation is finished, callback will be called. You can then call purge_message_cache.end to get the result of the operation.

Parameters:

this

a Folder

start_uid

the start message UID

end_uid

the end message UID

io_priority

the I/O priority of the request

cancellable

optional Cancellable object, or null

callback

a TaskReadyCallback to call when the request is satisfied

user_data

data to pass to the callback function