hsemail-ns: Internet Message Parsers

[ bsd3, library, parsing ] [ Propose Tags ]

Nonstandard parsers for the syntax defined in RFC2822, forked from hsemail proper. Should not be used for parsing incoming emails, only emails stored on disk.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.3.1, 1.3.2, 1.7.7
Dependencies base (<=4), mtl, old-time, parsec [details]
License BSD-3-Clause
Author Peter Simons <simons@cryp.to>, Joe Fredette <jfredett@gmail.com>
Maintainer jfredett@gmail.com
Category Parsing
Home page http://patch-tag.com/r/hsemail-ns/home
Uploaded by JoeFredette at 2009-09-24T19:33:40Z
Distributions NixOS:1.7.7
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2831 total (16 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-ns-1.3.1

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

:Latest Release: hsemail-1.3.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.3.tar.gz: http://cryp.to/hsemail/hsemail-1.3.tar.gz

.. _Reference Documentation: docs/index.html

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