| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.Mail.SMTP.Types
Contents
- Auth types (re-exports)
- Network.Mail.Mime types (re-exports)
Synopsis
- data Command
- type ReplyCode = Int
- data Response
- = Ok
- | SystemStatus
- | HelpMessage
- | ServiceReady
- | ServiceClosing
- | UserNotLocal
- | CannotVerify
- | StartMailInput
- | ServiceNotAvailable
- | MailboxUnavailable
- | ErrorInProcessing
- | InsufficientSystemStorage
- | SyntaxError
- | ParameterError
- | CommandNotImplemented
- | BadSequence
- | ParameterNotImplemented
- | MailboxUnavailableError
- | UserNotLocalError
- | ExceededStorage
- | MailboxNotAllowed
- | TransactionFailed
- type UserName = String
- type Password = String
- data AuthType
- data Address = Address {
- addressName :: Maybe Text
- addressEmail :: Text
Documentation
Constructors
| HELO ByteString | |
| EHLO ByteString | |
| MAIL ByteString | |
| RCPT ByteString | |
| DATA ByteString | |
| EXPN ByteString | |
| VRFY ByteString | |
| HELP ByteString | |
| AUTH AuthType UserName Password | |
| NOOP | |
| RSET | |
| QUIT | |
| STARTTLS |
Constructors
Auth types (re-exports)
Network.Mail.Mime types (re-exports)
Constructors
| Address | |
Fields
| |