hsemail: Internet Message Parsers

[ bsd3, library, parsing ] [ Propose Tags ]

Parsers for the syntax defined in RFC2821 and 2822


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 2, 2.1.0, 2.2.0, 2.2.1, 2.2.2
Dependencies base, mtl, old-time, parsec [details]
License BSD-3-Clause
Author Peter Simons <simons@cryp.to>
Maintainer simons@cryp.to
Category Parsing
Home page http://cryp.to/hsemail/
Uploaded by PeterSimons at 2008-02-20T22:53:53Z
Distributions Debian:2.2.0, LTSHaskell:2.2.2, NixOS:2.2.1, Stackage:2.2.2
Reverse Dependencies 6 direct, 83 indirect [details]
Downloads 17236 total (64 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hsemail-1.2

[back to package description]
Parsers for the Internet Message Standard
=========================================

:Latest Release: hsemail-1.2.tar.gz_
:Darcs:          darcs_ get --partial http://cryp.to/hsemail/

Synopsis
--------

  This package contains Parsec_ combinators for the syntax of
  Internet messages, such as e-mail, news articles, namely
  RFC2234, RFC2821, and RFC2822.

  The ``example`` directory contains two small programs that can
  be run as follows::

    $ runhaskell message-test.hs <message-test.input
    $ runhaskell smtp-test.hs <smtp-test.input

Documentation
-------------

  `Reference Documentation`_
     Haddock-generated reference of all exported functions.

See Also
--------

  `librfc2822`_
     An E-mail parser library for C++ programmers.

Copyleft
--------

  Copyright (c) 2008 Peter Simons <simons@cryp.to>. All rights
  reserved. This software is released under `BSD-style license
  <LICENSE>`_.

-----------------------------------------------------------------

`[Homepage] <http://cryp.to/>`_

.. _Parsec: http://www.cs.uu.nl/people/daan/parsec.html

.. _darcs: http://abridgegame.org/darcs/

.. _hsemail-1.2.tar.gz: http://cryp.to/hsemail/hsemail-1.2.tar.gz

.. _Reference Documentation: docs/index.html

.. _librfc2822: http://cryp.to/librfc2822/