//! Inbox subsystem helpers: identity resolution, envelope projection, and the
//! plaintext-hash recompute. The command handlers live in
//! [`crate::commands::inbox`].
pubmodenvelope;pubmodidentity;pubmodrecompute_hashes;pubuseenvelope::envelope_from_item;pubuseidentity::{resolve_identity, IdentitySource, ResolvedIdentity};pubuserecompute_hashes::{recompute_item_hashes, RecomputeResult};