Module email::email

source ·
Expand description

Module dedicated to email management.

An email is composed of two things:

  • The envelope, which contains an identifier, some flags and few headers.

  • The message, which is the raw content of the email (header + body).

This module also contains stuff related to email configuration and synchronization.

Modules§

Enums§

  • The global Error enum of the module.

Functions§

Type Aliases§

  • The global Result alias of the module.