Add IMAP_INBOX_IDLE event

This commit is contained in:
link2xt
2023-03-22 19:35:52 +00:00
parent ec00c160c6
commit 5db867cd1b
9 changed files with 32 additions and 1 deletions

View File

@@ -5705,6 +5705,14 @@ void dc_event_unref(dc_event_t* event);
*/
#define DC_EVENT_IMAP_MESSAGE_MOVED 105
/**
* Emitted before going into IDLE on the Inbox folder.
*
* @param data1 0
* @param data2 0
*/
#define DC_EVENT_IMAP_INBOX_IDLE 106
/**
* Emitted when a new blob file was successfully written
*