[][src]Function rustyknife::rfc5322::from

pub fn from<P: UTF8Policy>(i: &[u8]) -> NomResult<'_, Vec<Address>>

Parse the content of a "From:" header.

Returns a list of addresses, since RFC 6854 allows multiple mail authors.