Struct mailstrom::MemoryStorage [] [src]

pub struct MemoryStorage { /* fields omitted */ }

Methods

impl MemoryStorage
[src]

Trait Implementations

impl MailstromStorage for MemoryStorage
[src]

Store an Email. This should overwrite if message-id matches an existing email.

Update the status of an email

Retrieve an Email and InternalStatus based on the message_id

Retrieve an InternalStatus based on the message_id

Retrieve all incomplete emails (status only). This is used to continue retrying after shutdown and later startup. Read more