Expand description
This module defines data structures and constants for tracking the performance of mailbox providers.
Structs§
- Mailbox
Performance - Represents the performance metrics of a mailbox provider.
Constants§
- FAILURE_
WINDOW_ SECONDS - The duration (in seconds) for the failure window.
- MAX_
CONSECUTIVE_ FAILURES - The maximum number of consecutive failures before a mailbox is considered unreliable.
- MAX_
FAILURES_ IN_ WINDOW - The maximum number of failures within a specified time window before a mailbox is considered unreliable.