Module email::message

source ·
Expand description

Module dedicated to email messages.

The message is the content of the email, which is composed of a header and a body.

The core concept of this module is the Message structure, which is just wrapper around the mail_parser::Message struct.

Modules§

Structs§