Module mailbox

Module mailbox 

Source
Expand description

This module defines the storage interface and implementation for the mailbox.

The mailbox stores encrypted messages for recipients until they can be fetched.

Modules§

operations 🔒
This module implements the MailboxStore trait for SledMailboxStore.

Structs§

SledMailboxStore
A MailboxStore implementation using sled for storage.

Traits§

MailboxStore
A trait for managing mailbox operations.