SMTP session structure type. More...
Data Fields | |
TCPSOCKET * | smtp_sock |
Socket of this session. | |
FILE * | smtp_stream |
Stream of this session. | |
uint32_t | smtp_feat |
Server features. | |
char | smtp_buff [SMTP_BUFSIZ] |
SMTP buffer. |
SMTP session structure type.
Definition at line 118 of file smtpc.h.
TCPSOCKET* SMTPCLIENTSESSION::smtp_sock |
Socket of this session.
Definition at line 120 of file smtpc.h.
Referenced by NutSmtpConnect(), and NutSmtpDisconnect().
Stream of this session.
Definition at line 122 of file smtpc.h.
Referenced by NutSmtpConnect(), NutSmtpDisconnect(), NutSmtpReceiveResponse(), NutSmtpSendCommand(), NutSmtpSendEncodedLines(), NutSmtpSendMail(), and NutSmtpSendMailHeader().
char SMTPCLIENTSESSION::smtp_buff[SMTP_BUFSIZ] |
SMTP buffer.
Definition at line 126 of file smtpc.h.
Referenced by NutSmtpLogin(), NutSmtpReceiveResponse(), and NutSmtpSendEncodedLines().