pub fn print_message(msg: Message<'_>, seed: Option<u64>) -> Vec<u8> ⓘ
Print a whole email.
The seed parameter controls the RNG used to generate multipart boundaries. Passing None will use randomness from the operating system.
seed
None