[][src]Module email_parser::parser

Functions

parse_message

Parse a raw email into a vec of headers and a body. Keeps header values as they are in the mail (no unfolding).

parse_message_with_separators

Like parse_message() but headers are a tuple of three values: (name, separator, value).