[][src]Crate rustyknife

Modules

behaviour

Types used for varying parser behaviour.

headersection

Robust parser for extracting a header section from a mail message

rfc2047

Header extensions for non-ASCII text

rfc2231

Encoded MIME parameters

rfc3461

SMTP DSN (delivery status notification) extension

rfc5321

Parsers for SMTP command syntax

rfc5322

Parsers for Internet Message Format messages.

types

Types shared by SMTP and Internet Message Format

xforward

Postfix XFORWARD SMTP extension parser

Type Definitions

NomResult

Shortcut type for taking in bytes and spitting out a success or NomError.