[][src]Module mailstrom::storage

Re-exports

pub use self::memory_storage::MemoryStorage;

Modules

memory_storage

Structs

InternalMessageStatus

An email to be sent (internal format). This is exposed publicly for implementers of MailstromStorage but otherwise should not be needed by users of this library.

PreparedEmail

An email, prepared for delivery.

Traits

MailstromStorage

A trait for implementing Mailstrom storage

MailstromStorageError