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