Safe Haskell | None |
---|---|
Language | Haskell2010 |
- 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
Auth types (re-exports)
Network.Mail.Mime types (re-exports)
Address | |
|