Module imap::error[][src]

Expand description

IMAP error types.

Structs

Bad

A BAD response from the server, which indicates an error message from the server.

No

A NO response from the server, which indicates an operational error message from the server.

ValidateError

An invalid character was found in an input string.

Enums

Error

A set of errors that can occur in the IMAP client

ParseError

An error occured while trying to parse a server response.

Type Definitions

Result

A convenience wrapper around Result for imap::Error.