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§

  • Module dedicated to email configuration.
  • Module dedicated to email envelopes.
  • Module dedicated to email messages.
  • Email synchronization
  • Module dedicated to email utils.

Functions§