Expand description
This module contains mailbox-related logic for the synchronization engine.
It handles fetching messages, acknowledging them, and managing the reliability of mailbox interactions.
Modulesยง
- ack ๐
- This module contains logic for acknowledging messages in mailboxes.
- fetch ๐
- This module contains logic for fetching messages from mailbox providers.
- processing ๐
- This module contains logic for processing messages fetched from mailboxes.
- reliability ๐
- This module contains logic for tracking and managing the reliability of interactions with mailbox providers.