Module imap_codec::core
source · Expand description
Please refer to imap_types::core
.
Structs
- A string subset to model IMAP’s
atom
s. - A string subset to model IMAP’s
1*ASTRING-CHAR
(“extendedatom
”). - A sequence of zero or more (non-null) bytes prefixed with a length.
- Either NIL or a string.
- A
Vec
that always contains >= 1 elements. - A quoted string.
- A quoted char.
- A short alphanumeric identifier.
- A human-readable text string used in some server responses.
Enums
- Either an (extended) atom or a string.
- Error during creation of an atom.
- Error during creation of an extended atom.
- A charset.
- Either a quoted string or a literal.
- Error during creation of a literal.
- Literal mode, i.e., sync or non-sync.
- Error during creation of a non-empty vector.
- Error during creation of a quoted char.
- Error during creation of a quoted string.
- Error during creation of a tag.
- Error during creation of a human-readable text.