Safe Haskell | Safe-Infered |
---|
WASH.Utility.Base64
Description
Implements RFC 2045 MIME coding.
- encode :: String -> String
- encode' :: String -> String
- decode :: String -> String
- decode' :: String -> String
- alphabet_list :: String
Documentation
encode :: String -> StringSource
Yields encoded input cropped to lines of less than 76 characters. Directly usable as email body.
alphabet_list :: StringSource
Base64 alphabet in encoding order.