Module async_imap::error
source · Expand description
IMAP error types.
Structs
- An invalid character was found in an input string.
Enums
- A set of errors that can occur in the IMAP client
- An error occured while trying to parse a server response.
Type Definitions
- A convenience wrapper around
Result
forimap::Error
.