fn message_detail_lines<'a>(
msg: &'a EmailMessage,
palette: &'a ColorPalette,
) -> Vec<Line<'a>>Expand description
Build content lines for the message detail view.
Pure data preparation — no frame rendering. Testable independently.
fn message_detail_lines<'a>(
msg: &'a EmailMessage,
palette: &'a ColorPalette,
) -> Vec<Line<'a>>Build content lines for the message detail view.
Pure data preparation — no frame rendering. Testable independently.