#include <smtp.h>
Definition at line 117 of file smtp.h.
Data Fields | |
| char * | from |
| smtp_body_line * | smtp_body |
| smtp_body_line * | smtp_body_tail |
| smtp_header * | smtp_headers |
| smtp_header * | smtp_headers_tail |
| ano_socket_t | sock |
| char * | to |
| char* smtp_message::from |
Definition at line 120 of file smtp.h.
Referenced by mail_cleanup(), smtp_send_email(), and smtp_set_from().
struct smtp_body_line* smtp_message::smtp_body [read] |
Definition at line 119 of file smtp.h.
Referenced by mail_cleanup(), smtp_add_body_line(), and smtp_send_email().
struct smtp_body_line * smtp_message::smtp_body_tail [read] |
struct smtp_header* smtp_message::smtp_headers [read] |
Definition at line 118 of file smtp.h.
Referenced by mail_cleanup(), smtp_add_header(), and smtp_send_email().
struct smtp_header * smtp_message::smtp_headers_tail [read] |
Definition at line 122 of file smtp.h.
Referenced by smtp_connect(), smtp_disconnect(), smtp_read(), and smtp_send().
| char* smtp_message::to |
Definition at line 121 of file smtp.h.
Referenced by mail_cleanup(), smtp_send_email(), and smtp_set_to().
1.5.1-20070107