Module melib::backends[][src]

Re-exports

pub use self::imap::ImapType;
pub use self::nntp::NntpType;

Modules

Mbox formats

Structs

A hashmap containing all available mail backends. An abstraction over any available backends.

Wrapper for BackendOps that are to be set read-only.

Enums

Constants

Traits

A BackendOp manages common operations for the various mail backends. They only live for the duration of the operation. They are generated by the operation method of Mailbackend trait.

Type Definitions