packages feed

hsemail-1.2: README

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/