HaskellNet-0.5.1: Client support for POP3, SMTP, and IMAP
Network.HaskellNet.Auth
type UserName = String #
type Password = String #
data AuthType #
Constructors
Instances
Methods
(==) :: AuthType -> AuthType -> Bool #
(/=) :: AuthType -> AuthType -> Bool #
showsPrec :: Int -> AuthType -> ShowS #
show :: AuthType -> String #
showList :: [AuthType] -> ShowS #
b64Encode :: String -> String #
b64Decode :: String -> String #
showOctet :: [Word8] -> String #
hashMD5 :: [Word8] -> [Word8] #
hmacMD5 :: String -> String -> [Word8] #
plain :: UserName -> Password -> String #
login :: UserName -> Password -> (String, String) #
cramMD5 :: String -> UserName -> Password -> String #
auth :: AuthType -> String -> UserName -> Password -> String #