hweblib-0.6.3: Haskell Web Library

Safe HaskellNone

Network.Parser.Rfc2822

Contents

Description

Internet Message Format http://www.ietf.org/rfc/rfc2822.txt

Synopsis

Documentation

no_ws_ctlPred :: Word8 -> BoolSource

  • 3.2.1. Primitive Tokens

text :: Parser Word8Source

Parse a text element and return corresponding Word8

specials :: Parser Word8Source

Parse a special

wsps :: Parser [Word8]Source

  • 3.2.3. Folding white space and comments

Parse Whitespaces

fws :: Parser [Word8]Source

Parse Folding Whitespace

ctext :: Parser Word8Source

Parse ctext

comment :: Parser [Word8]Source

Parse a comment

atextPred :: Word8 -> BoolSource

  • 3.2.4. Atom

qtextPred :: Word8 -> BoolSource

  • 3.2.5. Quoted strings

word :: Parser ByteString [Word8]Source

  • 3.2.6. Miscellaneous tokens

address :: Parser [NameAddress]Source

  • 3.4. Address Specification

message_id :: Parser ByteString [Word8]Source

  • 3.6.4. Identification fields

ADTs