Module imap::error

source ·
Expand description

IMAP error types.

Structs§

  • A BAD response from the server, which indicates an error message from the server.
  • A BYE response from the server, which indicates it is going to hang up on us.
  • A NO response from the server, which indicates an operational error message from the server.
  • The server responded with a different command tag than last one we sent.
  • An invalid character was found in a command argument.

Enums§

  • A set of errors that can occur in the IMAP client
  • An error occured while trying to parse a server response.

Type Aliases§

  • A convenience wrapper around Result for imap::Error.