History log of /dovecot/src/lib-storage/mailbox-list-notify.h
Revision Date Author Comments Expand
ffe330e26377fe1f3661586b7edf6520e11f52da 07-Jul-2017 Aki Tuomi <aki.tuomi@dovecot.fi>

lib-storage: Add type checking for mailbox_list_notify_wait

58a89627905e3590381cdd5eb931b9537c4b4ea6 19-May-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-storage: Implement mailbox_list_notify_flush() This flushes any pending notifications. For now it only checks if there's a pending notification waiting for a timeout. It could also stat() the files to make sure, but that's probably unnecessary.

e27db67b4549773e5015643e776bda9e7025719f 07-Sep-2015 Timo Sirainen <tss@iki.fi>

Mailbox list notify API changed to return multiple events at once. This fixes some issues where a single event could actually trigger multiple different kinds of events.

24acd68c82dc137b88bb3ba3258b9d1f7ebcb44d 04-Sep-2012 Timo Sirainen <tss@iki.fi>

NOTIFY: Implemented SubscriptionChange

8854395cdd21ca521b37ce669f3acb8445792b20 13-Aug-2012 Timo Sirainen <tss@iki.fi>

lib-storage: Added mailbox-list-notify API for tracking changes in all mailboxes. Requires mailbox_list_index=yes to work.