hweblib-0.4: Haskell Web Library

Network.Parser.Rfc2822

Contents

Description

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

Synopsis

Documentation

specialsSet :: [Word8]Source

  • 3.2.1. Primitive Tokens

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

atom :: Parser [Word8]Source

  • 3.2.4. Atom

qtext_pred :: Word8 -> BoolSource

  • 3.2.5. Quoted strings

phrase :: Parser [[Word8]]Source

  • 3.2.6. Miscellaneous tokens

address :: Parser [NameAddress]Source

  • 3.4. Address Specification

id_left :: Parser [Word8]Source

  • 3.6.4. Identification fields

ADTs