[][src]Module new_tokio_smtp::io

This modules contains all the Io type related parts (for implementing Cmd)

Structs

Buffers

represents the buffers of an smtp connection

DotStashedWrite
Flushing
Io

A Io object representing a smtp connection with buffers, socket and ehlo data

Parsing

future returned by Connection.parse_result

Enums

ReadState

Used to hint if a socket was closed

Socket

Abstraction over Tcp, TcpTls (and Mock)

Constants

CR_LF

Traits

MockStream

trait representing a mock stream

Type Definitions

SmtpResult

smtp result, either a Response or a LogicError potentially wrapping a Response