[][src]Module mail_smtp::auth

Module containing authentification commands/methods.

This Module is re-exported from new-tokio-smtp for ease of use.

Structs

Login

Simple implementation of AUTH LOGIN for smtp.

NullCodePointError

Error returned if by auth plain if identity or password contained a null code point.

Plain

AUTH PLAIN smtp authentication based on rfc4954/rfc4616

Type Definitions

NoAuth

Auth command for not doing anything on auth.