email-parser 0.5.0

The fastest and lightest email parsing Rust library. Supports MIME.
Documentation

email-parser

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 22 feature flags, 16 of them enabled by default.

default

  • headers

headers

  • to
  • cc
  • bcc
  • date
  • from
  • sender
  • reply-to
  • message-id
  • in-reply-to
  • references
  • subject
  • comments
  • keywords
  • trace

to

    This feature flag does not enable additional features.

cc

    This feature flag does not enable additional features.

bcc

    This feature flag does not enable additional features.

date

    This feature flag does not enable additional features.

from

    This feature flag does not enable additional features.

sender

    This feature flag does not enable additional features.

reply-to

    This feature flag does not enable additional features.

message-id

    This feature flag does not enable additional features.

in-reply-to

    This feature flag does not enable additional features.

references

    This feature flag does not enable additional features.

subject

    This feature flag does not enable additional features.

comments

    This feature flag does not enable additional features.

keywords

    This feature flag does not enable additional features.

trace

    This feature flag does not enable additional features.

unrecognized-headers

  • mime

mime

  • textcode

content-disposition

  • mime

benchmarking

  • mime

compatibility-fixes

    This feature flag does not enable additional features.

textcode

    This feature flag does not enable additional features.