hsemail: Internet Message Parsers

[ bsd3, library, parsing ] [ Propose Tags ]

Parsers for the syntax defined in RFC2821 and 2822


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 (<4.3), mtl, parsec [details]
License BSD-3-Clause
Author Peter Simons <simons@cryp.to>
Maintainer simons@cryp.to
Revised Revision 1 made by AdamBergmark at 2015-05-11T18:02:38Z
Category Parsing
Home page http://cryp.to/hsemail/
Uploaded by PeterSimons at 2007-09-09T00:16:08Z
Distributions Debian:2.2.0, LTSHaskell:2.2.2, NixOS:2.2.2, Stackage:2.2.2
Reverse Dependencies 6 direct, 83 indirect [details]
Downloads 17334 total (71 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.0

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

:Latest Release: hsemail-1.0.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) 2007 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.0.tar.gz: http://cryp.to/hsemail/hsemail-1.0.tar.gz

.. _Reference Documentation: docs/index.html

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