smtp-mail-ng-0.1.0.0: An SMTP client EDSL

Safe HaskellNone
LanguageHaskell2010

Network.Mail.SMTP.Types

Contents

Synopsis

Documentation

data AuthType Source

Type of SMTP authorization scheme.

Constructors

LOGIN 

Instances

toByteString :: Command -> ByteString Source

Dump an SMTP command to a bytestring, suitable for transmission to a server. No CRLF is appended.

type ReplyCode = Int Source

Reply code from a server.

Network.Mail.Mime types (re-exports)

data Address :: *

Constructors

Address 

Instances