pub fn accept_message(
from: &str,
to: &str,
subject: &str,
body: &str,
sender_verified: bool,
sender_did: Option<String>,
) -> AcceptResultExpand description
Accept a message for a registered domain mailbox — pure product path (no network).