Module lettre::message::header[][src]

This is supported on crate feature builder only.

Headers widely used in email messages

Structs

Bcc

Bcc header

Cc

Cc header

Comments

Comments of the message, defined in RFC5322

ContentDisposition

A Content-Disposition header, (re)defined in RFC6266.

ContentId

Content-Id header, defined in RFC2045

ContentLocation

Content-Location header, defined in RFC7231

ContentType

Content-Type header, defined in RFC7231

Date

Date header, defined in RFC7231

EmailDate

A timestamp with HTTP formatting and parsing

From

From header

Headers

A specialized map of typed headers.

InReplyTo

In-Reply-To header. Contains one or more unique message identifiers, defined in RFC5322

Keywords

Keywords header. Should contain a comma-separated list of one or more words or quoted-strings, defined in RFC5322

MessageId

Message-Id header. Contains a unique message identifier, defined in RFC5322

MimeVersion

Message format version, defined in RFC2045

References

References header. Contains one or more unique message identifiers, defined in RFC5322

ReplyTo

Reply-To header

Sender

Sender header

Subject

Subject of the message, defined in RFC5322

To

To header

UserAgent

User-Agent header. Contains information about the client, defined in draft-melnikov-email-user-agent-00

Enums

Charset

A Mime charset.

ContentTransferEncoding

Content-Transfer-Encoding of the body

DispositionParam

A parameter to the disposition type.

DispositionType

The implied disposition of the content of the HTTP body.

Constants

MIME_VERSION_1_0

Traits

Header

A trait for any object that will represent a header field and value.

MailboxesHeader

Header which can contains multiple mailboxes