Module imap_codec::types::core[][src]

Expand description

4. Data Formats

IMAP4rev1 uses textual commands and responses. Data in IMAP4rev1 can be in one of several forms: atom, number, string, parenthesized list, or NIL. Note that a particular data item may take more than one form; for example, a data item defined as using “astring” syntax may be either an atom or a string.

Structs

An atom consists of one or more non-special characters.

4.5. NIL

Enums

A string is in one of two forms: either literal or quoted string.

Type Definitions