|
smtp-client
SMTP Client C Library
|
Collaboration diagram for smtp_attachment:Data Fields | |
| char * | name |
| char * | b64_data |
| char* smtp_attachment::b64_data |
Base64-encoded file data.
Definition at line 129 of file smtp.c.
Referenced by smtp_attachment_add_mem(), smtp_attachment_clear_all(), and smtp_print_mime_attachment().
| char* smtp_attachment::name |
File name of the attachment.
Definition at line 124 of file smtp.c.
Referenced by smtp_attachment_add_mem(), smtp_attachment_clear_all(), and smtp_print_mime_attachment().