WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.

Safe HaskellSafe-Infered

WASH.Utility.RFC2047

Documentation

lineString :: ParsecT [Char] u Identity [Char]Source

especials :: [Char]Source

tokenchar :: [Char]Source

p_token :: ParsecT [Char] u Identity [Char]Source

p_encoded_text :: ParsecT [Char] u Identity [Char]Source

allchar :: [Char]Source

encoded_words :: ParsecT [Char] u Identity [Char]Source

encoded_word :: ParsecT [Char] u Identity StringSource

decode :: t -> [Char] -> String -> StringSource

decode_quoted :: [Char] -> [Char]Source

encodeWord :: String -> [Char]Source

encodeValue :: [Char] -> [Char]Source

maybeEncode :: [Char] -> [Char]Source