|
libwebsockets
Lightweight C library for HTML5 websockets
|
Go to the source code of this file.
Data Structures | |
| struct | lws_smtp_email |
| struct | lws_smtp_client_ops |
Typedefs | |
| typedef struct lws_smtp_email | lws_smtp_email_t |
| typedef struct lws_smtp_client_ops | lws_smtp_client_ops_t |
| struct lws_smtp_email |
Definition at line 20 of file lws-smtp-client.h.
| Data Fields | ||
|---|---|---|
| void * | data | |
| const char * | from | |
| const char * | to | |
| const char * | subject | |
| const char * | body | |
| typedef struct lws_smtp_email lws_smtp_email_t |
| typedef struct lws_smtp_client_ops lws_smtp_client_ops_t |