Skip to main content

Module message

Module message 

Source
Expand description

§message — the letter inside

The message is everything transmitted after SMTP’s DATA command: the headers (From:, To:, Subject:, Date:) and the body, in the format RFC 5322 defines. DKIM signs this (or parts of it); the envelope is never signed because it is rewritten at every hop.

Structs§

Message
A raw RFC 5322 message as bytes.