smtp-client
SMTP Client C Library
|
Data Fields | |
char * | key |
char * | value |
char* smtp_header::key |
Header name which will get sorted alphabetically in the header list.
Definition at line 139 of file smtp.c.
Referenced by smtp_header_add(), smtp_header_clear_all(), smtp_header_cmp(), smtp_header_cmp_key(), and smtp_print_header().
char* smtp_header::value |
Content of the corresponding header key.
Definition at line 144 of file smtp.c.
Referenced by smtp_header_add(), smtp_header_clear_all(), and smtp_print_header().