Network.Mail.SMTP.Auth
type UserName = String Source #
type Password = String Source #
data AuthType Source #
Constructors
Defined in Network.Mail.SMTP.Auth
Methods
(==) :: AuthType -> AuthType -> Bool
(/=) :: AuthType -> AuthType -> Bool
showsPrec :: Int -> AuthType -> ShowS
show :: AuthType -> String
showList :: [AuthType] -> ShowS
encodeLogin :: UserName -> Password -> (ByteString, ByteString) Source #
auth :: AuthType -> String -> UserName -> Password -> ByteString Source #