Home
last modified time | relevance | path

Searched refs:mbox_flags_store (Results 1 – 3 of 3) sorted by relevance

/dports/mail/libetpan/libetpan-1.9.4/src/driver/implementation/mbox/
H A Dmboxdriver_cached.c247 cached_data->mbox_flags_store = mail_flags_store_new(); in mboxdriver_cached_initialize()
248 if (cached_data->mbox_flags_store == NULL) in mboxdriver_cached_initialize()
267 mail_flags_store_free(cached_data->mbox_flags_store); in mboxdriver_cached_initialize()
347 data->mbox_flags_store); in mboxdriver_cached_uninitialize()
349 mail_flags_store_free(data->mbox_flags_store); in mboxdriver_cached_uninitialize()
671 cached_data->mbox_flags_store); in mboxdriver_cached_logout()
690 cached_data->mbox_flags_store); in mboxdriver_cached_check_folder()
720 data->mbox_flags_store); in mboxdriver_cached_expunge_folder()
815 data->mbox_flags_store); in mboxdriver_cached_status_folder()
1149 cached_data->mbox_flags_store); in mboxdriver_cached_get_envelopes_list()
H A Dmboxdriver_types.h77 struct mail_flags_store * mbox_flags_store; member
H A Dmboxdriver_cached_message.c235 mail_flags_store_set(get_cached_session_data(msg_info)->mbox_flags_store, in mbox_check()
276 flags = mail_flags_store_get(get_cached_session_data(msg_info)->mbox_flags_store, in mbox_get_flags()