package
1.2.3
Repository: https://github.com/reversegame/go-imap.git
Documentation: pkg.go.dev

# Variables

ErrUnhandled is used when a response hasn't been handled.

# Structs

An AUTHENTICATE response.
A CAPABILITY response.
An ENABLED response, defined in RFC 5161 section 3.2.
An EXPUNGE response.
A FETCH response.
An IDLE response.
A LIST response.
A SEARCH response.
A SELECT response.
A STATUS response.

# Interfaces

Handler handles responses.
Replier is a Handler that needs to send raw data (for instance AUTHENTICATE).

# Type aliases

HandlerFunc is a function that handles responses.