API Reference imap v#0.1.2

Copy Markdown View Source

Modules

Frontend (aka. primary interface) for interacting with an IMAP server.

Module representing capability.

Represents an IMAP command struct. This struct captures all client commands supported by RFC3501 - IMAP4rev1.

Manages the underlying TCP/SSL connection to an IMAP server.

Represents IMAP response struct to handle further post-processing and transformation after parsing of the raw response was done.

t:IMAP.ResponseCode represents an IMAP response code, which can be retrieved from the :code field in t:IMAP.ResponseText.

ResponseText represents texts of responses.

This module represents tagged responses data structure.

Untagged IMAP response.