smtp-mail-0.1.4.6: Simple email sending via SMTP
Network.Mail.SMTP.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 #
encodeLogin :: UserName -> Password -> (ByteString, ByteString) #
auth :: AuthType -> String -> UserName -> Password -> ByteString #