Skip to main content

message_detail_lines

Function message_detail_lines 

Source
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.