Expand description
Delivery backend abstraction for incoming email messages.
Every destination that can receive an email - filesystem storage, a Redis
queue, etc. - implements the MessageHandler trait defined here.
The trait is object-safe so that the router can dispatch dynamically.
Enums§
- Handler
Error - Errors that can occur during message handling.
Traits§
- Message
Handler - Trait for message handlers that process incoming emails.
Type Aliases§
- Handler
Future - Boxed future type for handler operations, enabling object safety.
- Handler
Result - Result type for handler operations.