[][src]Module lettre::smtp::client::net

A trait to represent a stream

Structs

ClientTlsParameters

Parameters to use for secure clients

Enums

NetworkStream

Represents the different types of underlying network streams

Constants

DEFAULT_TLS_PROTOCOLS

Accepted protocols by default. This removes TLS 1.0 and 1.1 compared to tls-native defaults.

Traits

Connector

A trait for the concept of opening a stream

Timeout

A trait for read and write timeout support