[][src]Crate smtpc

SMTPC crate provides utilities required to:

  • parse messages sent over SMTP encoded with quoted-printable, base64
  • has support for reading multipart messages

Take a look at examples to see how to use it.

Modules

encoding

Encoding module implements support for various encodings in streaming manner right now QuotedPrintable and Base64 are supported

mail

Mail module contains implementation of parsing: