Module lettre::smtp::authentication[][src]

Expand description

Provides limited SASL authentication mechanisms

Structs

Credentials

Contains user credentials

Enums

Mechanism

Represents authentication mechanisms

Constants

DEFAULT_ENCRYPTED_MECHANISMS

Accepted authentication mechanisms on an encrypted connection Trying LOGIN last as it is deprecated.

DEFAULT_UNENCRYPTED_MECHANISMS

Accepted authentication mechanisms on an unencrypted connection

Traits

IntoCredentials

Convertable to user credentials