Commit b93c67d3cd6336f3ca4c5321a577cc2b74b67fc2
- Diff rendering mode:
- inline
- side by side
README
(10 / 13)
|   | |||
| 1 | 1 | Parsers for the Internet Message Standard | |
| 2 | 2 | ========================================= | |
| 3 | 3 | ||
| 4 | :Latest Release: hsemail-2005-04-29.tar.gz_ | ||
| 4 | :Latest Release: hsemail-1.0.tar.gz_ | ||
| 5 | 5 | :Darcs: darcs_ get --partial http://cryp.to/hsemail/ | |
| 6 | 6 | ||
| 7 | 7 | Synopsis | |
| 8 | 8 | -------- | |
| 9 | 9 | ||
| 10 | This package contains a bunch of Parsec_ combinators for | ||
| 11 | the syntax of Internet messages, such as e-mail, news | ||
| 12 | articles, namely RFC2234, RFC2821, and RFC2822. | ||
| 10 | This package contains Parsec_ combinators for the syntax of | ||
| 11 | Internet messages, such as e-mail, news articles, namely | ||
| 12 | RFC2234, RFC2821, and RFC2822. | ||
| 13 | 13 | ||
| 14 | There are two small example programs included in the | ||
| 15 | distribution:: | ||
| 14 | The ``example`` directory contains two small programs that can | ||
| 15 | be run as follows:: | ||
| 16 | 16 | ||
| 17 | $ runhugs message-test.hs <message-test.input | ||
| 18 | $ runghc smtp-test.hs <smtp-test.input | ||
| 17 | $ runhaskell message-test.hs <message-test.input | ||
| 18 | $ runhaskell smtp-test.hs <smtp-test.input | ||
| 19 | 19 | ||
| 20 | 20 | Documentation | |
| 21 | 21 | ------------- | |
| 22 | 22 | ||
| 23 | 23 | `Reference Documentation`_ | |
| 24 | Haddock-generated reference of all exported | ||
| 25 | functions. | ||
| 24 | Haddock-generated reference of all exported functions. | ||
| 26 | 25 | ||
| 27 | 26 | See Also | |
| 28 | 27 | -------- | |
| … | … | ||
| 45 | 45 | ||
| 46 | 46 | .. _darcs: http://abridgegame.org/darcs/ | |
| 47 | 47 | ||
| 48 | .. _hsemail-2005-04-29.tar.gz: http://cryp.to/hsemail/hsemail-2005-04-29.tar.gz | ||
| 48 | .. _hsemail-1.0.tar.gz: http://cryp.to/hsemail/hsemail-1.0.tar.gz | ||
| 49 | 49 | ||
| 50 | 50 | .. _Reference Documentation: docs/index.html | |
| 51 | 51 | ||
| 52 | 52 | .. _librfc2822: http://cryp.to/librfc2822/ | |
| 53 | |||
| 54 | .. _test.hs: test.hs |

