Skip to main content

Module message

Module message 

Source
Expand description

Core email message types used throughout the mail pipeline.

This module defines EmailMessage, the central representation of an email with structured RFC 5322 headers, cached serialization, and connection metadata. It also defines IncomingMessage, the SMTP envelope wrapper received before per-recipient routing.

Structsยง

EmailMessage
Represents an email message for storage operations.
IncomingMessage
An incoming email message with connection metadata.