Skip to main content

print_message

Function print_message 

Source
pub fn print_message(msg: Message<'_>, seed: Option<u64>) -> Vec<u8> 
Expand description

Print a whole email.

The seed parameter controls the RNG used to generate multipart boundaries. Passing None will use randomness from the operating system.