@hackage purebred-email0.2.0.0

types and parser for email messages (including MIME)

The purebred email library. RFC 5322, MIME, etc.

Things that are currently implemented:

  • RFC 5322 message parsing and serialisation

  • MIME multipart parsing (RFC 2046)

  • MIME message header extensions for non-ASCII text (RFC 2047)

  • MIME parameter value and encoded word extensions (RFC 2231)

  • Content-Disposition header field (RFC 2183)

Things that are not yet implemented / need improvement:

  • Support for more charsets

  • Improve handling of dates

  • Sensible heuristics for choosing a content transfer encoding

  • Probably lots of other things