email-header: Parsing and rendering of email and MIME headers

[ bsd3, library, network ] [ Propose Tags ]

Parsing and rendering of email and MIME headers


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0, 0.4.0, 0.4.1
Dependencies attoparsec (>=0.9 && <1), base (>=4.6 && <5), base64-bytestring (>=0.1.2 && <2), bytestring (>=0.10 && <0.11), case-insensitive, containers (>=0.4 && <0.6), exceptions, text (>=0.11 && <2), text-icu (>=0.6.3 && <1), time [details]
License BSD-3-Clause
Copyright Copyright (c) 2014-2018 Kyle Raftogianis
Author Kyle Raftogianis
Maintainer Kyle Raftogianis <knrafto@gmail.com>
Category Network
Home page http://github.com/knrafto/email-header
Bug tracker http://github.com/knrafto/email-header/issues
Source repo head: git clone git://github.com/knrafto/email-header.git
Uploaded by KyleRaftogianis at 2018-07-21T05:33:22Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2287 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-21 [all 1 reports]

Readme for email-header-0.4.1

[back to package description]

email-header

Build Status

A Haskell library for parsing and rendering email and MIME headers. It is compliant with the syntax and format described in RFC 5322 and RFC 2047.