Crate imap_next

Source

Re-exports§

pub use imap_codec::imap_types;

Modules§

client
server
stream
types
Types that extend imap-types.

Enums§

Interrupt
State progression was interrupted by an event that needs to be handled externally.
Io
User of imap-next must perform an IO operation to progress the state.

Traits§

State
State machine with sans I/O pattern.