Safe Haskell | None |
---|
Network.Parser.Rfc2822
Contents
Description
Internet Message Format http://www.ietf.org/rfc/rfc2822.txt
- no_ws_ctlPred :: Word8 -> Bool
- no_ws_ctl :: Parser Word8
- text :: Parser Word8
- specialsPred :: Word8 -> Bool
- specials :: Parser Word8
- wsps :: Parser [Word8]
- fws :: Parser [Word8]
- ctext :: Parser Word8
- comment :: Parser [Word8]
- cfws :: Parser ByteString [Word8]
- atextPred :: Word8 -> Bool
- atext :: Parser Word8
- atom :: Parser [Word8]
- dot_atom_text :: Parser [Word8]
- dot_atom :: Parser [Word8]
- qtextPred :: Word8 -> Bool
- qtext :: Parser Word8
- qcontent :: Parser ByteString [Word8]
- quoted_string :: Parser ByteString [Word8]
- word :: Parser ByteString [Word8]
- phrase :: Parser [[Word8]]
- utext :: Parser ByteString Word8
- address :: Parser [NameAddress]
- mailbox :: Parser NameAddress
- name_addr :: Parser NameAddress
- angle_addr :: Parser [Word8]
- group :: Parser [NameAddress]
- display_name :: Parser ByteString [Word8]
- mailbox_list :: Parser ByteString [NameAddress]
- address_list :: Parser ByteString [[NameAddress]]
- addr_spec :: Parser [Word8]
- local_part :: Parser ByteString [Word8]
- domain :: Parser ByteString [Word8]
- domain_literal :: Parser ByteString [Word8]
- dcontent :: Parser ByteString [Word8]
- dtextPred :: Word8 -> Bool
- dtext :: Parser Word8
- message_id :: Parser ByteString [Word8]
- msg_id :: Parser ByteString [Word8]
- id_left :: Parser [Word8]
- id_right :: Parser [Word8]
- no_fold_quote :: Parser ByteString [Word8]
- no_fold_literal :: Parser ByteString [Word8]
- data NameAddress = NameAddress {}
Documentation
no_ws_ctlPred :: Word8 -> BoolSource
- 3.2.1. Primitive Tokens
specialsPred :: Word8 -> BoolSource
cfws :: Parser ByteString [Word8]Source
word :: Parser ByteString [Word8]Source
- 3.2.6. Miscellaneous tokens
address :: Parser [NameAddress]Source
- 3.4. Address Specification
angle_addr :: Parser [Word8]Source
group :: Parser [NameAddress]Source
message_id :: Parser ByteString [Word8]Source
- 3.6.4. Identification fields
ADTs
data NameAddress Source
Constructors
NameAddress | |
Fields
|
Instances