|
|
const | SPS_COMPLETE = "complete" |
| | Complete state.
|
| |
|
const | SPS_CONNECT = "connect" |
| | Connect state.
|
| |
|
const | SPS_LOGIN = "login" |
| | Login state.
|
| |
|
const | SPS_READ_HELLO = "read-hello" |
| | Read hello state.
|
| |
|
const | SPS_READ_HELLO_REPLY = "read-hello-reply" |
| | Read hello reply state.
|
| |
|
const | SPS_READ_LOGIN_REPLY = "read-login-reply" |
| | Read login reply.
|
| |
|
const | SPS_READ_STARTTLS_REPLY = "read-starttls-reply" |
| | Read STARTTLS reply.
|
| |
|
const | SPS_SEND_HELLO = "send-hello" |
| | Send hello state.
|
| |
|
const | SPS_STARTTLS = "starttls" |
| | Send STARTTLS state.
|
| |
|
const | SPS_UPGRADE_TO_TLS = "upgrade-tls" |
| | Upgrade socket connection to TLS.
|
| |
Class for SMTP non-blocking / polling pings.