pub fn store_delivery(
from: &str,
to: &str,
mailbox: &str,
subject: &str,
body: &str,
via: &str,
quarantined: bool,
priority: i8,
reasons: Vec<String>,
) -> Result<StoredMail, String>Expand description
Build + append from delivery fields.