Expand description
Credential verification for SMTP and IMAP sessions.
Both the SMTP AUTH LOGIN flow and the IMAP LOGIN command delegate
to an AuthEngine implementation. The crate ships with
MemoryAuthEngine, which can be loaded from a plaintext credentials
file or constructed in-memory for tests.
Structs§
- Memory
Auth Engine - In-memory authentication engine using a HashMap.
Enums§
- Auth
Error - Errors that can occur during authentication.
Traits§
- Auth
Engine - Trait for authentication engines.
Type Aliases§
- Auth
Result - Result type for authentication operations.