read_messages


Description:

public bool read_messages (string folder_name, StoreDBReadMessagesFunc func) throws Error

Reads information about all messages for the folder folder_name and calls the func with its user_data for each such message information.

See also read_message.

Parameters:

this

a StoreDB

folder_name

a folder name to read the data from

func

a StoreDBReadMessagesFunc to be called

user_data

user data for the func

Returns:

whether succeeded