mirror of
https://github.com/chatmail/core.git
synced 2026-05-12 11:26:29 +03:00
Add IMAP_INBOX_IDLE event
This commit is contained in:
@@ -133,6 +133,9 @@ pub enum EventType {
|
||||
/// Emitted when an IMAP message has been moved
|
||||
ImapMessageMoved(String),
|
||||
|
||||
/// Emitted before going into IDLE on the Inbox folder.
|
||||
ImapInboxIdle,
|
||||
|
||||
/// Emitted when an new file in the $BLOBDIR was created
|
||||
NewBlobFile(String),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user