#include "pingpong.h"
#include "curl_sasl.h"
Go to the source code of this file.
Classes |
struct | SMTP |
struct | smtp_conn |
Defines |
#define | SMTP_EOB "\x0d\x0a\x2e\x0d\x0a" |
#define | SMTP_EOB_FIND_LEN 3 |
#define | SMTP_EOB_LEN 5 |
#define | SMTP_EOB_REPL "\x0d\x0a\x2e\x2e" |
#define | SMTP_EOB_REPL_LEN 4 |
Enumerations |
enum | smtpstate {
SMTP_STOP,
SMTP_SERVERGREET,
SMTP_EHLO,
SMTP_HELO,
SMTP_STARTTLS,
SMTP_UPGRADETLS,
SMTP_AUTH,
SMTP_COMMAND,
SMTP_MAIL,
SMTP_RCPT,
SMTP_DATA,
SMTP_POSTDATA,
SMTP_QUIT,
SMTP_LAST
} |
Functions |
CURLcode | Curl_smtp_escape_eob (struct connectdata *conn, const ssize_t nread) |
Variables |
struct Curl_handler | Curl_handler_smtp |
struct Curl_handler | Curl_handler_smtps |
Define Documentation
Enumeration Type Documentation
- Enumerator:
SMTP_STOP |
|
SMTP_SERVERGREET |
|
SMTP_EHLO |
|
SMTP_HELO |
|
SMTP_STARTTLS |
|
SMTP_UPGRADETLS |
|
SMTP_AUTH |
|
SMTP_COMMAND |
|
SMTP_MAIL |
|
SMTP_RCPT |
|
SMTP_DATA |
|
SMTP_POSTDATA |
|
SMTP_QUIT |
|
SMTP_LAST |
|
Definition at line 31 of file smtp.h.
Function Documentation
Variable Documentation