pub fn list(mailbox: Option<&str>, include_quarantine: bool) -> Vec<StoredMail>Expand description
List messages, newest first. mailbox filters by accepting mailbox when set.
include_quarantine includes quarantined messages (default true for full inbox; UI can filter).