|
| HaskellNet.SMTP | | Portability | portable | | Stability | stable | | Maintainer | mukai@jmuk.org |
|
|
|
|
|
| Description |
| SMTP client implementation
|
|
| Synopsis |
|
|
|
|
| Types
|
|
|
| Constructors | | Instances | |
|
|
|
| Constructors | | Ok | | | SystemStatus | | | HelpMessage | | | ServiceReady | | | ServiceClosing | | | UserNotLocal | | | CannotVerify | | | StartMailInput | | | ServiceNotAvailable | | | MailboxUnavailable | | | ErrorInProcessing | | | InsufficientSystemStorage | | | SyntaxError | | | ParameterError | | | CommandNotImplemented | | | BadSequence | | | ParameterNotImplemented | | | MailboxUnavailableError | | | UserNotLocalError | | | ExceededStorage | | | MailboxNotAllowed | | | TransactionFailed | |
| Instances | |
|
|
|
|
| Establishing Connection
|
|
|
|
|
|
|
|
|
| create SMTPConnection from already connected Stream
|
|
| Operation to a Connection
|
|
|
| send a method to a server
|
|
|
| close the connection. This function send the QUIT method, so you
do not have to QUIT method explicitly.
|
|
| Other Useful Operations
|
|
|
|
|
|
| doSMTPPort open a connection, and do an IO action with the
connection, and then close it.
|
|
|
| doSMTP is similar to doSMTPPort, except that it does not
require port number but connects to the server with port 25.
|
|
|
| doSMTPStream is similar to doSMTPPort, except that its argument is
a Stream data instead of hostname and port number.
|
|
| Produced by Haddock version 2.6.0 |